Skip to content

Commit e2061cc

Browse files
author
bajins
committed
docs: 更新多个主题的链接和信息
- 在多个文件中添加了新的链接和资源 - 更新了一些现有链接的信息和描述 - 调整了部分链接的分类和组织
1 parent b8a6521 commit e2061cc

13 files changed

+73
-22
lines changed

DBS/关系型数据库.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,10 @@ select 1/cast(2 as numeric)
824824
- [https://github.com/utelle/wxsqlite3](https://github.com/utelle/wxsqlite3)
825825
- [https://github.com/resilar/sqleet](https://github.com/resilar/sqleet)
826826
- Java实现 [https://sqljet.com](https://sqljet.com)
827+
- GO [https://github.com/cvilsmeier/go-sqlite-bench](https://github.com/cvilsmeier/go-sqlite-bench)
828+
- [https://gitlab.com/cznic/sqlite](https://gitlab.com/cznic/sqlite)
829+
- [https://github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3)
830+
- [https://github.com/zombiezen/go-sqlite](https://github.com/zombiezen/go-sqlite)
827831
- 分布式关系数据库 [https://github.com/rqlite/rqlite](https://github.com/rqlite/rqlite)
828832
- [https://github.com/jlongster/absurd-sql](https://github.com/jlongster/absurd-sql)
829833
- 后端 [https://github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase)

Go/Go第三方库.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
* FFI [https://github.com/goplus/llgo](https://github.com/goplus/llgo)
281281
* [https://github.com/go-python](https://github.com/go-python)
282282
* [https://github.com/sbinet/go-python](https://github.com/sbinet/go-python)
283+
* [https://github.com/ihciah/rust2go](https://github.com/ihciah/rust2go)
283284
* GO编译为JS [https://github.com/gopherjs](https://github.com/gopherjs)
284285
* JavaScript [https://github.com/rogchap/v8go](https://github.com/rogchap/v8go)
285286
* [https://github.com/dop251/goja](https://github.com/dop251/goja)

IDE/Chromium.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ taskkill /f /im chromedriver.exe
582582
* 资源嗅探 [https://github.com/xifangczy/cat-catch](https://github.com/xifangczy/cat-catch)
583583
* 解除网页限制 [https://enablecopy.com](https://enablecopy.com)
584584
* 截图美化 [https://www.photor.fun](https://www.photor.fun)
585+
* Cookie同步 [https://github.com/jackluson/sync-your-cookie](https://github.com/jackluson/sync-your-cookie)
585586

586587

587588

IDE/Git服务.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ volumes:
222222
* [https://gh.api.99988866.xyz](https://gh.api.99988866.xyz)
223223
* [https://gh.ddlc.top](https://gh.ddlc.top)
224224
* [https://ghps.cc](https://ghps.cc)
225+
* [https://ghproxy.link](https://ghproxy.link)
226+
* [https://ghfast.top](https://ghfast.top)
227+
* [https://ghproxy.net](https://ghproxy.net)
228+
* [https://wget.la](https://wget.la)
229+
* [https://github.com/sky22333/hub-proxy](https://github.com/sky22333/hub-proxy)
230+
* [https://gh.catmak.name](https://gh.catmak.name)
225231
* [https://github.com/git-cloner](https://github.com/git-cloner)
226232
* [https://gitclone.com](https://gitclone.com) 中国浙江
227233
* [https://github.com/BaseMax/GitHubMirror](https://github.com/BaseMax/GitHubMirror)
@@ -238,6 +244,7 @@ volumes:
238244
- [https://github.com/fhefh2015/Fast-GitHub](https://github.com/fhefh2015/Fast-GitHub)
239245
- [https://github.com/maxiaof/github-hosts](https://github.com/maxiaof/github-hosts)
240246
- [https://github.com/Potterli20/hosts](https://github.com/Potterli20/hosts)
247+
- [https://gitee.com/if-the-wind/github-hosts](https://gitee.com/if-the-wind/github-hosts)
241248
- [https://codechina.csdn.net/mirrors](https://codechina.csdn.net/mirrors)
242249
- [https://fcp7.com/github-mirror-daily-updates.html](https://fcp7.com/github-mirror-daily-updates.html)
243250
- [https://github.com/jvxiao/speed-github](https://github.com/jvxiao/speed-github)

IDE/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@
644644
* [https://github.com/makeplane/plane](https://github.com/makeplane/plane)
645645
* [https://github.com/plankanban/planka](https://github.com/plankanban/planka)
646646
* [https://github.com/bugzilla](https://github.com/bugzilla)
647+
* [https://github.com/Worklenz/worklenz](https://github.com/Worklenz/worklenz)
647648

648649

649650

Other/专业术语.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
- 非限定类名
7777
- 解构(Destructuring)
7878
- 展开运算符(Spread Operator)
79-
- 语言交互接口(FFI, Foreign Function Interface)
80-
- ABI(Application Binary Interface): 应用程序二进制接口
81-
- 材料化视图(实体化视图、物化视图)一种特殊的数据库视图
79+
- FFI(Foreign Function Interface) 编程语言交互接口
80+
- ABI(Application Binary Interface) 应用程序二进制接口
81+
- 材料化视图(实体化视图、物化视图) 一种特殊的数据库视图
8282
- 索引视图
8383
- 分区视图
8484
- 类型推断/类型推理/类型推导(Type inference/Type deduction)

PL/CPlusPlus.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
* 字体参考线 [https://github.com/google/woff2](https://github.com/google/woff2)
178178
* 拼写检查 [https://github.com/hunspell](https://github.com/hunspell)
179179
* 捕获音频 [https://github.com/bozbez/win-capture-audio](https://github.com/bozbez/win-capture-audio)
180-
* 跨平台串口 [https://github.com/itas109/CSerialPort](https://github.com/itas109/CSerialPort)
181180
* 跨平台QT USB [https://github.com/fpoussin/QtUsb](https://github.com/fpoussin/QtUsb)
182181
* 配置文件 [https://github.com/Nomango/configor](https://github.com/Nomango/configor)
183182
* 文件监视器 [https://github.com/facebook/watchman](https://github.com/facebook/watchman)

PL/Rust.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+ [https://github.com/kaisery/trpl-zh-cn](https://github.com/kaisery/trpl-zh-cn)
1515
+ [http://doc.rust-lang.org](http://doc.rust-lang.org)
1616
+ [https://docs.rs](https://docs.rs)
17+
+ [https://rustup.rs](https://rustup.rs)
1718
+ [https://github.com/anowell/are-we-learning-yet](https://github.com/anowell/are-we-learning-yet)
1819
+ [https://github.com/areweguiyet/areweguiyet](https://github.com/areweguiyet/areweguiyet)
1920
+ [https://github.com/rust-gamedev/arewegameyet](https://github.com/rust-gamedev/arewegameyet)
@@ -92,9 +93,19 @@ cargo rustc --release -- -Clink-args="-Wl,--subsystem,windows"
9293

9394
> `rustup default stable-x86_64-pc-windows-gnu` 使gnu(依赖于GNU/MinGW-w64)成为默认工具链
9495
95-
+ crates字节跳动镜像代理 [https://rsproxy.cn](https://rsproxy.cn)
96+
97+
98+
## 镜像代理
99+
100+
+ [https://rsproxy.cn](https://rsproxy.cn)
101+
+ [https://developer.aliyun.com/mirror/rustup](https://developer.aliyun.com/mirror/rustup)
102+
+ [https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git](https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git)
103+
+ [https://mirrors.sjtug.sjtu.edu.cn/docs/crates.io](https://mirrors.sjtug.sjtu.edu.cn/docs/crates.io)
96104
+ [https://github.com/chanchancl/How-to-build-a-develop-environment-for-rust](https://github.com/chanchancl/How-to-build-a-develop-environment-for-rust)
97105

106+
107+
### Rustup镜像
108+
98109
- Linux
99110

100111
```bash
@@ -122,18 +133,23 @@ Set-ItemProperty -Path "Registry::HKEY_CURRENT_USER\Environment" -Name "RUSTUP_D
122133
Set-ItemProperty -Path "Registry::HKEY_CURRENT_USER\Environment" -Name "RUSTUP_UPDATE_ROOT" -Value "https://mirrors.aliyun.com/rustup/rustup"
123134
```
124135

125-
- Cargo镜像加速
136+
137+
### crates.io镜像
138+
139+
140+
- Cargo配置
126141

127142
```conf
128143
# ~/.cargo/config
129-
# %USERPROFILE%.cargo\config
144+
# %USERPROFILE%\.cargo\config
130145
[source.crates-io]
131146
# 源码地址
132147
registry = "https://github.com/rust-lang/crates.io-index"
133148
# 指定镜像
134149
#replace-with = 'sjtu'
135150
#replace-with = 'ustc'
136151
replace-with = 'rsproxy-sparse'
152+
# 字节跳动
137153
[source.rsproxy]
138154
registry = "https://rsproxy.cn/crates.io-index"
139155
[source.rsproxy-sparse]
@@ -142,19 +158,20 @@ registry = "sparse+https://rsproxy.cn/index/"
142158
index = "https://rsproxy.cn/crates.io-index"
143159
# 清华大学
144160
[source.tuna]
145-
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
161+
#registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
162+
registry = "sparse+https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"
163+
[registries.tuna]
164+
index = "sparse+https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"
146165
# 中国科学技术大学
147166
[source.ustc]
148167
registry = "https://mirrors.ustc.edu.cn/crates.io-index"
149168
#registry = "git://mirrors.ustc.edu.cn/crates.io-index"
150169
# 上海交通大学
151170
[source.sjtu]
152-
registry = "https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index"
153-
# rustcc社区
154-
[source.rustcc]
155-
registry = "git://crates.rustcc.cn/crates.io-index"
171+
registry = "sparse+https://mirrors.sjtug.sjtu.edu.cn/crates.io-index"
172+
# 阿里云
156173
[source.aliyun]
157-
registry = "https://code.aliyun.com/rustcc/crates.io-index"
174+
registry = "sparse+https://mirrors.aliyun.com/crates.io-index/"
158175
[net]
159176
git-fetch-with-cli=true
160177
[http]

PL/交互协议.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
* 图解QUIC连接 [https://cangsdarm.github.io/illustrate/quic](https://cangsdarm.github.io/illustrate/quic)
234234
* [https://github.com/syncsynchalt](https://github.com/syncsynchalt)
235235
* [谈谈HTTP协议中的短轮询、长轮询、长连接和短连接](https://www.cnblogs.com/zuoxiaolong/p/life49.html)
236+
* [SSL为何改名为TLS](https://tim.dierks.org/2014/05/security-standards-and-name-changes-in.html)
236237

237238

238239
> `Content-Type`只会存在于`POST``PATCH``PUT`等有请求数据实体时指定数据类型和数据字符集编码,

PL/人工智能.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
- 医疗 [https://github.com/DengYangyong/medical_entity_recognize](https://github.com/DengYangyong/medical_entity_recognize)
431431
- 摄像头物体识别 [https://github.com/blakeblackshear/frigate](https://github.com/blakeblackshear/frigate)
432432
- [https://github.com/we0091234/Chinese_license_plate_detection_recognition](https://github.com/we0091234/Chinese_license_plate_detection_recognition)
433+
- 眼动追踪 [https://github.com/akchro/eyesite](https://github.com/akchro/eyesite)
433434
- 相似性搜索 [https://github.com/ibips/lrprev-extract](https://github.com/ibips/lrprev-extract)
434435
- [https://github.com/harperreed/imbedding](https://github.com/harperreed/imbedding)
435436
- [https://github.com/mlfoundations/open_clip](https://github.com/mlfoundations/open_clip)

0 commit comments

Comments
 (0)