Commit Graph

327 Commits

Author SHA1 Message Date
c0d8e30bc0 doc: Update README.md (#602) (#102)
添加镜像站https://reference.cizai.io/ 881033ca36
2024-04-09 09:04:44 +00:00
74d92ccfe8 doc: update docs/java.md #601 7bb91f3f60 2024-04-09 04:58:14 +00:00
78edefa825 doc: update docs/fastapi.md ae10c15d2a 2024-04-07 18:29:31 +00:00
c911b26734 doc: update docs/sdkman.md (#588) bb605ea530 2024-04-03 05:52:05 +00:00
c3070ea7d3 doc: update docs/elixir.md #587 3fdfa19b74 2024-04-02 08:10:45 +00:00
0bb16a97d4 doc: update docs/cs.md (#586)
* 新增了c#中的类(所有内容都是经过书籍,资料证实的)

* 新增了c#中的类部分模块,元组模块,集合模块 c6d9901d5e
2024-04-02 02:55:56 +00:00
e937f7a447 doc: update docs/docker.md #583 37906f6548 2024-03-29 07:25:39 +00:00
3396d5dda0 doc: update docs/docker.md #583 fd85b9d819 2024-03-26 13:13:15 +00:00
044888c3ef doc: update docs/iso-3166-1.md (#581 #579)
* doc: Add content related to simplified and traditional Chinese

* doc: alter number

---------

Co-authored-by: zhangyanming <zhangyanming@kxsz.net> dedb8b9475
2024-03-24 08:20:40 +00:00
081fd7b478 doc: add nvm-windows (#512) 6dfc13ee6d 2024-03-21 21:38:32 +00:00
63b1e8caf3 doc: update docs/emacs.md (#573) 234da6d914 2024-03-20 03:32:49 +00:00
0fc26f31b7 doc: Update README.md #102 e5ccf68774 2024-03-13 15:45:15 +00:00
0b1a4588c6 doc: update docs/docker.md (#565)
* doc: update ansible.md

* doc: update ansible.md 代码格式

* 增加十分钟同步的域名、增加自动部署脚本

* 优化部署文档:定时任务同步pages的内容

* 优化 git-down-pages.sh 脚本 到配置

* update  README.md

* 更新代码

* update: doc ansible.md

* update CONTRIBUTING.md

* update CONTRIBUTING.md fix

* 优化ansible排版格式

* fix: 定时脚本的逻辑 bug

* update: ansible.md

* update: 增加 docker 的清除命令

---------

Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com> dabb4b2cd7
2024-03-12 13:02:23 +00:00
4a9cb45ed7 doc: update docs/python.md (#564)
when we installed pipenv pkg, we can't run pipenv install command on our local shell, because maybe we didn't have the site-package-bin dir in system $PATH, so we need to add it firstly. f7c2d6555f
2024-03-10 04:20:53 +00:00
a384ab2e67 doc: update docs/swiftui.md (#562) c076d32fc1 2024-03-07 16:48:00 +00:00
35a77a4865 doc: update docs/r.md (#561)
Add book link to my study notes of R. 4c7e86893d
2024-03-07 16:46:22 +00:00
9f914bcda5 doc: Update README.md (#560) #102 76785c6c55 2024-03-07 06:46:10 +00:00
bfcb64e5fd doc: Update README.md (#557) (#102) 137210c886 2024-03-06 06:21:29 +00:00
0e484fcc2e doc: update docs/pytorch.md (#554) 5fc5c065df 2024-03-05 13:25:37 +00:00
13fe6fdfbe doc: update docs/swift.md 6122942c95 2024-03-05 08:37:50 +00:00
0a6897759d doc: update docs/ansible.md (#543)
* doc: update ansible.md

* doc: update ansible.md 代码格式

* 增加十分钟同步的域名、增加自动部署脚本

* 优化部署文档:定时任务同步pages的内容

* 优化 git-down-pages.sh 脚本 到配置

* update  README.md

* 更新代码

* update: doc ansible.md

* update CONTRIBUTING.md

* update CONTRIBUTING.md fix

* 优化ansible排版格式

* fix: 定时脚本的逻辑 bug

* update: ansible.md

---------

Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com> c03deba9a5
2024-02-29 04:07:45 +00:00
d25037e275 doc: update docs/ansible.md (#541)
* doc: update ansible.md

* doc: update ansible.md 代码格式

* 增加十分钟同步的域名、增加自动部署脚本

* 优化部署文档:定时任务同步pages的内容

* 优化 git-down-pages.sh 脚本 到配置

* update  README.md

* 更新代码

* update: doc ansible.md

* update CONTRIBUTING.md

* update CONTRIBUTING.md fix

---------

Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com> 1da65002ba
2024-02-29 01:51:43 +00:00
7bb0fe371a doc: update docs/ansible.md & update CONTRIBUTING.md (#535)
* doc: update ansible.md

* doc: update ansible.md 代码格式

* 增加十分钟同步的域名、增加自动部署脚本

* 优化部署文档:定时任务同步pages的内容

* 优化 git-down-pages.sh 脚本 到配置

* update  README.md

---------

Co-authored-by: 魏栋梁 <dongliang.wei@fujfu.com> 893391cc3b
2024-02-28 15:59:26 +00:00
aebd730bd9 doc: update docs/dart.md (#516)
* 新增Kotlin的高阶函数用法

* 新增和调整若干Kotlin示例代码
[新增] 扩展函数
[新增] 运算符重载
[新增] 中缀表达式
[新增] 次构造函数
[新增] Data 数据类
[新增] 内部类
[新增] object 单例类
[修改] 主构造函数示范代码,调整了部分缩进和变量定义。

* 新增Dart部分示例代码
[新增] 扩展函数
[新增] 运算符重载函数
[新增] 延迟初始化 77b4802177
2024-02-12 14:22:56 +00:00
c22cab1e11 doc: update docs/kotlin.md (#515)
* 新增Kotlin的高阶函数用法

* 新增和调整若干Kotlin示例代码
[新增] 扩展函数
[新增] 运算符重载
[新增] 中缀表达式
[新增] 次构造函数
[新增] Data 数据类
[新增] 内部类
[新增] object 单例类
[修改] 主构造函数示范代码,调整了部分缩进和变量定义。 2f6c263221
2024-02-09 08:15:41 +00:00
fa1e954223 doc: update docs/cs.md (#514) c60876d078 2024-02-08 06:57:40 +00:00
9f064f9407 doc: Update linux-command.md
- https://github.com/jaywcjlove/reference/discussions/434#discussioncomment-8366371 bfc4a0198d
2024-02-06 07:36:46 +00:00
cfff39053a doc: Update README.md (#102) cb1c236f5c 2024-01-30 13:29:02 +00:00
15dd1a3559 fix: update docs/markdown.md (#509) 119df317f2 2024-01-23 03:17:37 +00:00
b20179bb6a doc: update docs/chown.md #503 4c02dfd878 2024-01-13 06:22:25 +00:00
70cc817664 feat: add chown.md (#503)
* 修改我在contributing.md的镜像链接

* chown备忘清单 05dae25ae7
2024-01-13 05:38:57 +00:00
6b9f102f95 doc: update README.md (#102 #496)
add ref.wdft.com 3cabca0a7a
2024-01-01 13:03:38 +00:00
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