Commit Graph

629 Commits

Author SHA1 Message Date
jaywcjlove
2695f306fe doc: Update README.md #102 f510d354af 2024-09-20 11:32:24 +00:00
jaywcjlove
46e5232b37 doc: update docs/symbol-code.md fixed #823 f549244389 2024-09-17 14:12:23 +00:00
jaywcjlove
dd82d801db doc: update docs/mysql.md fixed #827 2bac216f98 2024-09-17 12:37:30 +00:00
jaywcjlove
71946a9f9f doc: Update README.md 0fb45105c9 2024-09-16 17:07:48 +00:00
jaywcjlove
6677067f8c docs: update docs/c.md (#821) ddc7f2dd47 2024-09-12 14:54:43 +00:00
jaywcjlove
53dc9f2066 doc: update docs/docker.md 660dfe103d 2024-08-29 12:09:11 +00:00
jaywcjlove
f6d117a8af released v1.45.0 ea3391734b 2024-08-26 11:44:45 +00:00
jaywcjlove
d87ababdea doc: update docs/minio.md #813 58efbde216 2024-08-19 07:19:19 +00:00
jaywcjlove
38373acf08 fix: Fixed description of math function (#817)
* fix: Fixed description of math.sqrt function

* fix: fix math.asin description

* Update lua.md d604a0d557
2024-08-18 09:59:58 +00:00
jaywcjlove
47dc772579 feat: add minio reference (#813)
* feat: add minio reference

* fix:alter minio.md c4ebb484cd
2024-08-15 14:46:52 +00:00
jaywcjlove
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
jaywcjlove
4ee2e1bc0c doc: Update README.md 8963525b9a 2024-08-12 17:13:42 +00:00
jaywcjlove
ad50e8a0ca doc: Update README.md 4e1a4bb641 2024-08-09 03:50:26 +00:00
jaywcjlove
46bda1ff2e doc: update docs/typescript.md 1a37518aab 2024-08-09 03:37:18 +00:00
jaywcjlove
b1399606bb doc: update docs/typescript.md d42cbc7d2c 2024-08-09 03:29:24 +00:00
jaywcjlove
b5b01025f2 doc: Update README.md (#102) f80b5795bc 2024-08-01 12:33:21 +00:00
jaywcjlove
0e941c071d doc: Update github-actions.md 90b9b407b3 2024-07-28 19:22:36 +00:00
jaywcjlove
3055491199 doc: update docs/github-actions.md 58991c482e 2024-07-28 15:35:27 +00:00
jaywcjlove
1b304c6a05 doc: Update linux-command.md (#807)
add zip/unzip commands a3d3d4b0dd
2024-07-27 15:23:06 +00:00
jaywcjlove
fdae09101e doc: Update README.md #102 8c8b721015 2024-07-26 07:37:46 +00:00
jaywcjlove
72720453ba doc: Update README.md #102 ec6d1677d6 2024-07-24 17:59:28 +00:00
jaywcjlove
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
jaywcjlove
feb1cc2e9b feat: add jupyter (#803)
* feat: add jupyter note

* fix: alter note

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

* chore: 调整网站名称 29c4430e3a
2024-06-26 02:08:55 +00:00
jaywcjlove
aa7bb9311a released v1.44.0 229193a584 2024-06-25 15:51:17 +00:00
jaywcjlove
5e12d2941c feat: add stylex.md 222f5bc604 2024-06-25 15:23:27 +00:00
jaywcjlove
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
jaywcjlove
44efd1edb6 doc: update xjs.md #674 99c34277e1 2024-06-25 05:54:17 +00:00
jaywcjlove
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
jaywcjlove
ec69014350 doc: update erlang.md #673 942f2c9563 2024-06-25 05:03:27 +00:00
jaywcjlove
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
jaywcjlove
4fd0701a8e doc: update pinia.md #672 1fb3dd7c34 2024-06-24 21:47:37 +00:00
jaywcjlove
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
jaywcjlove
a59e2bc8a9 doc: Update bun.md #671 aadb7e664b 2024-06-24 21:25:17 +00:00
jaywcjlove
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
jaywcjlove
2582f5d1aa doc: Update docs/pnpm.md #670 c0903a400c 2024-06-24 19:32:04 +00:00
jaywcjlove
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