Skip to content

Commit 0ca2339

Browse files
author
bajins
committed
add
1 parent 000e138 commit 0ca2339

19 files changed

+90
-37
lines changed

DBS/关系型数据库.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ select 1/cast(2 as numeric)
811811
- Java实现 [https://sqljet.com](https://sqljet.com)
812812
- 分布式关系数据库 [https://github.com/rqlite/rqlite](https://github.com/rqlite/rqlite)
813813
- [https://github.com/jlongster/absurd-sql](https://github.com/jlongster/absurd-sql)
814+
- 后端 [https://github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase)
814815

815816

816817
**连接符**

Go/Go第三方库.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@
165165
* [https://github.com/gobwas/ws](https://github.com/gobwas/ws)
166166
* [性能优化实战:百万级WebSockets和Go语言](https://segmentfault.com/a/1190000011162605)
167167
* 微服务 [https://github.com/cloudwego/kitex](https://github.com/cloudwego/kitex)
168+
* [https://github.com/volo-rs](https://github.com/volo-rs)
169+
* [https://github.com/hertz-contrib](https://github.com/hertz-contrib)
170+
* [https://github.com/kitex-contrib](https://github.com/kitex-contrib)
168171
* [https://github.com/smallnest/rpcx](https://github.com/smallnest/rpcx)
169172
* [https://github.com/lesismal/arpc](https://github.com/lesismal/arpc)
170173
* [https://github.com/hekmon/transmissionrpc](https://github.com/hekmon/transmissionrpc)

IDE/Chromium.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ taskkill /f /im chromedriver.exe
410410
* [https://github.com/marmot-z/baicizhan-helper](https://github.com/marmot-z/baicizhan-helper)
411411
* [https://github.com/openai-translator/openai-translator](https://github.com/openai-translator/openai-translator)
412412
* [https://github.com/FilipePS/Traduzir-paginas-web](https://github.com/FilipePS/Traduzir-paginas-web)
413+
* [https://github.com/chengfengfengwang/lingo-link](https://github.com/chengfengfengwang/lingo-link)
413414

414415

415416

IDE/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363

6464
**Dev Tools/DevOps/CI/CD/Developer Experience (DX)**
6565

66+
+ [https://github.com/topics/developer-tools](https://github.com/topics/developer-tools)
67+
+ 转编译 [https://github.com/topics/transpiler](https://github.com/topics/transpiler)
68+
69+
6670
- [https://github.com/xlabs-club](https://github.com/xlabs-club)
6771
- 代码搜索和替换 [https://github.com/comby-tools/comby](https://github.com/comby-tools/comby)
6872
- [https://github.com/dsznajder/vscode-es7-javascript-react-snippets](https://github.com/dsznajder/vscode-es7-javascript-react-snippets)
@@ -111,6 +115,7 @@
111115
- SQL助手AI [https://github.com/chat2db/Chat2DB](https://github.com/chat2db/Chat2DB)
112116
- [https://github.com/defog-ai/sqlcoder](https://github.com/defog-ai/sqlcoder)
113117
- [https://github.com/SuperDuperDB/superduperdb](https://github.com/SuperDuperDB/superduperdb)
118+
- [https://github.com/vanna-ai/vanna](https://github.com/vanna-ai/vanna)
114119
- 代码搜索 [https://github.com/ast-grep/ast-grep](https://github.com/ast-grep/ast-grep)
115120
- 可视化前端设计 [https://github.com/webstudio-is/webstudio](https://github.com/webstudio-is/webstudio)
116121
- [https://github.com/SawyerHood/draw-a-ui](https://github.com/SawyerHood/draw-a-ui)

IDE/Subversion.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
- [https://github.com/apache/subversion](https://github.com/apache/subversion)
1111
- [https://subversion.apache.org](https://subversion.apache.org)
1212
- windows服务端 [https://www.visualsvn.com](https://www.visualsvn.com)
13-
- [https://tortoisesvn.net/downloads.html](https://tortoisesvn.net/downloads.html)
14-
- [https://osdn.net/projects/tortoisesvn](https://osdn.net/projects/tortoisesvn)
15-
- [https://svnbook.red-bean.com](https://svnbook.red-bean.com)
1613
- [https://sourceforge.net/projects/tortoisesvn](https://sourceforge.net/projects/tortoisesvn)
14+
- [https://tortoisesvn.net/downloads.html](https://tortoisesvn.net/downloads.html)
15+
- [https://osdn.net/projects/tortoisesvn](https://osdn.net/projects/tortoisesvn)
16+
- [https://sourceforge.net/projects/svnbook](https://sourceforge.net/projects/svnbook)
17+
- [https://svnbook.red-bean.com](https://svnbook.red-bean.com)
1718
- [https://github.com/mhagger/cvs2svn](https://github.com/mhagger/cvs2svn)
1819

1920
> 按装`VisualSVN`后客户端使用报错:`执行上下文错误: 由于目标计算机积极拒绝,无法连接。`,需要在`服务`列表中找到相关服务 ->

Java/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,4 @@
272272
* [https://github.com/argouml-tigris-org](https://github.com/argouml-tigris-org)
273273
* 数据中台 [https://github.com/birdLark/LarkMidTable](https://github.com/birdLark/LarkMidTable)
274274
* 消息推送 [https://github.com/ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)
275+
* IM [https://gitee.com/howcode/aq-chat-server](https://gitee.com/howcode/aq-chat-server)

Other/书籍和博客.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
* [https://github.com/mtdvio/every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know)
144144
* [https://github.com/ddy-ddy/cs-408](https://github.com/ddy-ddy/cs-408)
145145
* [https://github.com/ahangchen/HowToBeAProgrammer](https://github.com/ahangchen/HowToBeAProgrammer)
146+
* [https://wizardzines.com](https://wizardzines.com)
146147
* IT技术知识开源图谱 [https://gitcode.net/dev-roadmap](https://gitcode.net/dev-roadmap)
147148
* [https://github.com/codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x)
148149
* [https://github.com/marchof/javabubble](https://github.com/marchof/javabubble)

Other/免费服务.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
* [京華老宋体](https://zhuanlan.zhihu.com/p/637491623)
8686

8787

88+
- [https://www.miao3.cn](https://www.miao3.cn)
8889
- 字体编辑器 [https://github.com/fontforge/fontforge](https://github.com/fontforge/fontforge)
8990
- [https://www.ai.zitijia.com](https://www.ai.zitijia.com)
9091

@@ -174,7 +175,7 @@
174175
* GCP (Google Cloud Platform) [https://github.com/GoogleCloudPlatform](https://github.com/GoogleCloudPlatform)
175176
* [https://cloud.google.com/free](https://cloud.google.com/free)
176177
* [谷歌云搭建免费服务器并翻墙 | Levon's Blog](https://www.liuvv.com/p/b7e5827a)
177-
* [https://www.oracle.com/cn/cloud/free](https://www.oracle.com/cn/cloud/free)
178+
* Oracle [https://www.oracle.com/cn/cloud/free](https://www.oracle.com/cn/cloud/free)
178179
* [Always Free Resources](https://docs.cloud.oracle.com/en-us/iaas/Content/FreeTier/freetier.htm#resources)
179180
* [https://cloud.oracle.com/usage/reports](https://cloud.oracle.com/usage/reports)
180181
* [https://cloud.oracle.com/limits](https://cloud.oracle.com/limits)

PL/CPlusPlus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
* [https://github.com/makelove/OpenCV-Python-Tutorial](https://github.com/makelove/OpenCV-Python-Tutorial)
101101
* [https://github.com/xianyi/OpenBLAS](https://github.com/xianyi/OpenBLAS)
102102
* [https://github.com/UrielCh/opencv4nodejs](https://github.com/UrielCh/opencv4nodejs)
103+
* OpenAL [https://github.com/kcat/openal-soft](https://github.com/kcat/openal-soft)
103104
* 美颜滤镜 [https://github.com/pixpark/gpupixel](https://github.com/pixpark/gpupixe)
104105
* 2D和3D跨平台 [https://github.com/godotengine/godot](https://github.com/godotengine/godot)
105106
* [https://github.com/cocos2d/cocos2d-x](https://github.com/cocos2d/cocos2d-x)

PL/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [https://github.com/said7388/developer-portfolio](https://github.com/said7388/developer-portfolio)
2626
- [https://github.com/weijunext/indie-hacker-tools](https://github.com/weijunext/indie-hacker-tools)
2727
- [https://github.com/shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)
28+
- [https://indiehackertools.net](https://indiehackertools.net)
2829
- 推广渠道 [https://github.com/naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)
2930
- [Sam Altman的创业手册](https://jxp73q7qjsg.feishu.cn/docx/WCNZdKDa4o2eUrxK5ElcfBXEnah)
3031
- 硬地骇客 [https://github.com/hardhackerlabs/book](https://github.com/hardhackerlabs/book)

PL/人工智能.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
+ [https://github.com/LLMBook-zh/LLMBook-zh.github.io](https://github.com/LLMBook-zh/LLMBook-zh.github.io)
1414
+ [https://github.com/zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)
1515
+ [https://github.com/cbamls/AI_Tutorial](https://github.com/cbamls/AI_Tutorial)
16+
+ [https://github.com/datawhalechina/leedl-tutorial](https://github.com/datawhalechina/leedl-tutorial)
1617
+ 动手学深度学习 [https://github.com/d2l-ai](https://github.com/d2l-ai)
1718
+ [https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)
1819
+ [https://github.com/HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)
@@ -398,6 +399,7 @@
398399
- [https://github.com/dav/word2vec](https://github.com/dav/word2vec)
399400
- [https://github.com/google-research/google-research](https://github.com/google-research/google-research)
400401
- 爬虫 [https://github.com/VinciGit00/Scrapegraph-ai](https://github.com/VinciGit00/Scrapegraph-ai)
402+
- 简繁转换 [https://github.com/hddhyq/opencclint](https://github.com/hddhyq/opencclint)
401403

402404

403405

PL/编程规范.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,21 @@
5252
* [ULIDs and Primary Keys](https://blog.daveallie.com/ulid-primary-keys)
5353
* [https://github.com/geckoboard/pgulid](https://github.com/geckoboard/pgulid)
5454
* [https://github.com/oklog/ulid](https://github.com/oklog/ulid)
55+
* 随机数 [https://www.random.org](https://www.random.org)
56+
* [治理 Cloudflare 办公室里的混乱情况](https://blog.cloudflare.com/harnessing-office-chaos)
57+
* [https://github.com/ejcx/csprng.xyz](https://github.com/ejcx/csprng.xyz)
58+
* [https://github.com/drand/drand](https://github.com/drand/drand)
59+
* [https://github.com/thibmeu/drand-rs](https://github.com/thibmeu/drand-rs)
60+
* [https://github.com/thibmeu/tlock-worker](https://github.com/thibmeu/tlock-worker)
61+
* [https://github.com/filecoin-project](https://github.com/filecoin-project)
62+
> 编程语言提供的随机数,是伪随机数,所谓伪随机数,并非真的随机,而是算法得到的。只要初始的种子值相同,算法会给出一样的结果。
63+
> 一般来说,只有通过硬件,才能得到真随机数,单纯的软件算法做不到。真随机数需要满足三个条件。
64+
1. 无法预测。 随机数不能被猜到,所以必须非常大,否则会被暴力破解。
65+
2. 不能重复。 每次生成的随机数,不能是一样的。
66+
3. 均匀分布。 随机数必须平均散布在所有区间,不能集中在某些区间。
5567

5668

5769

58-
- [https://github.com/topics/developer-tools](https://github.com/topics/developer-tools)
59-
- 转编译 [https://github.com/topics/transpiler](https://github.com/topics/transpiler)
60-
61-
6270
**boolean**
6371

6472
> bool表示布尔型变量,bai也du就是逻辑型变量的定义符,zhi以英国数学家、布尔代数的奠基人乔dao治·布尔(George Boole)命名。

PL/表达式和编码.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
+ [https://github.com/hfg-gmuend/openmoji](https://github.com/hfg-gmuend/openmoji)
5555

5656

57-
57+
* Unicode最基本的知识 [https://tonsky.me/blog/unicode](https://tonsky.me/blog/unicode)
5858
* [UniCode编码表及部分不可见字符过滤方案](https://www.cnblogs.com/fan-yuan/p/8176886.html)
5959
* [正则表达式#Unicode处理](https://zh.wikipedia.org/w/index.php?title=%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F#Unicode%E5%A4%84%E7%90%86)
6060
* [Unicode®字符百科](https://unicode-table.com/cn)

Shell/ShellScript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
+ [shellcheck 规范](https://my.oschina.net/2688/blog/736548)
1616
+ [https://github.com/ComplianceAsCode/content](https://github.com/ComplianceAsCode/content)
1717
+ 格式化 [https://github.com/mvdan/sh](https://github.com/mvdan/sh)
18+
+ rm替代方案 [https://github.com/qqAys/trash.sh](https://github.com/qqAys/trash.sh)
1819

1920

2021
* [Shell 教程](https://www.runoob.com/linux/linux-shell.html)

Shell/WindowsBatch.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,16 @@ nslookup 域名
276276
> `C:\Windows\System32\drivers\etc\hosts`
277277
278278
```batch
279+
netsh int ip reset
280+
netsh int ipv6 reset
281+
netsh winsock reset
282+
netsh winhttp reset proxy
283+
ipconfig /release
284+
ipconfig /renew
279285
ipconfig /flushdns
286+
ipconfig /registerdns
287+
inetcpl.cpl
288+
ncpa.cpl
280289
```
281290

282291

System/Android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- 解决合并冲突Gradle插件 [https://github.com/2BAB/Seal](https://github.com/2BAB/Seal)
3737
- trace 工具 [https://github.com/bytedance/btrace](https://github.com/bytedance/btrace)
3838
- 备份提取 [https://github.com/nelenkov/android-backup-extractor](https://github.com/nelenkov/android-backup-extractor)
39+
- ROM制作 [https://github.com/AiKirito/UY-Sct](https://github.com/AiKirito/UY-Sct)
3940

4041

4142
+ Java各版本支持情况 [https://github.com/JakeWharton/agp-java-support](https://github.com/JakeWharton/agp-java-support)

System/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@
300300
* [https://github.com/louislam/uptime-kuma](https://github.com/louislam/uptime-kuma)
301301
* [https://github.com/lyc8503/UptimeFlare](https://github.com/lyc8503/UptimeFlare)
302302
* [https://github.com/OneUptime/oneuptime](https://github.com/OneUptime/oneuptime)
303+
* [https://github.com/BetterStackHQ](https://github.com/BetterStackHQ)
303304
* [https://github.com/nokyan/resources](https://github.com/nokyan/resources)
304305
* [https://github.com/sqshq/sampler](https://github.com/sqshq/sampler)
305306
* [https://github.com/chaos-zhu/easynode](https://github.com/chaos-zhu/easynode)

0 commit comments

Comments
 (0)