|
5b02481425
|
doc: Update linux-command.md (#467)
add `tree` command
|
2023-11-22 19:02:01 +08:00 |
|
|
59509fc94e
|
doc: update docs/lua.md
|
2023-10-18 16:06:44 +08:00 |
|
|
0acb2ca1f3
|
doc: update docs/symbol-code.md
|
2023-10-14 00:10:32 +08:00 |
|
|
36d2ad88a6
|
doc: update docs/feds.md
|
2023-10-10 02:00:26 -05:00 |
|
|
445ba9a5f8
|
doc: update docs/python.md (#451)
|
2023-10-08 06:59:56 -05:00 |
|
|
58425e0318
|
doc: update docs/ruby.md (#448)
* add doc for pg_upgrade
* add doc for ruby bundle lock
|
2023-10-07 12:02:00 -05:00 |
|
|
be3818f818
|
doc: update docs/nginx.md. (#446)
|
2023-09-28 14:34:56 +08:00 |
|
|
b717b1c67f
|
doc: update docs/nginx.md. (#446)
|
2023-09-28 14:26:16 +08:00 |
|
|
34434fd402
|
Correct operator translation (#443)
|
2023-09-27 18:58:40 +08:00 |
|
|
68b7bf36bb
|
doc: update docs/css.md
|
2023-09-27 10:34:27 +08:00 |
|
|
c70a95e007
|
doc: update typescript.md (#440)
修正 范型推导出列表字面量内示例代码错误
|
2023-09-23 18:10:09 +08:00 |
|
|
106d7aa602
|
doc: update typescript.md (#439)
修正类型技巧内Capitalize的推导结果
|
2023-09-23 17:26:33 +08:00 |
|
|
ecb59d8980
|
doc: update docs/css.md
|
2023-09-22 08:58:15 +08:00 |
|
|
f6cb68debf
|
doc: Update feds.md
|
2023-09-20 10:09:02 +08:00 |
|
|
5e12094078
|
doc: update docs/postgres.md (#436)
|
2023-09-19 22:39:42 +08:00 |
|
|
fba093f495
|
doc: Update gitlab-ci.md
|
2023-09-19 17:29:43 +08:00 |
|
|
6ed219e2e1
|
doc: Update linux-command.md (#433)
add shortcuts
|
2023-09-16 23:14:02 +08:00 |
|
|
bbd3292c8e
|
doc: update docs/python.md (#432)
|
2023-09-15 15:26:50 +08:00 |
|
|
b14257542f
|
doc: update docs/typescript.md
|
2023-09-14 10:52:05 +08:00 |
|
|
870cc88b2a
|
doc: Update docker.md (#429)
Add shortcuts of exit docker container
|
2023-09-12 23:21:41 +08:00 |
|
|
08614a6ce8
|
doc: update docs/c.md (#426)
|
2023-09-10 15:35:31 +08:00 |
|
|
b3cf04d323
|
doc: Update c.md (#426)
修改了初始化,声明和定义的区别注释
|
2023-09-10 15:32:32 +08:00 |
|
|
6c7d393cff
|
doc: update docs/typescript.md
|
2023-09-07 12:47:55 +08:00 |
|
|
f3b532b4d9
|
doc: update docs/git.md (#425)
|
2023-09-05 14:39:12 +08:00 |
|
|
fab09b1f13
|
doc: update docs/fastapi.md (#424)
|
2023-09-05 12:39:02 +08:00 |
|
|
a2be0fa8a5
|
doc: update docs/fastapi.md (#423)
|
2023-09-05 08:17:10 +08:00 |
|
|
b3e8be65f6
|
doc: update docs/fastapi.md #422
|
2023-09-04 11:36:09 +08:00 |
|
|
80cb879bc8
|
feat: Add FastAPI (#422)
|
2023-09-04 10:41:12 +08:00 |
|
|
a2a6011b31
|
doc: update docs/git.md
|
2023-08-29 09:34:28 +08:00 |
|
|
44bf2fdf10
|
doc: update docs/typescript.md
|
2023-08-25 10:15:26 +08:00 |
|
|
dc0412ed07
|
doc: update docs/symbol-code.md
|
2023-08-24 17:22:48 +08:00 |
|
|
ca05decbc0
|
feat: add docs/subversion.md (#403)
|
2023-08-24 14:13:05 +08:00 |
|
|
36676240e2
|
doc: update docs/conda.md
|
2023-08-24 01:00:29 +08:00 |
|
|
0d0e73c0a3
|
doc: update docs/symbol-code.md
|
2023-08-24 01:00:29 +08:00 |
|
|
2a8428076e
|
feat: add docs/symbol-code.md
|
2023-08-24 00:48:19 +08:00 |
|
|
10f7b75d35
|
doc: Update c.md (#418)
代码 printf("%p\n", \&myAge); 中,符号\有语法错误
|
2023-08-21 08:34:24 +08:00 |
|
|
39fb8143ac
|
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环境
```
|
2023-08-18 16:42:12 +08:00 |
|
|
bcc6cb6335
|
doc: update conda.md (#416)
|
2023-08-18 15:42:24 +08:00 |
|
|
1ae43d171a
|
doc: update docs/git.md (#415)
* 更正git清单的描述
* docs: update docs/git.md
|
2023-08-18 14:35:39 +08:00 |
|
|
60588c52f3
|
doc: update docs/toml.md
|
2023-08-18 11:28:34 +08:00 |
|
|
9ba0641cc7
|
doc: update docs/linux-command.md
|
2023-08-17 10:49:07 +08:00 |
|
|
d9e86b555f
|
feat: add docs/ascii-code.md
|
2023-08-17 00:23:05 +08:00 |
|
|
71fa3b3c26
|
feat: add docs/ejs.md
|
2023-08-17 00:07:22 +08:00 |
|
|
fbd3a4fffa
|
doc: update docs/mitmproxy.md
|
2023-08-16 23:19:51 +08:00 |
|
|
2f818808eb
|
doc: update docs/taskset.md
|
2023-08-16 23:02:00 +08:00 |
|
|
8295db4b4e
|
doc: update docs/git.md
|
2023-08-16 22:24:03 +08:00 |
|
|
be73485516
|
doc: update docs/git.md
|
2023-08-16 21:52:58 +08:00 |
|
|
e47092fec0
|
doc: update docs/curl.md
|
2023-08-16 21:52:58 +08:00 |
|
|
2c7028efc3
|
doc: add docs/blender.md (#363)
|
2023-08-16 19:53:06 +08:00 |
|
|
01a6b7e36f
|
doc: update ffmpeg.md (#413)
update:
视频参数
-crf
|
2023-08-16 10:37:03 +08:00 |
|