Commit Graph

841 Commits

Author SHA1 Message Date
1fefc2b7f7 doc: update docs/github-copilot.md 8ae69f2386 2024-10-29 21:42:51 +00:00
d6a86a791a doc: update docs/powershell.md #845 71c4aea9ca 2024-10-29 13:29:16 +00:00
5255ed253c doc: update docs/powershell.md #845 3662bb703c 2024-10-29 12:11:16 +00:00
f8ad849358 feat:add powershell reference (#845) 2c6244b6f8 2024-10-29 12:02:58 +00:00
4ab3078ea6 doc: update docs/cpp.md 292551a8f2 2024-10-28 11:22:46 +00:00
9158d5c4b0 fix: typo in postgres (#842) d41aaa9569 2024-10-18 05:45:39 +00:00
64f9ae8d1e doc: update docs/springboot.md (#841)
* Update docker.md

统一端口号

* Update springboot.md

MySQL 5.0 和 8.0 的数据库驱动类名差异 15323378b5
2024-10-16 09:11:50 +00:00
021dcc57aa website: update touch-icon. 7fb6ce9190 2024-10-14 20:17:05 +00:00
8851b9aab9 website: modify favicon. #840 145aa54a4e 2024-10-14 20:05:37 +00:00
2523c852f9 doc: update docker.md (#839)
统一端口号 612f874723
2024-10-13 06:38:10 +00:00
57103ca884 doc: update docker.md & linux-command.md & nginx.md (#838)
* doc: update linux-command.md

* 增加代理构建

* 删除上次提交多余 e3628fc62d
2024-10-12 09:46:18 +00:00
300ea1b306 doc: update docs/nginx.md (#836) f6fe236778 2024-10-11 08:57:56 +00:00
fe5f075391 doc: update docs/nginx.md (#836) 3749de233c 2024-10-11 08:49:00 +00:00
b7050ad86c doc: update docs/css.md a69be1efba 2024-10-03 06:23:22 +00:00
e10713461e doc: update docs/ffmpeg.md (#835) c249e0e609 2024-09-30 03:48:05 +00:00
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
0859c5b67d doc: update docs/flutter.md #830 ade6fbe3d0 2024-09-24 07:02:37 +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
85497f72cc doc: update docs/flutter.md (#828) 77b2c7a133 2024-09-21 15:33:01 +00:00
46e5232b37 doc: update docs/symbol-code.md fixed #823 f549244389 2024-09-17 14:12:23 +00:00
dd82d801db doc: update docs/mysql.md fixed #827 2bac216f98 2024-09-17 12:37:30 +00:00
6677067f8c docs: update docs/c.md (#821) ddc7f2dd47 2024-09-12 14:54:43 +00:00
53dc9f2066 doc: update docs/docker.md 660dfe103d 2024-08-29 12:09:11 +00:00
d87ababdea doc: update docs/minio.md #813 58efbde216 2024-08-19 07:19:19 +00:00
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
47dc772579 feat: add minio reference (#813)
* feat: add minio reference

* fix:alter minio.md c4ebb484cd
2024-08-15 14:46:52 +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
46bda1ff2e doc: update docs/typescript.md 1a37518aab 2024-08-09 03:37:18 +00:00
b1399606bb doc: update docs/typescript.md d42cbc7d2c 2024-08-09 03:29:24 +00:00
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
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
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
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
d6604407e1 doc: update stylex.md 3e05d637d3 2024-06-26 04:13:34 +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