Commit Graph

327 Commits

Author SHA1 Message Date
7031c98ce4 doc: update docs/vue.md #832 a74c7e2092 2024-09-29 10:30:54 +00:00
1060cb4041 docs: update vue.md (#832)
* doc:update docs/flutter.md

* docs:update docs/flutter.md

* docs:update docs/flutter.md

* docs:update vue.md & flutter.md 5ffc6faf3d
2024-09-25 15:54:29 +00:00
037ee1346d doc: Update README.md #102 93e3166fc5 2024-09-24 06:06:40 +00:00
ace125e977 docs:update /docs/flutter.md (#830)
* doc:update docs/flutter.md

* docs:update docs/flutter.md

* docs:update docs/flutter.md 33683eab41
2024-09-22 15:29:30 +00:00
71946a9f9f doc: Update README.md 0fb45105c9 2024-09-16 17:07:48 +00:00
d87ababdea doc: update docs/minio.md #813 58efbde216 2024-08-19 07:19:19 +00:00
6a18428838 doc: update docs/dart.md (#814)
### Current behavior
The current asynchronous login sample code has the following issues:
1. The `main` function tries to use `await userName()`, but `userName` is a string variable, not a function.
2. the `login` function should be called and `await` should be used to wait for its result.
### Expected behavior
The `main` function should correctly call the `login` function and use `await` to wait for the result, then print out the username.
### Sample code
Here is the corrected code:
```dart
Future<String> login() {
String userName = "Temidjoy";
return Future.delayed(
Duration(seconds: 4), () => userName
).
}
main() async {
print('Authenticating please wait...') The
String result = await login();
String result = await login(); print(result);
} f0da2a3397
2024-08-15 01:10:54 +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
0d1c226d30 doc: update golang.md (#802)
类型转换中补充了字符串与其他类型相互转换的方法 708329d8f2
2024-07-17 14:46:32 +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
dd04f91e4f chore: update README.md (#677)
* Feat: 增加国内镜像网站

* chore: 调整网站名称 29c4430e3a
2024-06-26 02:08:55 +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
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
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
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
32f3814a8c doc: update docs/chatgpt.md #669 9f7014bc52 2024-06-21 10:12:34 +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
5a169b23f4 feat: add docs/vimium.md (#660) 05191c8c2c 2024-06-06 00:32:04 +00:00
a5aa70928f feat: add glances (#659) 29a3787140 2024-06-05 01:45:55 +00:00
b12629e8d4 doc: update docs/docker-compose.md (#656) 861d35482a 2024-05-30 13:51:05 +00:00
034f696354 doc: Update README.md #102 1189c92fd7 2024-05-23 01:58:51 +00:00
9910c6d135 doc(pytorch): update docs/pytorch.md (#649)
Co-authored-by: zhulin.zzz <zhul289@chinaunicom.cn> afbe61aebc
2024-05-13 08:34:45 +00:00
e9e3a27076 doc: Update README.md #102 3a1d780bbe 2024-05-11 11:02:57 +00:00
865a614548 feat: add docs/docker-compose.md (#645)
* feat: add docker-compose reference

* fix: alter note 19ed3fa3b2
2024-05-11 06:10:49 +00:00
d14d93ffcf doc: update README #102 (#643) a64e21d466 2024-05-10 11:12:21 +00:00
84a2dd202f doc: Update docker.md (#640)
新增一些常见的Docker运维项
新增一些常见的中间件、数据库容器启动示例和备注信息 35e2e58205
2024-05-08 22:51:03 +00:00
499fbee8e5 doc: docs/mysql.md (#639)
* update neo4j.md

* update neo4j.md 73106942ca
2024-05-07 06:21:00 +00:00
d19b0e0add doc: update neo4j.md (#638) 6f16c43dc5 2024-05-07 01:53:54 +00:00
adb63d52d2 doc: update docs/fastapi.md (#637)
Co-authored-by: AAJZ <aajz@163.com> c71ea7d356
2024-05-05 08:48:05 +00:00
4c70684e7f fet: add docs/Neo4j.md (#636)
* 新增了c#中的类(所有内容都是经过书籍,资料证实的)

* 新增了c#中的类部分模块,元组模块,集合模块

* 更改了c#中集合的样式,之前显示出来有bug

* 新增了Neo4j模块

* 新增了Neo4j模块 f6a29c9e9e
2024-05-05 08:47:01 +00:00
81199b4515 doc: Update figma.md (#630)
figma.md  ffmpeg -> Figma 3ceb796324
2024-04-28 10:46:28 +00:00
d3c22af49d doc: uppdate docs/cs.md (#629)
* 新增了c#中的类(所有内容都是经过书籍,资料证实的)

* 新增了c#中的类部分模块,元组模块,集合模块

* 更改了c#中集合的样式,之前显示出来有bug 404f5f1070
2024-04-28 04:14:37 +00:00
d68a954e33 feat: add elasticsearch reference (#623) 43397a9cf7 2024-04-23 05:49:20 +00:00
76348d3867 doc: update docs/tauri.md (#618) 21ddcb51cb 2024-04-18 15:23:36 +00:00
f8e95df55f doc: update oracle.md (#617)
增加DBA对Oracle维护巡检的常用SQL命令 a9552508a0
2024-04-18 09:45:58 +00:00
b6f4af2040 doc: Update README.md 2c61572a99 2024-04-17 15:16:29 +00:00
0c0e69eb7b doc: update docs/cpp.md d3ece9328d 2024-04-16 15:46:10 +00:00
e915693f1a doc: update docs/github-actions.md (#613) 642aa08cd6 2024-04-16 13:50:16 +00:00
15909b9d24 doc: update docs/cpp.md (#611) c0ebe199d1 2024-04-16 08:11:42 +00:00
2faf94fca5 feat: add docs/tauri.md (#610) 4db4c7a750 2024-04-14 09:05:36 +00:00
4b7c32aa88 doc: update docs/cs.md (#609)
* 增加国内镜像

* add reference of syntax sugar for c#

* optimizing page format for cs.md

* optimizing page format for cs.md

* add reference of linq for c# 9684f7c9e4
2024-04-12 08:54:06 +00:00
926bdcf99d doc: update docs/cs.md (#608)
* 增加国内镜像

* add reference of syntax sugar for c#

* optimizing page format for cs.md

* optimizing page format for cs.md b0df70a952
2024-04-11 09:43:21 +00:00
79d1225031 doc: update README.md (#607) f000ab5d67 2024-04-10 15:23:11 +00:00
63c2a91261 doc: Update r.md (#604) 99e41b2798 2024-04-09 10:15:01 +00:00