Commit Graph

168 Commits

Author SHA1 Message Date
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
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
210ce0c2f9 doc: update README.md (#102) (#388) e9386b57a5 2023-07-02 05:00:50 +00:00
743e52fe94 doc: update cs.md (#387)
* doc: update cs.md

* doc: update cs.md

* doc: update cs.md 0125cc1c0b
2023-06-29 01:10:38 +00:00
79ce0e1d17 doc: update cs.md (#386) fdb5b72830 2023-06-28 10:15:49 +00:00
acb63a77c2 doc: update php.md/python.md/yaml.md (#385) 51fb218d6b 2023-06-27 02:01:42 +00:00
e396c69f57 doc: update google-chrome.md (#381) e97a1a8f8a 2023-06-10 08:07:24 +00:00
855c44472a doc: update docs/ini.md (#379) a38aaccd49 2023-06-06 08:31:22 +00:00
eae369f981 docs: Update README.md (#377) (#102)
* Update README.md

docs: 新增镜像站 https://tools.dadatom.com/reference

* docs: 修改镜像站地址

修改惊现站地址,讲 /reference path 修改为 /reference/ 8aed2170e3
2023-06-01 05:48:32 +00:00
9c18a7852f dpc: Update README.md (#376) (#102)
docs: 新增镜像站 https://tools.dadatom.com/reference 80ac14cad6
2023-06-01 00:52:20 +00:00
15088d6273 doc: Update README.md (#102) 511db1fb0b 2023-05-15 07:55:29 +00:00
0f484cb7b7 doc: update docs/dockerfile.md (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> a48806438e
2023-05-12 04:09:22 +00:00
32189c1c20 doc: docs/dockerfile.md (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> eff2e44e1e
2023-05-12 04:07:57 +00:00
fe27fc4960 doc: update docs/kubernetes.md (#373)
语法错误,正确的语法为
增加
kubectl label nodes <node-name> <label-key>=<label-value>
删除
kubectl label nodes <node-name> <label-key>-
修改Label的值
kubectl label nodes <node-name> <label-key>=<label-value> --overwrite 67bc79e60b
2023-05-12 04:06:37 +00:00
350fd12831 doc: Update cs.md (#369) f3ebc461d4 2023-05-08 09:39:41 +00:00
413604ffd8 doc: Update README.md cb0fe8ef7d 2023-05-05 13:46:27 +00:00
b9e8c53afb doc: Update README.md f34851d2d5 2023-05-01 17:50:18 +00:00
424da79977 doc: update docs/golang.md (#361) 0915987573 2023-04-27 12:05:17 +00:00
cfab296629 doc: update docs/java.md (#360)
Co-authored-by: tmen <tmenblog@163.com> b530554d1e
2023-04-25 13:59:35 +00:00
97993fe00e doc: update docs/golang.md (#359) 1aae2c027e 2023-04-25 10:56:58 +00:00
65d221b3c3 feat: add docs/pacman.md (#357) 70c68318ee 2023-04-25 09:52:22 +00:00
3319ad5040 doc: update flask.md (#350) 1ef8a1484d 2023-04-21 01:50:03 +00:00
f955ef3b65 doc: update cs.md (#346)
* feat(cs.md): Fix logic

* feat(cs.md): Fix show header in logic operator section.

* fix(cs.md): the info from w3school is not correct.

sizeof(bool) == 1, it is 1 byte, but not 1 bit. 486ebb19c1
2023-04-18 02:40:57 +00:00
3019fccf5d feat: add docs/gdb.md #87 (#345) 3ac3043898 2023-04-17 00:42:15 +00:00
3bd1258ad0 chore: update issue template. d98e60dc43 2023-04-13 02:51:40 +00:00
67e8b697cd doc: update mongodb.md (#343)
fix some translation issues e606837a88
2023-04-09 13:19:13 +00:00
12a0d1e3a7 feat: add conda.md (#341) 5e7bfa54f2 2023-04-06 13:51:38 +00:00