Skip to content

Commit ccc07e6

Browse files
author
bajins
committed
docs: 更新多个文档中的资源链接
- 在 Go 第三方库文档中添加 orderedmap 库链接 - 在 IDE/Chromium.md 中新增 helium 浏览器项目链接 - 在 IDE/README.md 中添加 XCodeReviewer 代码审查工具 - 在 Java 第三方库文档中重新整理字符编码检测相关库 - 在 Python 第三方库文档中优化字符编码检测描述 - 在多个文档中补充和完善各类开发工具及框架链接 - 在 Windows 软件文档中增加新的系统工具和游戏项目 - 在 Web 文档中添加 HTML 到 PDF 相关库链接 - 补充字符集编码相关的说明和参考资料 - 更新文本编辑器和系统工具相关资源链接
1 parent 7b32aa4 commit ccc07e6

17 files changed

+52
-15
lines changed

Go/Go第三方库.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
* [https://github.com/xdg-go](https://github.com/xdg-go)
6060
* [https://github.com/xxjwxc/public](https://github.com/xxjwxc/public)
6161
* [https://github.com/shenghui0779/yiigo](https://github.com/shenghui0779/yiigo)
62+
* [https://github.com/elliotchance/orderedmap](https://github.com/elliotchance/orderedmap)
63+
* [https://github.com/iancoleman/orderedmap](https://github.com/iancoleman/orderedmap)
6264
* 进程和系统实用程序 [https://github.com/shirou/gopsutil](https://github.com/shirou/gopsutil)
6365
* [https://github.com/liyue201/gostl](https://github.com/liyue201/gostl)
6466
* [https://github.com/target](https://github.com/target)
@@ -158,6 +160,9 @@
158160
* 模板引擎 [https://github.com/valyala/quicktemplate](https://github.com/valyala/quicktemplate)
159161
* 编解码器 [https://github.com/ugorji/go](https://github.com/ugorji/go)
160162
* 编码 [https://github.com/axgle/mahonia](https://github.com/axgle/mahonia)
163+
* 字符编码检测 [https://github.com/wlynxg/chardet](https://github.com/wlynxg/chardet)
164+
* [https://github.com/richardlehane/characterize](https://github.com/richardlehane/characterize)
165+
* [https://github.com/saintfish/chardet](https://github.com/saintfish/chardet)
161166
* 加密 [https://github.com/FiloSottile/age](https://github.com/FiloSottile/age)
162167
* AES256 GCM [https://github.com/sumup-oss/vaulted](https://github.com/sumup-oss/vaulted)
163168
* 密码验证 [https://github.com/wagslane/go-password-validator](https://github.com/wagslane/go-password-validator)

IDE/Chromium.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
* [https://github.com/LadybirdBrowser/ladybird](https://github.com/LadybirdBrowser/ladybird)
112112
* [https://github.com/versotile-org/verso](https://github.com/versotile-org/verso)
113113
* [https://github.com/zen-browser](https://github.com/zen-browser)
114+
* [https://github.com/imputnet/helium](https://github.com/imputnet/helium)
114115

115116

116117

IDE/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
- 代码审查 [https://github.com/mimo-x/Code-Review-GPT-Gitlab](https://github.com/mimo-x/Code-Review-GPT-Gitlab)
113113
- [https://github.com/apps/gemini-code-assist](https://github.com/apps/gemini-code-assist)
114114
- [https://codeassist.google](https://codeassist.google)
115+
- [https://github.com/lintsinghua/XCodeReviewer](https://github.com/lintsinghua/XCodeReviewer)
115116

116117

117118

IDE/TextEditor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Executi
134134
- [https://github.com/SublimeText](https://github.com/SublimeTexts)
135135
- [https://www.sublimetext.com](https://www.sublimetext.com)
136136
- [http://www.sublimetext.cn](http://www.sublimetext.cn)
137+
- [https://github.com/tonsky/sublime-scheme-alabaster](https://github.com/tonsky/sublime-scheme-alabaster)
137138
- [sublimetext破解](https://www.abbeyok.com/archives/337)
138139
- [sublime-text-3-license-key](http://blog.jdk5.com/zh/sublime-text-3-license-key)
139140
- [Sublime Text3 注册码激活码](https://blog.csdn.net/qq_29819449/article/details/80130327)

Java/Java第三方库.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@
206206
+ [https://github.com/real-logic/agrona](https://github.com/real-logic/agrona)
207207
+ 通道(Channels) [https://github.com/softwaremill/jox](https://github.com/softwaremill/jox)
208208
+ 地理哈希 [https://github.com/kungfoo/geohash-java](https://github.com/kungfoo/geohash-java)
209-
+ 编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet)
210-
+ [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet)
211-
+ [https://github.com/thkoch2001/juniversalchardet](https://github.com/thkoch2001/juniversalchardet)
212-
+ [https://sourceforge.net/projects/cpdetector](https://sourceforge.net/projects/cpdetector)
213-
+ [https://github.com/apache/Tika](https://github.com/apache/Tika)
214209
+ URL解析 [https://github.com/smola/galimatias](https://github.com/smola/galimatias)
215210
+ 解析Java源文件 [https://github.com/forge/roaster](https://github.com/forge/roaster)
216211
+ INI配置 [https://github.com/sshtools/jini](https://github.com/sshtools/jini)
@@ -243,6 +238,16 @@
243238
* 中文繁简体转换 [https://github.com/houbb/opencc4j](https://github.com/houbb/opencc4j)
244239
* [https://github.com/xiaodaojava/sunshine](https://github.com/xiaodaojava/sunshine)
245240
* 字符串编码解码 [https://github.com/shekhargulati/strman-java](https://github.com/shekhargulati/strman-java)
241+
* 字符编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet)
242+
* [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet)
243+
* [https://github.com/thkoch2001/juniversalchardet](https://github.com/thkoch2001/juniversalchardet)
244+
* [https://github.com/sigpwned/chardet4j](https://github.com/sigpwned/chardet4j)
245+
* [https://sourceforge.net/projects/cpdetector](https://sourceforge.net/projects/cpdetector)
246+
* [https://github.com/apache/Tika](https://github.com/apache/Tika)
247+
* [https://github.com/unicode-org/icu](https://github.com/unicode-org/icu)
248+
* [https://unicode-org.github.io/icu/userguide/icu4j](https://unicode-org.github.io/icu/userguide/icu4j)
249+
* [https://github.com/codehaus/guessencoding](https://github.com/codehaus/guessencoding)
250+
* [https://github.com/shabanali-faghani/IUST-HTMLCharDet](https://github.com/shabanali-faghani/IUST-HTMLCharDet)
246251
* 元组 [https://github.com/javatuples](https://github.com/javatuples)
247252
* [在Java中使用元组类型的利器javatuples](https://blog.csdn.net/lijingjingchn/article/details/87279294)
248253
* [https://github.com/eclipse/eclipse-collections](https://github.com/eclipse/eclipse-collections)
@@ -771,7 +776,6 @@
771776
+ [https://github.com/tywo45/t-io](https://github.com/tywo45/t-io)
772777
+ [https://github.com/smallrye](https://github.com/smallrye)
773778
+ 微服务 [https://github.com/helidon-io](https://github.com/helidon-io)
774-
+ [https://github.com/jhipster/generator-jhipster](https://github.com/jhipster/generator-jhipster)
775779
+ [https://github.com/eventuate-tram](https://github.com/eventuate-tram)
776780
+ [https://github.com/eventuate-foundation](https://github.com/eventuate-foundation)
777781
+ [https://github.com/eventuate-local](https://github.com/eventuate-local)
@@ -780,6 +784,8 @@
780784
+ [https://github.com/eventuate-examples](https://github.com/eventuate-examples)
781785
+ [https://eventuate.io](https://eventuate.io)
782786
+ [https://microservices.io](https://microservices.io)
787+
+ 模块化代码生成器 [https://github.com/jhipster/generator-jhipster](https://github.com/jhipster/generator-jhipster)
788+
+ [https://github.com/seed4j/seed4j](https://github.com/seed4j/seed4j)
783789
+ 编排引擎 [https://github.com/conductor-oss/conductor](https://github.com/conductor-oss/conductor)
784790

785791

Java/ORM.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@
182182
* [https://github.com/baomidou/awesome-mybatis-plus](https://github.com/baomidou/awesome-mybatis-plus)
183183
* [https://github.com/mybatis-mapper](https://github.com/mybatis-mapper)
184184
* [https://github.com/abel533/Mapper](https://github.com/abel533/Mapper)
185+
* [https://github.com/ck-open/jumper](https://github.com/ck-open/jumper)
186+
* [https://gitlab.com/ck-open/jumper](https://gitlab.com/ck-open/jumper)
185187

186188

187189
- [https://github.com/alexdyysp/MybatisHandBook](https://github.com/alexdyysp/MybatisHandBook)

Other/专业术语.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104

105105
## 英文
106106

107+
* [程序员工作中常见的英语词汇](https://github.com/Wei-Xia/most-frequent-technology-english-words)
108+
109+
107110
- `CURD`
108111
- `CRUD`
109112

PL/文档处理.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@
235235

236236
**Java**
237237

238+
* [https://github.com/plutext/docx4j](https://github.com/plutext/docx4j)
239+
* [https://github.com/jeecgboot/autopoi](https://github.com/jeecgboot/autopoi)
240+
* [https://github.com/aspose](https://github.com/aspose)
238241
* Excel [https://github.com/apache/poi](https://github.com/apache/poi)
239242
* [http://poi.apache.org/components/spreadsheet](http://poi.apache.org/components/spreadsheet)
240243
* [导出百万级数据到Excel 文件](https://blog.csdn.net/gd6321374/article/details/90417202)
@@ -243,17 +246,13 @@
243246
* [https://sourceforge.net/projects/jxls](https://sourceforge.net/projects/jxls)
244247
* [https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel)
245248
* [https://github.com/CodePhiliaX/fastexcel](https://github.com/CodePhiliaX/fastexcel)
246-
* [https://github.com/plutext/docx4j](https://github.com/plutext/docx4j)
247-
* [https://gitee.com/lemur/easypoi](https://gitee.com/lemur/easypoi)
249+
* [https://gitee.com/wupaas/easypoi](https://gitee.com/wupaas/easypoi)
248250
* [https://github.com/dhatim/fastexcel](https://github.com/dhatim/fastexcel)
249251
* [https://sourceforge.net/projects/jexcelapi](https://sourceforge.net/projects/jexcelapi)
250-
* [https://github.com/aspose](https://github.com/aspose)
251252
* [https://github.com/liaochong/myexcel](https://github.com/liaochong/myexcel)
252253
* [https://github.com/monitorjbl/excel-streaming-reader](https://github.com/monitorjbl/excel-streaming-reader)
253-
* [https://github.com/jeecgboot/autopoi](https://github.com/jeecgboot/autopoi)
254254
* [https://github.com/subtlelib/poi](https://github.com/subtlelib/poi)
255255
* [https://github.com/Thomaswoood/simple-excel](https://github.com/Thomaswoood/simple-excel)
256-
* [https://github.com/ck-open/jumper](https://github.com/ck-open/jumper)
257256
* [https://github.com/crealytics/spark-excel](https://github.com/crealytics/spark-excel)
258257
* [https://github.com/pig-mesh/excel-spring-boot-starter](https://github.com/pig-mesh/excel-spring-boot-starter)
259258
* 输出word [https://github.com/Sayi/poi-tl](https://github.com/Sayi/poi-tl)

PL/编程规范.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
+ [https://opencontent.org/openpub](https://opencontent.org/openpub)
2929
+ 开源指南 [https://github.com/github/opensource.guide](https://github.com/github/opensource.guide)
3030
+ [https://creativecommons.org](https://creativecommons.org)
31+
+ 提问的智慧 [https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)
32+
+ 如何有效地报告提Bug [https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html](https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html)
3133

3234

33-
- [程序员工作中常见的英语词汇](https://github.com/Wei-Xia/most-frequent-technology-english-words)
3435

35-
36-
* [如何有效地报告 Bug](https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html)
3736
* [https://www.apiref.com](https://www.apiref.com)
3837
* [HTTP 的业务错误码](https://www.5axxw.com/wiki/content/l0zgs0)
3938
* [https://open.weibo.com/wiki/Error_code](https://open.weibo.com/wiki/Error_code)

PL/表达式和编码.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,17 @@
4343
## 字符集编码
4444

4545

46+
> 字符集(Character Set)定义“有哪些字符”,是一个抽象的字符集合,为每个字符分配一个唯一的编号(称为 码点,Code Point)。
47+
48+
> 字符编码(Character Encoding)定义“这些字符怎么存成字节”,是将字符集中的码点(数字)转换为计算机可存储/传输的字节序列的规则。
49+
50+
> 在 Windows 系统中,“ANSI 编码” 实际上是 对当前系统“默认本地代码页(Default Code Page)”的误称。指当前系统的默认单字节或多字节本地编码(如中文系统就是 GBK)。
51+
52+
4653
### Unicode
4754

55+
> Unicode是国际标准(字符集),用于表示文字。Unicode使用UTF-8编码,UTF-8编码是可变长度的编码方式。
56+
4857
+ [https://github.com/unicode-org](https://github.com/unicode-org)
4958
+ [https://unicode.org/reports/tr44/#GC_Values_Table](http://unicode.org/reports/tr44/#GC_Values_Table)
5059
+ [unicode-categories](https://github.com/slevithan/xregexp/blob/2b652889fc14524d20f85604f291f725347f8033/src/addons/unicode-categories.js#L30)

0 commit comments

Comments
 (0)