Commit Graph

89 Commits

Author SHA1 Message Date
a39af910f1 doc: Update README.md (#259) fc11b2f0dc 2023-01-03 08:46:02 +00:00
9613870774 doc: Update README.md (#258) dda6efdc7c 2023-01-03 03:10:53 +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
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
c800e53297 released v1.34.0 bf962194da 2022-12-29 06:10:08 +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
472e813ea9 chore: update README.md #102 98edffbca0 2022-12-21 09:45:44 +00:00
e5e9ced412 doc: update javascript.md Proxy and Reflect (#243) ef823de9a5 2022-12-21 09:34:58 +00:00
951a8148b8 feat: add mirror (#239) 7ac675e34c 2022-12-20 06:46:19 +00:00
e19dccc750 doc: Update java.md (#240)
修正一些文字说明,补充下ConcurrentHashMap的使用 8e3307272c
2022-12-20 06:45:23 +00:00
df51b149b9 doc: update README.md. (#235) 3fed079194 2022-12-17 13:48:08 +00:00
c4a60d80f3 doc: update make.md (#234) 01d238eaab 2022-12-17 13:07:38 +00:00
a528f7a8a3 docs: update golang.md (#231) d280013c31 2022-12-17 01:05:53 +00:00
653bfc191d doc: update feds.md. 88f392c532 2022-12-16 14:32:02 +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
1495f335f9 feat: add flask.md cheatsheet (#222) 470ccb5311 2022-12-12 06:27:26 +00:00
d9c6b07f45 doc: update flutter.md (#220) f123f31449 2022-12-10 09:55:56 +00:00
bbc325446f feat: add tailwindcss.md cheatsheet. 8b2c227f73 2022-12-09 10:24:56 +00:00
4eb595fbd9 doc: Update README.md (#218) c56a018d9b 2022-12-09 07:05:49 +00:00
884aeca733 doc: update make.md (#214) 58f486a9fb 2022-12-07 11:41:13 +00:00
b697aa3233 doc: add mirror ref.eryajf.net (#208)
添加 ref.eryajf.net 镜像 260f1ec438
2022-12-06 03:35:07 +00:00
0851518a43 doc: Update README.md (#204)
Co-authored-by: 小弟调调™ <kennyiseeyou@gmail.com> 57fb87d021
2022-12-04 03:11:14 +00:00
37a903c708 doc: change domain (#205)
我换域名了,麻烦重新推送一下 7efa3c1fca
2022-12-04 03:02:43 +00:00
cc1fcf0771 doc: add mirror (#199)
quick.hestudio.xyz 0e2da4158f
2022-12-03 01:04:25 +00:00
5aa8f96e2f doc: add mirror (#197) b58db5cc58 2022-12-02 16:26:31 +00:00
f53b60db76 doc: Add quickref.pipecraft.net to the home page. #102 d1c0ded4f7 2022-12-01 01:28:42 +00:00
003ea0190e feat: add adobe-photoshop.md cheatsheet. 746a387005 2022-11-30 09:52:16 +00:00
39970aa4c0 doc: update github-action.md (#184) a41ec2693e 2022-11-28 13:51:10 +00:00
c3aae4b9f2 doc: update rust.md (#181) (#20) 39fef5e856 2022-11-28 08:22:17 +00:00
dab8c87925 doc: update flutter.md (#175) (#58)
* doc: update flutter.md

* doc: modify CONTRIBUTING.md.

* doc: modify README.md.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 38a704244c
2022-11-26 09:20:36 +00:00
adbf9bff8f docs: update markdown.md (#163) f22b15c77d 2022-11-21 13:04:42 +00:00
9425d38f10 doc: c++ typo & update READMe.md (#158) 2decea91c7 2022-11-21 07:50:49 +00:00
de9628c851 doc: update cs.md #153 #152 1ae50452f5 2022-11-21 02:30:36 +00:00
b49606f80c doc: update nestjs.md #29 a1f283b55f 2022-11-21 01:52:08 +00:00
b5cfb995d4 docs: add flutter.md (#149)
* docs: update dart.md

* docs: add flutter.md 06b26437de
2022-11-20 08:07:24 +00:00
e90ef7dc9a doc: update find.md (#148) 436e73a3a9 2022-11-19 18:49:20 +00:00
e1c3606c60 docs: update dart.md (#147) e4444148f1 2022-11-19 14:24:12 +00:00
5498990029 doc: continue to erite lua.md (#143) 103fcc7f16 2022-11-19 12:27:22 +00:00
19d0d2fb78 doc: update dart.md #145 b67c2ed842 2022-11-19 12:26:00 +00:00
1e684a10e9 doc: update latex.md (#140) 6a0eb40af5 2022-11-18 16:14:52 +00:00
266b872470 doc: update lua.md (#139) (#62) 7ea215d50f 2022-11-18 15:12:42 +00:00
3977b02358 doc: update lua logo. #133 4dfc55800c 2022-11-18 09:24:03 +00:00
20d7284095 doc: update tar.md #134 48dc6076aa 2022-11-18 09:18:30 +00:00
415d72a173 feat: add pytorch.md (#138) 29df8a3f72 2022-11-18 08:45:59 +00:00
1d5963065c feat: add tar.md (#134) c0c47f3c3d 2022-11-18 08:24:42 +00:00
5004736fc6 docs: update vue.md (#136) e096c08a2c 2022-11-18 08:22:13 +00:00