Commit Graph

470 Commits

Author SHA1 Message Date
d38ba8148a doc: Update regex.md (#278) c356147d5f 2023-02-02 03:53:44 +00:00
e245a7fbd0 doc: update golang.md (#282)
doc: update jquery.md e1661b5dc4
2023-02-02 03:47:29 +00:00
4a08ffe8d3 doc: update nextjs.md (#274) 6900980460 2023-01-17 09:53:40 +00:00
799bebd9b1 doc: update javascript.md (#271)
add JavaScript Functions 函数
line: 472-480 6b570f2035
2023-01-14 04:24:08 +00:00
e7fbe379cb doc: update cs.md (#266) e5e0160628 2023-01-10 13:13:06 +00:00
cf83d70f32 doc: update cs.md (#266) cb7b542fb1 2023-01-10 13:10:21 +00:00
68be535ac9 doc: update java.md (#261) 0691e82eb2 2023-01-06 07:01:46 +00:00
b537c4bead doc: Update java.md (#261)
原来的 Java 官网弃用了 38b685315b
2023-01-05 10:53:43 +00:00
c11c906487 released v1.35.0 ae633b43e8 2023-01-05 03:38:46 +00:00
3b4ead603e doc: update julia.md ad5accdeff 2023-01-05 02:36:40 +00:00
0d0edf78f8 feat: add kubernetes.md cheatsheet. #44 3a7af1eef3 2023-01-05 02:28:58 +00:00
6eb961fb3b feat: add ps.md cheatsheet. #251 9ef65a9f3d 2023-01-05 02:09:32 +00:00
eff19a2bed doc: update cpp.md #255 f40b56ebb8 2022-12-31 14:44:56 +00:00
21f156ad0e doc: update cpp.md (#255)
* 更新排版

更新了以下内容的排版,以适应网页的风格:

+ lambda表达式
+ 多线程

* 更新C++多线程:锁

更新以下部分:

+ `mutex`
    + 上锁——`lock`
    + 解锁——`unlock`
    + 尝试上锁——`try_lock`
+ `lock_guard<Mutex>`
    + 额外参数`std::adopt_lock`
+ `unique_lock<Mutex>`
    + 额外参数
        + `std::adopt_lock`
        + `std::try_to_lock`
        + `std::defer_lock`
    + 成员函数
        + `lock`
        + `unlock`
        + `release`
        + `owns_lock`

* 更新C++11多线程内容

更新内容:

+ `call_once`
+ `condition_variable`
    + `wait`
    + `notify_one`
    + `notify_all`
+ `async`
    + `std::launch::deferred`
    + `std::launch::async`
    + `std::deferred | std::launch::async`
+ `future`
    + `wait`
    + `get`
    + `wait_for`
    + `wait_until`
+ `future_status`
    + `ready`
    + `timeout`
    + `deferred`
+ `shared_future` a2cfd4e785
2022-12-31 13:56:22 +00:00
55b1c9c172 doc: update cpp.md (#254) b08cc85e41 2022-12-30 08:05:03 +00:00
20e3fadd4f doc: Update cpp.md (#254)
开始添加多线程部分,主要添加了线程的创建、销毁和this_thread的所有函数

尚未开始的内容:锁、互斥量、线程同步 db7a9aa6f9
2022-12-30 06:37:52 +00:00
9c27f36c9b doc: update docs/css.md 19f919f532 2022-12-30 02:45:50 +00:00
d5e608bb74 doc: update feds.md (#248) f5e2ad2c31 2022-12-27 01:06:44 +00:00
b9ff1406f7 doc: Update feds.md (#248)
两个codepen似乎具有误导性,建议明确指出两者协议的区别。 ff0cc58c1d
2022-12-27 01:05:06 +00:00
ec4fa6176a doc: Update cpp.md (#246) b42883e3de 2022-12-26 08:11:56 +00:00
d666a12847 feat: add pycharm.md cheatsheet. #244 f4d2c99007 2022-12-26 06:55:11 +00:00
2e92a951d3 doc: Update cpp.md (#246)
补充了Lambda表达式的内容 f78562b95e
2022-12-26 02:33:21 +00:00
d32790c706 doc: Update iptables.md (#245) 63d846b35d 2022-12-25 06:16:12 +00:00
93240e428d doc: update javascript.md (#243) afd924a928 2022-12-21 10:21:22 +00:00
e5e9ced412 doc: update javascript.md Proxy and Reflect (#243) ef823de9a5 2022-12-21 09:34:58 +00:00
e19dccc750 doc: Update java.md (#240)
修正一些文字说明,补充下ConcurrentHashMap的使用 8e3307272c
2022-12-20 06:45:23 +00:00
9a0890f7dc feat: add adb.md cheatsheet. #233 f1200c67e1 2022-12-17 16:10:27 +00:00
c4a60d80f3 doc: update make.md (#234) 01d238eaab 2022-12-17 13:07:38 +00:00
d45f231649 doc: update lua.md. 8b151f891c 2022-12-17 03:57:43 +00:00
a528f7a8a3 docs: update golang.md (#231) d280013c31 2022-12-17 01:05:53 +00:00
9f72922059 feat: add reactrouter.md cheatsheet. bdf0dc17cd 2022-12-16 16:56:35 +00:00
653bfc191d doc: update feds.md. 88f392c532 2022-12-16 14:32:02 +00:00
d543e630fc doc: update vscode.md (#230) 72766dfabe 2022-12-16 07:06:51 +00:00
a8f8bfb32f feat: add feds.md cheatsheet. bfe5551acf 2022-12-15 15:54:08 +00:00
2b015a5426 doc: update java.md (#229) 5e284e6f14 2022-12-15 14:34:57 +00:00
38142b2a82 doc: update flask.md (#228) (#223) e6d2a48410 2022-12-15 06:31:39 +00:00
5d0af0a18f doc: update typescript.md. a82f7b948e 2022-12-15 02:34:49 +00:00
e0f5770f8a doc: update flask logo. e781a3b20e 2022-12-14 04:40:28 +00:00
9309759d38 doc: update react-native.md ab795d65aa 2022-12-14 03:29:41 +00:00
5785bc0ccb doc: update htmx.md 150a9bc943 2022-12-13 03:07:24 +00:00
778a152771 doc: update flask.md #223 89fddf6b6f 2022-12-12 07:25:42 +00:00
1495f335f9 feat: add flask.md cheatsheet (#222) 470ccb5311 2022-12-12 06:27:26 +00:00
1122efdb32 doc: update python.md (#221) 3964c0c301 2022-12-12 03:22:54 +00:00
ac8913c214 doc: update react-native.md 3d0d2947a0 2022-12-12 03:05:41 +00:00
d9c6b07f45 doc: update flutter.md (#220) f123f31449 2022-12-10 09:55:56 +00:00
f15d50fa6c doc: update bash.md c0641d2898 2022-12-10 04:57:47 +00:00
fbb637c777 doc: update css.md 9a2cbcd359 2022-12-10 04:18:20 +00:00
bbc325446f feat: add tailwindcss.md cheatsheet. 8b2c227f73 2022-12-09 10:24:56 +00:00
b1db63d8ad doc: update docker.md, dockerfile.md (#219) 545e702138 2022-12-09 07:59:47 +00:00
e245eb9777 feat: add jquery.md cheatsheet. #217 a40568cc85 2022-12-08 07:12:04 +00:00