Skip to content

Commit 8348adb

Browse files
author
bajins
committed
docs: 更新多个文档并添加新内容
- 在 DBS 目录中添加了 PostgreSQL 相关的迁移和分片扩展工具 - 在 IDE 目录中添加了多个开发工具和资源链接 - 在 Java 目录中更新了 JDK 相关的链接,并添加了新的开发工具 - 在 PL 目录中添加了多个编程语言相关的资源和工具 - 在 Shell 和 System 目录中添加了 Linux 系统管理相关的内容
1 parent 633e2a2 commit 8348adb

18 files changed

+94
-20
lines changed

DBS/关系型数据库.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,9 @@ SELECT NEXT VALUE FOR seq_num AS num FROM DUAL WHERE NEXT VALUE FOR seq_num <= 3
599599
* [https://github.com/achristmascarl/rainfrog](https://github.com/achristmascarl/rainfrog)
600600
* 连接池工具 [https://github.com/pgbouncer/pgbouncer](https://github.com/pgbouncer/pgbouncer)
601601
* 扩展Rust开发框架 [https://github.com/tcdi/pgx](https://github.com/tcdi/pgx)
602+
* 迁移 [https://github.com/sbdchd/squawk](https://github.com/sbdchd/squawk)
603+
* 分片水平扩展 [https://github.com/pg-sharding/spqr](https://github.com/pg-sharding/spqr)
604+
* 解析器 [https://github.com/pganalyze/libpg_query](https://github.com/pganalyze/libpg_query)
602605

603606

604607
- 文本搜索和分析 [https://github.com/zombodb/zombodb](https://github.com/zombodb/zombodb)

IDE/Eclipse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
+ [https://github.com/eclipse-cbi](https://github.com/eclipse-cbi)
2121
+ [https://github.com/eclipse-simrel](https://github.com/eclipse-simrel)
2222
+ [https://www.eclipse.org/ide](https://www.eclipse.org/ide)
23+
+ [https://eclipseide.org](https://eclipseide.org)
2324
+ [https://www.eclipse.org/downloads/packages](https://www.eclipse.org/downloads/packages)
25+
+ 可视化 [https://www.jgrasp.org](https://www.jgrasp.org)
2426
+ 设置 [https://github.com/vorburger/opendaylight-eclipse-setup](https://github.com/vorburger/opendaylight-eclipse-setup)
2527
+ Spring Tools[https://github.com/spring-projects/sts4](https://github.com/spring-projects/sts4)
2628
+ [https://spring.io/tools](https://spring.io/tools)

IDE/Git服务.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* [https://www.gitkraken.com](https://www.gitkraken.com)
4040
* [https://launchpad.net](https://launchpad.net)
4141
* [https://kolaente.dev](https://kolaente.dev)
42+
* [https://git.resf.org](https://git.resf.org)
4243
* 软件相似度比较 [https://copycat.gitee.com](https://copycat.gitee.com)
4344

4445

IDE/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
- [https://github.com/nutlope/llamacoder](https://github.com/nutlope/llamacoder)
115115
- [https://github.com/clinebot/cline](https://github.com/clinebot/cline)
116116
- [https://github.com/we0-dev/we0](https://github.com/we0-dev/we0)
117+
- [https://www.augmentcode.com](https://www.augmentcode.com)
117118
- 代码搜索 [https://github.com/sourcebot-dev/sourcebot](https://github.com/sourcebot-dev/sourcebot)
118119
- Git提交助手 [https://github.com/Undertone0809/gcop](https://github.com/Undertone0809/gcop)
119120
- 突出显示重要代码 [https://github.com/novoselrok/glance](https://github.com/novoselrok/glance)
@@ -593,6 +594,7 @@
593594
- [https://github.com/eclipse/lsp4e](https://github.com/eclipse/lsp4e)
594595
- [https://github.com/ycm-core/ycmd](https://github.com/ycm-core/ycmd)
595596
- [https://github.com/Genuitec](https://github.com/Genuitec)
597+
- PostgreSQL [https://github.com/supabase-community/postgres-language-server](https://github.com/supabase-community/postgres-language-server)
596598

597599

598600

Java/JDK安装配置.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
* [http://hg.openjdk.java.net](http://hg.openjdk.java.net)
4040
* ~~[https://github.com/ojdkbuild/ojdkbuild](https://github.com/ojdkbuild/ojdkbuild)~~
4141
* [https://github.com/oracle-actions/setup-java](https://github.com/oracle-actions/setup-java)
42-
* [https://dev.java](https://dev.java)
4342
* ~~[https://github.com/AdoptOpenJDK](https://github.com/AdoptOpenJDK)~~
4443
* ~~[https://adoptopenjdk.net](https://adoptopenjdk.net)~~
4544
* [https://github.com/Adopt-a-JSR](https://github.com/Adopt-a-JSR)

Java/JDK工具.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ java -Djavax.net.debug=all -Xdebug -Xnoagent -Djava.compiler=NONE \
143143
* [https://github.com/uber/NullAway](https://github.com/uber/NullAway)
144144
* [https://github.com/openrewrite](https://github.com/openrewrite)
145145
* [https://github.com/codefuse-ai/CodeFuse-Query](https://github.com/codefuse-ai/CodeFuse-Query)
146+
* 重构 [https://github.com/refactorfirst/RefactorFirst](https://github.com/refactorfirst/RefactorFirst)
146147

147148

148149

Java/Java第三方库.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
+ 线程间消息传递 [https://github.com/lmax-exchange/disruptor](https://github.com/lmax-exchange/disruptor)
202202
+ [https://github.com/alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)
203203
+ [https://github.com/real-logic/agrona](https://github.com/real-logic/agrona)
204+
+ 通道(Channels) [https://github.com/softwaremill/jox](https://github.com/softwaremill/jox)
204205
+ 地理哈希 [https://github.com/kungfoo/geohash-java](https://github.com/kungfoo/geohash-java)
205206
+ 编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet)
206207
+ [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet)
@@ -438,7 +439,7 @@
438439
- [Spring Beanutils](https://github.com/spring-projects/spring-framework/blob/master/spring-beans/src/main/java/org/springframework/beans/BeanUtils.java)
439440
- [https://github.com/mapstruct](https://github.com/mapstruct)
440441
- Apache BeanUtils [https://github.com/apache/commons-beanutils](https://github.com/apache/commons-beanutils)
441-
- [https://github.com/orika-mapper/orika](https://github.com/orika-mapper/orika)
442+
- 深拷贝 [https://github.com/orika-mapper/orika](https://github.com/orika-mapper/orika)
442443
- [https://github.com/DozerMapper/dozer](https://github.com/DozerMapper/dozer)
443444
- [https://github.com/lets-mica/mica](https://github.com/lets-mica/mica)
444445
- [https://github.com/yangtu222/BeanUtils](https://github.com/yangtu222/BeanUtils)
@@ -521,6 +522,7 @@
521522
* [https://github.com/spring-projects/spring-restdocs](https://github.com/spring-projects/spring-restdocs)
522523
* [https://github.com/ScaCap/spring-auto-restdocs](https://github.com/ScaCap/spring-auto-restdocs)
523524
* [https://github.com/YeDaxia/JApiDocs](https://github.com/YeDaxia/JApiDocs)
525+
* [https://github.com/talsma-ict/umldoclet](https://github.com/talsma-ict/umldoclet)
524526
* 资源读取 [https://github.com/hosuaby/inject-resources](https://github.com/hosuaby/inject-resources)
525527

526528

Java/README.md

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

66
## Flag
77

8+
> Java 是一种简洁、面向对象、分布式、解释型、健壮、安全、架构中立、可移植、高性能、多线程的动态编程语言。
9+
> 阅读比编写更重要;简单性很重要;Java 应该是一种在任何地方都有相同含义的语言。
10+
11+
812
+ [https://github.com/topics/java](https://github.com/topics/java)
913
+ [https://github.com/jcp-org](https://github.com/jcp-org)
1014
+ [https://docs.oracle.com](https://docs.oracle.com)
@@ -14,6 +18,8 @@
1418
+ [https://docs.oracle.com/javase/8/docs](https://docs.oracle.com/javase/8/docs)
1519
+ [https://docs.oracle.com/javase/7/docs](https://docs.oracle.com/javase/7/docs)
1620
+ [JavaBeans 规范](https://www.oracle.com/cn/java/technologies/javase/javabeans-spec.html)
21+
+ [https://dev.java](https://dev.java)
22+
+ [https://learn.java](https://learn.java)
1723
+ [https://github.com/eclipse-ee4j](https://github.com/eclipse-ee4j)
1824
+ [https://projects.eclipse.org/list-of-projects](https://projects.eclipse.org/list-of-projects)
1925
+ [https://github.com/eclipse-ditto](https://github.com/eclipse-ditto)

PL/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- [https://github.com/shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)
3030
- [https://indiehackertools.net](https://indiehackertools.net)
3131
- [https://github.com/lukasz-madon/awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job)
32+
- [AppStore 首页推荐后,依然月入不足 3000,独立开发两年血泪复盘](https://www.v2ex.com/t/1121385)
3233
- 推广渠道 [https://github.com/naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)
3334
- [Sam Altman的创业手册](https://jxp73q7qjsg.feishu.cn/docx/WCNZdKDa4o2eUrxK5ElcfBXEnah)
3435
- 硬地骇客 [https://github.com/hardhackerlabs/book](https://github.com/hardhackerlabs/book)

PL/人工智能.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,16 @@
449449
* [https://github.com/PearOCR](https://github.com/PearOCR)
450450
* [https://pearocr.com](https://pearocr.com)
451451
* [https://github.com/alisen39/TrWebOCR](https://github.com/alisen39/TrWebOCR)
452-
* `pip3 install libtorch numpy opencv-python Pillow tornado`
452+
```bash
453+
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
454+
bash Miniconda3-latest-Linux-x86_64.sh
455+
eval "$(/root/miniconda3/bin/conda shell.bash hook)"
456+
conda init
457+
conda create -n ocr python=3.7 -y
458+
conda activate ocr
459+
conda install --yes --file requirements.txt
460+
conda deactivate # 退出当前环境
461+
```
453462
* [https://github.com/plantree/ocr-pwa](https://github.com/plantree/ocr-pwa)
454463
* [https://github.com/ianzhao05/textshot](https://github.com/ianzhao05/textshot)
455464
* [https://github.com/ouyanghuiyu/chineseocr_lite](https://github.com/ouyanghuiyu/chineseocr_lite)

0 commit comments

Comments
 (0)