612 Commits

Author SHA1 Message Date
Maylon
6ed219e2e1
doc: Update linux-command.md ()
add shortcuts
2023-09-16 23:14:02 +08:00
zhouhw0306
bbd3292c8e
doc: update docs/python.md () 2023-09-15 15:26:50 +08:00
jaywcjlove
b14257542f doc: update docs/typescript.md 2023-09-14 10:52:05 +08:00
Maylon
870cc88b2a
doc: Update docker.md ()
Add shortcuts of exit docker container
2023-09-12 23:21:41 +08:00
jaywcjlove
08614a6ce8 doc: update docs/c.md () 2023-09-10 15:35:31 +08:00
SkylarLeo
b3cf04d323
doc: Update c.md ()
修改了初始化,声明和定义的区别注释
2023-09-10 15:32:32 +08:00
jaywcjlove
6c7d393cff doc: update docs/typescript.md 2023-09-07 12:47:55 +08:00
k23223
f3b532b4d9
doc: update docs/git.md () 2023-09-05 14:39:12 +08:00
k23223
fab09b1f13
doc: update docs/fastapi.md () 2023-09-05 12:39:02 +08:00
k23223
a2be0fa8a5
doc: update docs/fastapi.md () 2023-09-05 08:17:10 +08:00
jaywcjlove
b3e8be65f6 doc: update docs/fastapi.md 2023-09-04 11:36:09 +08:00
k23223
80cb879bc8
feat: Add FastAPI () 2023-09-04 10:41:12 +08:00
jaywcjlove
a2a6011b31 doc: update docs/git.md 2023-08-29 09:34:28 +08:00
jaywcjlove
44bf2fdf10 doc: update docs/typescript.md 2023-08-25 10:15:26 +08:00
jaywcjlove
dc0412ed07 doc: update docs/symbol-code.md 2023-08-24 17:22:48 +08:00
jaywcjlove
ca05decbc0 feat: add docs/subversion.md () 2023-08-24 14:13:05 +08:00
jaywcjlove
36676240e2 doc: update docs/conda.md 2023-08-24 01:00:29 +08:00
jaywcjlove
0d0e73c0a3 doc: update docs/symbol-code.md 2023-08-24 01:00:29 +08:00
jaywcjlove
2a8428076e feat: add docs/symbol-code.md 2023-08-24 00:48:19 +08:00
Fan
10f7b75d35
doc: Update c.md ()
代码 printf("%p\n", \&myAge); 中,符号\有语法错误
2023-08-21 08:34:24 +08:00
Blossom
39fb8143ac
doc: update docs/conda.md ()
添加: 设置指定环境为默认环境
```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环境
```
2023-08-18 16:42:12 +08:00
Blossom
bcc6cb6335
doc: update conda.md () 2023-08-18 15:42:24 +08:00
Albert
1ae43d171a
doc: update docs/git.md ()
* 更正git清单的描述

* docs: update docs/git.md
2023-08-18 14:35:39 +08:00
jaywcjlove
60588c52f3 doc: update docs/toml.md 2023-08-18 11:28:34 +08:00
jaywcjlove
9ba0641cc7 doc: update docs/linux-command.md 2023-08-17 10:49:07 +08:00
jaywcjlove
d9e86b555f feat: add docs/ascii-code.md 2023-08-17 00:23:05 +08:00
jaywcjlove
71fa3b3c26 feat: add docs/ejs.md 2023-08-17 00:07:22 +08:00
jaywcjlove
fbd3a4fffa doc: update docs/mitmproxy.md 2023-08-16 23:19:51 +08:00
jaywcjlove
2f818808eb doc: update docs/taskset.md 2023-08-16 23:02:00 +08:00
jaywcjlove
8295db4b4e doc: update docs/git.md 2023-08-16 22:24:03 +08:00
jaywcjlove
be73485516 doc: update docs/git.md 2023-08-16 21:52:58 +08:00
jaywcjlove
e47092fec0 doc: update docs/curl.md 2023-08-16 21:52:58 +08:00
jaywcjlove
2c7028efc3 doc: add docs/blender.md () 2023-08-16 19:53:06 +08:00
MackGg
01a6b7e36f
doc: update ffmpeg.md ()
update:
视频参数
-crf
2023-08-16 10:37:03 +08:00
jaywcjlove
86d4e8bea5 doc: update docs/python.md 2023-08-15 00:15:01 +08:00
jaywcjlove
4020036f93 doc: update docs/git.md 2023-08-15 00:11:22 +08:00
jaywcjlove
3c2e988059 doc: update docs/typescript.md 2023-08-15 00:07:00 +08:00
花开花落
2c9a399a9a
doc: docs/http-status-code.md ()
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.
2023-08-11 16:44:27 +08:00
砹小翼
c06cbe37f0
doc: update docs/python.md () 2023-08-05 09:32:30 +08:00
砹小翼
ccd2310541
doc: update docs/python.md ()
* doc: 优化 Python 判断语句的示例

* doc: 添加 Python 解包清单
2023-08-03 21:32:50 +08:00
Albert
30eb2e8b0c
doc: update docs/git.md () 2023-08-02 12:25:50 +08:00
砹小翼
5b11b6e281
doc: update docs/python.md () 2023-07-31 08:49:11 +08:00
yms
25f5aa4695
doc: update docs/python.md ()
添加了使用remove方法移除list内容以及搜索list的方法
2023-07-30 02:42:34 +08:00
jaywcjlove
9fc8523762 doc: update docs/typescript.md 2023-07-23 00:23:57 +08:00
mofelee
b22c815c29
doc: Update swiftui.md () 2023-07-21 18:44:28 +08:00
swift
a0476287df
doc: update docs/linux-command.md ()
Co-authored-by: mh-swift <zuojiadazhongma@gmail.com>
2023-07-18 13:57:14 +08:00
jaywcjlove
89be124f1d doc: update docs/typescript.md 2023-07-17 12:16:58 +08:00
砹小翼
27cb494fa9
doc: 更正 django 清单的链接 () 2023-07-13 14:38:25 +08:00
砹小翼
fb1fa4b47f
doc: update docs/python.md ()
* doc: 修正 Python 清单中的机翻文本

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

* doc: 更正修正中的错误

* doc: 配合  将介绍中的链接也改为中文版
2023-07-12 13:42:21 +08:00
jaywcjlove
5f87a74720 doc: update docs/typescript.md 2023-07-11 23:54:21 +08:00