Commit Graph

513 Commits

Author SHA1 Message Date
0e941c071d doc: Update github-actions.md 90b9b407b3 2024-07-28 19:22:36 +00:00
3055491199 doc: update docs/github-actions.md 58991c482e 2024-07-28 15:35:27 +00:00
1b304c6a05 doc: Update linux-command.md (#807)
add zip/unzip commands a3d3d4b0dd
2024-07-27 15:23:06 +00:00
fdae09101e doc: Update README.md #102 8c8b721015 2024-07-26 07:37:46 +00:00
72720453ba doc: Update README.md #102 ec6d1677d6 2024-07-24 17:59:28 +00:00
e6e406cf4e doc: update dart.md (#806)
* doc: update dart.md

* doc: update dart.md

完善 import 部分内容

* doc: update dart.md

修正翻译错误,将 “地图” 修改为 “映射” d7ea92c019
2024-07-24 16:04:16 +00:00
feb1cc2e9b feat: add jupyter (#803)
* feat: add jupyter note

* fix: alter note

* fix:add note f25137d53d
2024-07-21 07:10:00 +00:00
5c4b861aa9 doc: Update README.md #102 3e40d6e54f 2024-07-18 17:54:15 +00:00
db514dbe8d doc: update docs/git.md 145bdf9119 2024-07-18 09:15:17 +00:00
0d1c226d30 doc: update golang.md (#802)
类型转换中补充了字符串与其他类型相互转换的方法 708329d8f2
2024-07-17 14:46:32 +00:00
fcef1fdddc doc: update flutter.md (#800) fac5af10c8 2024-07-15 10:16:47 +00:00
1f1c10e329 doc: update dart.md (#801) a45e63a966 2024-07-15 10:16:17 +00:00
baa4877bea doc: Update README.md #102 a05328f389 2024-07-14 14:51:44 +00:00
79ff7f35e3 doc: Update README.md #786 0d7f6653b6 2024-07-08 17:18:48 +00:00
9159d4f54d doc: Update vue.md (#786)
添加 vue3 watch 监听多个值的模板 3cbec70a5e
2024-07-08 17:13:46 +00:00
3c3477906b doc: Update docs/json.md 8e9132f900 2024-07-05 04:03:53 +00:00
4d95d46af2 doc: Update README.md aadda3d5c5 2024-07-02 14:16:26 +00:00
be7a41b733 doc: Update README.md #102 031b7f1976 2024-06-29 10:44:00 +00:00
7931e288b0 doc: Update README.md (#102) 34bf61c2fb 2024-06-27 14:55:37 +00:00
d6604407e1 doc: update stylex.md 3e05d637d3 2024-06-26 04:13:34 +00:00
dd04f91e4f chore: update README.md (#677)
* Feat: 增加国内镜像网站

* chore: 调整网站名称 29c4430e3a
2024-06-26 02:08:55 +00:00
aa7bb9311a released v1.44.0 229193a584 2024-06-25 15:51:17 +00:00
5e12d2941c feat: add stylex.md 222f5bc604 2024-06-25 15:23:27 +00:00
762edcac6d docs(erlang): update docs/erlang.md (#676)
* feat(docs): add Erlang cheat sheet

Create an Erlang备忘清单 in markdown format to document common commands and
operations for Erlang programming, including入门, 代码结构, 常用内置函数 (BIFs),
并发编程, 错误处理, 分布式编程, OTP框架, 和测试.

This cheat sheet aims to provide a quick reference for Erlang developers and
learners, summarizing key points and examples for various aspects of the
language.

* docs(erlang): update links and clean up markdown formatting

- Update Erlang documentation links. 70b561c710
2024-06-25 15:04:47 +00:00
44efd1edb6 doc: update xjs.md #674 99c34277e1 2024-06-25 05:54:17 +00:00
71437ed638 doc: add rxjs.md cheat sheet (#674)
Create a new cheat sheet for RxJS covering key concepts, operators, and methods. This includes installation, importing, creating Observables, and using various operators such as map, filter, switchMap, and more. The document also explains important concepts like Schedulers and provides examples for better understanding. 1013713630
2024-06-25 05:06:49 +00:00
ec69014350 doc: update erlang.md #673 942f2c9563 2024-06-25 05:03:27 +00:00
f2f9228668 feat(docs): add Erlang cheat sheet (#673)
Create an Erlang备忘清单 in markdown format to document common commands and
operations for Erlang programming, including入门, 代码结构, 常用内置函数 (BIFs),
并发编程, 错误处理, 分布式编程, OTP框架, 和测试.

This cheat sheet aims to provide a quick reference for Erlang developers and
learners, summarizing key points and examples for various aspects of the
language. 09fd8603cb
2024-06-25 04:35:16 +00:00
4fd0701a8e doc: update pinia.md #672 1fb3dd7c34 2024-06-24 21:47:37 +00:00
84c353def9 feats (docs): add Pinia Memo List (#672)
* feats (docs): add Pinia Memo List

Create a Pinia Memo List to document common commands and actions of the Pinia State Management Library in markdown format. Content includes getting started, creating Pinia instances, defining the Store, using the Store, and more

* docs(pinia): update link to pinia-plugin-persist documentation

Correct the documentation link for pinia-plugin-persist in the Pinia documentation
to point to the official documentation hosted on seb-l.github.io. This ensures
that readers will access the most up-to-date and correct information regarding
the usage of the pinia-plugin-persist library. 60c463b1cb
2024-06-24 21:25:57 +00:00
a59e2bc8a9 doc: Update bun.md #671 aadb7e664b 2024-06-24 21:25:17 +00:00
f7f05027fc feat: add bun (#671)
Create a Bun备忘清单 in markdown format to document the common commands
for the Bun package manager, comparing it to npm and Yarn. This includes
installation, project creation, dependency management, script execution,
and cache handling. deeed5ec0b
2024-06-24 20:21:39 +00:00
2582f5d1aa doc: Update docs/pnpm.md #670 c0903a400c 2024-06-24 19:32:04 +00:00
edf8151a62 docs: add pnpm memo and update README (#670)
Add a new pnpm.md memo in the docs directory and update the README to
include pnpm in the quick reference section. Also, introduce a new
pnpm.svg asset in the assets directory. e657882897
2024-06-24 18:40:53 +00:00
619151fe88 ci: Update FUNDING.yml 04b0b48d94 2024-06-22 15:56:10 +00:00
23544a5325 ci: Update FUNDING.yml 7e32739eb6 2024-06-22 15:53:18 +00:00
9f5bece3cd ci: Update FUNDING.yml 9659f0f074 2024-06-22 15:50:49 +00:00
8c3060d020 ci: Update FUNDING.yml e1b5344903 2024-06-22 15:47:12 +00:00
32f3814a8c doc: update docs/chatgpt.md #669 9f7014bc52 2024-06-21 10:12:34 +00:00
0e7bc389cd feat: add chatgpt prompt (#669) 8197b8f641 2024-06-21 09:42:51 +00:00
12b41b6052 doc: update README.md 1c55ee64bf 2024-06-20 10:22:45 +00:00
b3545a6482 doc: update springboot.md (#668) 4138d22968 2024-06-20 10:06:14 +00:00
3be9cd1157 feat: add springboot (#668) a527cb28a0 2024-06-20 09:33:36 +00:00
dc21c75e5d doc: update README.md #102 (#666) 864da459ef 2024-06-17 14:10:51 +00:00
e71d5888ef doc: update docs/github-actions.md 4b9ff8a35e 2024-06-08 18:45:58 +00:00
4f5cac8289 doc: Update README.md #102 fa2c86a964 2024-06-08 17:45:59 +00:00
d5cc4addaa doc: update docs/adb.md (#662) d7008594f8 2024-06-08 17:44:23 +00:00
89bdff9a4e doc: update docs/lua.md (#661)
* Update lua.md

* Update lua.md

* Update lua.md df9c2ac08b
2024-06-08 17:43:35 +00:00
f38bd5d8ae doc: Update README.md 7494981f5f 2024-06-06 16:55:44 +00:00
835e9d9075 doc: update docs/twitter.md ae490e878e 2024-06-06 14:22:09 +00:00