Commit Graph

195 Commits

Author SHA1 Message Date
2d504782d3 doc: update nginx.md (#493)
* add ulimit config of nginx

* minor 76dc31a30c
2023-12-25 08:38:23 +00:00
8f33d7845c doc: Update README.md (#492) (#102) 7f66d28d56 2023-12-22 12:08:41 +00:00
0ac5319627 doc: Update linux-command.md (#491)
添加文件描述符、前后台等命令 1ee3fb8bed
2023-12-22 00:11:16 +00:00
e0efee4ff8 doc: Update README.md (#484 #102) 6cb067ce06 2023-12-12 22:40:33 +00:00
2a393ae69d doc: Update README.md #102 2dd35ecb40 2023-12-12 09:25:33 +00:00
9f67822ab6 doc: update docs/tar.md (#480) 300aa903bd 2023-12-09 11:28:29 +00:00
27266e9a6a doc: update docker.md (#479) 3f822852bf 2023-12-08 05:12:00 +00:00
ac8d47b18c feat: add github-copilot.md (#475)
* Add GitHub Copilot documentation

* Add inline chat useful instruction bd9c837102
2023-12-06 14:47:43 +00:00
3f8003aabd doc: update git.md (#472)
Co-authored-by: zlfyuan <741136856@qq.com> 0f22978db4
2023-12-04 03:24:09 +00:00
bb40029ad4 doc: Update README.md #102 fed14313e4 2023-12-01 07:38:04 +00:00
b0685c7d6b chore: add sponsor badge. eaee21d4bf 2023-11-26 12:05:35 +00:00
26d2709e63 doc: Update linux-command.md (#467)
add `tree` command 5b02481425
2023-11-22 11:03:11 +00:00
8c5e18949b doc: update docs/lua.md 59509fc94e 2023-10-18 08:09:12 +00:00
56cf602f3d doc: update docs/python.md (#451) 445ba9a5f8 2023-10-08 12:01:40 +00:00
784f72f501 doc: update docs/ruby.md (#448)
* add doc for pg_upgrade

* add doc for ruby bundle lock 58425e0318
2023-10-07 17:03:39 +00:00
85930f9d89 Correct operator translation (#443) 34434fd402 2023-09-27 11:00:23 +00:00
2d00af12f8 doc: Update README.md (#442) 3c74a22420 2023-09-26 12:49:00 +00:00
2b3a050b1c doc: update typescript.md (#440)
修正 范型推导出列表字面量内示例代码错误 c70a95e007
2023-09-23 10:11:53 +00:00
f0c484d849 doc: update typescript.md (#439)
修正类型技巧内Capitalize的推导结果 106d7aa602
2023-09-23 09:28:16 +00:00
004946e717 doc: update docs/postgres.md (#436) 5e12094078 2023-09-19 14:41:06 +00:00
80a47d56a1 doc: Update linux-command.md (#433)
add shortcuts 6ed219e2e1
2023-09-16 15:16:16 +00:00
1279efeb94 doc: update docs/python.md (#432) bbd3292c8e 2023-09-15 07:28:08 +00:00
57b85d0d2d doc: Update docker.md (#429)
Add shortcuts of exit docker container 870cc88b2a
2023-09-12 15:23:16 +00:00
dfc164bd96 doc: Update c.md (#426)
修改了初始化,声明和定义的区别注释 b3cf04d323
2023-09-10 07:34:16 +00:00
e3bbb947f2 doc: update docs/git.md (#425) f3b532b4d9 2023-09-05 06:40:45 +00:00
cb64608cfa doc: update docs/fastapi.md (#424) fab09b1f13 2023-09-05 05:03:15 +00:00
b1f6bc1923 doc: update docs/fastapi.md (#423) a2be0fa8a5 2023-09-05 00:18:38 +00:00
f8c8c07270 feat: Add FastAPI (#422) 80cb879bc8 2023-09-04 02:42:52 +00:00
e58298b646 doc: update docs/git.md a2a6011b31 2023-08-29 01:36:27 +00:00
5950294b4f feat: add docs/symbol-code.md 2a8428076e 2023-08-23 16:50:18 +00:00
d311aabb85 doc: Update README.md (#102) 6c48ade999 2023-08-20 04:54:49 +00:00
a038a095f5 doc: update docs/conda.md (#417)
添加: 设置指定环境为默认环境
```bash
vim ~/.bashrc
export PATH="~/anaconda/envs/ENVNAME/bin:$PATH"  # 文件末尾添加
conda activate ENVNAME  # :wq 保存并关闭
source ~/.bashrc  # 更新
conda config --set auto_activate_base false # 禁用auto activate base环境
``` 39fb8143ac
2023-08-18 08:43:55 +00:00
51b34401b4 doc: update docs/git.md (#415)
* 更正git清单的描述

* docs: update docs/git.md 1ae43d171a
2023-08-18 06:37:21 +00:00
62eca84c6d doc: add docs/blender.md (#363) 2c7028efc3 2023-08-16 11:54:43 +00:00
af85d09236 doc: update ffmpeg.md (#413)
update:
视频参数
-crf 01a6b7e36f
2023-08-16 02:38:26 +00:00
468e4a31ff doc: update docs/python.md 86d4e8bea5 2023-08-14 16:16:33 +00:00
85d3d9b5b3 doc: docs/http-status-code.md (#411)
Updated some translation from original Chinese docs, include:
 - String "Means"
 - The translation of 2xx response code
 - The translation of 4xx response code
 - More specifical explanation of 402 Payment Required response code (original English docs' are too brief)
PS: I'm not English native speaker, so there's may grammar mistakes in this PR description. 2c9a399a9a
2023-08-11 08:45:45 +00:00
a459ddb6a6 doc: update docs/python.md (#407)
* doc: 优化 Python 判断语句的示例

* doc: 添加 Python 解包清单 ccd2310541
2023-08-03 13:34:33 +00:00
2555524d45 doc: update docs/git.md (#406) 30eb2e8b0c 2023-08-02 04:27:08 +00:00
a6c469d49b doc: Update README.md (#102) 39fb171563 2023-08-01 05:56:54 +00:00
517c8de68d doc: Update README.md 9c86478101 2023-07-31 00:52:45 +00:00
edb076a783 doc: update docs/python.md (#405) 5b11b6e281 2023-07-31 00:50:35 +00:00
0153929651 doc: update docs/python.md (#404)
添加了使用remove方法移除list内容以及搜索list的方法 25f5aa4695
2023-07-29 18:43:50 +00:00
9f6fc5f20a doc: update docs/linux-command.md (#398)
Co-authored-by: mh-swift <zuojiadazhongma@gmail.com> a0476287df
2023-07-18 05:59:04 +00:00
6877db2df1 doc: update docs/typescript.md 89be124f1d 2023-07-17 04:18:52 +00:00
c523ffc8ef doc: update README.md (#396)
* Update README.md

* Update README.md 199e1613d4
2023-07-13 09:28:31 +00:00
d5d7ee0f4d doc: 更正 django 清单的链接 (#395) 27cb494fa9 2023-07-13 06:40:13 +00:00
9ceabb6735 doc: update docs/python.md (#394)
* doc: 修正 Python 清单中的机翻文本

* doc: 增补注释和示例,使用例更贴合本土

* doc: 更正修正中的错误

* doc: 配合 #385 将介绍中的链接也改为中文版 fb1fa4b47f
2023-07-12 05:43:57 +00:00
68a4cfd911 doc: update docs/typescript.md 5f87a74720 2023-07-11 15:55:55 +00:00
8553a49119 doc: update docs/ansible.md (#391) 9680e2a113 2023-07-07 04:08:43 +00:00