Commit Graph

591 Commits

Author SHA1 Message Date
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
c9629cb2f3 doc: update docs/typescript.md b14257542f 2023-09-14 02:53:29 +00:00
57b85d0d2d doc: Update docker.md (#429)
Add shortcuts of exit docker container 870cc88b2a
2023-09-12 15:23:16 +00:00
28b946cce2 chore: update .refsrc.json cc2061077c 2023-09-11 12:09:06 +00:00
fe1aa4cd3c chore(deps): update dependency refs-cli to v1.5.1 c407dce74b 2023-09-11 12:03:56 +00:00
0b4343d9fe doc: update docs/c.md (#426) 08614a6ce8 2023-09-10 07:38:17 +00:00
dfc164bd96 doc: Update c.md (#426)
修改了初始化,声明和定义的区别注释 b3cf04d323
2023-09-10 07:34:16 +00:00
0c10c5d6b2 doc: update docs/typescript.md 6c7d393cff 2023-09-07 05:06:52 +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
c99df82bd4 doc: update docs/fastapi.md #422 b3e8be65f6 2023-09-04 03:37:59 +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
3d90e6f876 doc: update README.md 98efabd925 2023-08-24 09:31:18 +00:00
4eaa712baf feat: add docs/subversion.md (#403) ca05decbc0 2023-08-24 06:14:48 +00:00
54e7439c84 doc: update docs/conda.md 36676240e2 2023-08-24 02:48:48 +00:00
5950294b4f feat: add docs/symbol-code.md 2a8428076e 2023-08-23 16:50:18 +00:00
5d0d3188ce doc: Update c.md (#418)
代码 printf("%p\n", \&myAge); 中,符号\有语法错误 10f7b75d35
2023-08-21 00:35:40 +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
3689894cc6 doc: update conda.md (#416) bcc6cb6335 2023-08-18 07:43:45 +00:00
51b34401b4 doc: update docs/git.md (#415)
* 更正git清单的描述

* docs: update docs/git.md 1ae43d171a
2023-08-18 06:37:21 +00:00
a847658bef doc: update docs/toml.md 60588c52f3 2023-08-18 03:32:16 +00:00
7d8b8774a6 feat: add docs/ascii-code.md d9e86b555f 2023-08-16 16:24:55 +00:00
d033072ad8 feat: add docs/ejs.md 71fa3b3c26 2023-08-16 16:09:12 +00:00
aae3e82fd5 doc: update docs/mitmproxy.md fbd3a4fffa 2023-08-16 15:21:39 +00:00
a2c46e52f5 doc: update docs/taskset.md 2f818808eb 2023-08-16 15:03:39 +00:00
4746aeb171 doc: update docs/git.md 8295db4b4e 2023-08-16 14:25:35 +00:00
4d922afc28 doc: update docs/git.md be73485516 2023-08-16 13:54:47 +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
7b11b4dd67 doc: update docs/python.md (#408) c06cbe37f0 2023-08-05 01:33:48 +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
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
8541cb8f37 doc: update docs/typescript.md 9fc8523762 2023-07-22 16:26:20 +00:00
a5fe26532d doc: Update swiftui.md (#400) b22c815c29 2023-07-21 10:46:10 +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
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
5498b3abcb doc: update ansible.md ff0b08acdb 2023-07-07 04:42:32 +00:00
8553a49119 doc: update docs/ansible.md (#391) 9680e2a113 2023-07-07 04:08:43 +00:00
08808ddf23 doc: update ansible.md (#391) f6b68c8d09 2023-07-07 03:44:08 +00:00
1ae2b2b7df doc: update docs/python.md (#389) 3b6495a781 2023-07-02 05:06:03 +00:00