Skip to content

Commit 0e3a68c

Browse files
author
bajins
committed
feat: 添加多个技术领域的资源链接
- 在Go第三方库中添加kgo库链接 - 在Eclipse相关项目中添加多个GitHub组织链接 - 在Git服务页面重构GitHub Actions相关内容,更新为更现代的资源 - 在IDE总览中添加OpenSpec项目链接 - 在Java GUI部分添加GemsFX、FormsFX等UI库及游戏引擎FXGL - 在Java构建管理中添加JetBrains Amper项目 - 在Java第三方库中整理hutool和元组相关库的链接结构 - 在Markdown工具中添加Comrak和Hongdown解析器 - 在硬件交互文档中添加FinePrint和pdfFactory Pro的许可证信息 - 在Android开发中添加短信处理库quik - 在iOS相关工具中添加NTFS磁盘读写支持 - 在Nginx扩展中添加nginxpulse监控工具 - 在系统工具中添加视频编辑seek功能 - 在CSS样式中添加多个图标字体库资源
1 parent ce629c5 commit 0e3a68c

File tree

14 files changed

+65
-15
lines changed

14 files changed

+65
-15
lines changed

Go/Go第三方库.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
* [https://github.com/xdg-go](https://github.com/xdg-go)
6161
* [https://github.com/xxjwxc/public](https://github.com/xxjwxc/public)
6262
* [https://github.com/shenghui0779/yiigo](https://github.com/shenghui0779/yiigo)
63+
* [https://github.com/ccpwcn/kgo](https://github.com/ccpwcn/kgo)
6364
* [https://github.com/elliotchance/orderedmap](https://github.com/elliotchance/orderedmap)
6465
* [https://github.com/iancoleman/orderedmap](https://github.com/iancoleman/orderedmap)
6566
* 进程和系统实用程序 [https://github.com/shirou/gopsutil](https://github.com/shirou/gopsutil)

IDE/Eclipse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
+ [https://github.com/eclipse-oomph](https://github.com/eclipse-oomph)
2020
+ [https://github.com/eclipse-cbi](https://github.com/eclipse-cbi)
2121
+ [https://github.com/eclipse-simrel](https://github.com/eclipse-simrel)
22+
+ [https://projects.eclipse.org](https://projects.eclipse.org)
2223
+ [https://www.eclipse.org/ide](https://www.eclipse.org/ide)
2324
+ [https://eclipseide.org](https://eclipseide.org)
2425
+ [https://www.eclipse.org/downloads/packages](https://www.eclipse.org/downloads/packages)

IDE/Git服务.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,10 @@ sudo /etc/init.d/dns-clean start
257257

258258
### Actions
259259

260-
* [GitHub Actions 入门教程](http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html)
261-
* [Github Actions 尝鲜](https://segmentfault.com/a/1190000020873860)
262-
* [持续集成](https://blog.lucien.ink/category/ci)
263-
264-
265-
> 生成公钥和私钥`ssh-keygen -t rsa -b 4096 -C "yourname@example.com" -f 文件名称 -N ""`(ACTION_DEPLOY_KEY),
266-
> 或者生成新的个人访问令牌(PERSONAL_TOKEN)[https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)
267-
260+
+ https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsshell
268261
+ [https://github.com/actions](https://github.com/actions)
262+
+ [https://github.com/actions/runner-images](https://github.com/actions/runner-images)
263+
+ [https://docs.github.com/en/actions/concepts/runners/github-hosted-runners](https://docs.github.com/en/actions/concepts/runners/github-hosted-runners)
269264
+ 检出项目 [https://github.com/actions/checkout](https://github.com/actions/checkout)
270265
+ [https://github.com/aws-actions](https://github.com/aws-actions)
271266
+ [https://github.com/topics/github-pages](https://github.com/topics/github-pages)
@@ -277,6 +272,16 @@ sudo /etc/init.d/dns-clean start
277272
+ [https://github.com/sdras/awesome-actions](https://github.com/sdras/awesome-actions)
278273
+ [https://github.com/topics/workflow](https://github.com/topics/workflow)
279274

275+
276+
* [GitHub Actions 入门教程](http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html)
277+
* [Github Actions 尝鲜](https://segmentfault.com/a/1190000020873860)
278+
* [持续集成](https://blog.lucien.ink/category/ci)
279+
280+
281+
> 生成公钥和私钥`ssh-keygen -t rsa -b 4096 -C "yourname@example.com" -f 文件名称 -N ""`(ACTION_DEPLOY_KEY),
282+
> 或者生成新的个人访问令牌(PERSONAL_TOKEN)[https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)
283+
284+
280285
* `deploy-to-github-pages`、`pages`、`deploy`
281286
* [https://github.com/peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)
282287
* [https://github.com/JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action)

IDE/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
- [https://github.com/voideditor/void](https://github.com/voideditor/void)
9191
- [https://github.com/All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)
9292
- [https://github.com/mendableai/open-lovable](https://github.com/mendableai/open-lovable)
93+
- [https://github.com/Fission-AI/OpenSpec](https://github.com/Fission-AI/OpenSpec)
9394
- 代码搜索 [https://github.com/sourcebot-dev/sourcebot](https://github.com/sourcebot-dev/sourcebot)
9495
- [https://github.com/oldjs/web-code-agent](https://github.com/oldjs/web-code-agent)
9596
- Git提交助手 [https://github.com/Undertone0809/gcop](https://github.com/Undertone0809/gcop)

Java/JavaGUI.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,14 @@
7575
- [https://github.com/palexdev/MaterialFX](https://github.com/palexdev/MaterialFX)
7676
- [https://github.com/jfx-ensemble](https://github.com/jfx-ensemble)
7777
- [https://github.com/mkpaz/atlantafx](https://github.com/mkpaz/atlantafx)
78+
- [https://github.com/dlsc-software-consulting-gmbh/GemsFX](https://github.com/dlsc-software-consulting-gmbh/GemsFX)
79+
- [https://github.com/panemu/tiwulfx-dock](https://github.com/panemu/tiwulfx-dock)
80+
- 表单 [https://github.com/dlsc-software-consulting-gmbh/FormsFX](https://github.com/dlsc-software-consulting-gmbh/FormsFX)
7881
- 动画库 [https://github.com/Typhon0/AnimateFX](https://github.com/Typhon0/AnimateFX)
7982
- 主题 [https://github.com/weisJ/darklaf](https://github.com/weisJ/darklaf)
8083
- [https://github.com/bulenkov/Darcula](https://github.com/bulenkov/Darcula)
8184
- Google Material Design [https://github.com/jfoenixadmin/JFoenix](https://github.com/jfoenixadmin/JFoenix)
85+
- 图标包 [https://github.com/kordamp/ikonli](https://github.com/kordamp/ikonli)
8286
- Bootstrap样式 [https://github.com/dicolar/jbootx](https://github.com/dicolar/jbootx)
8387
- [https://github.com/edvin/tornadofx-controls](https://github.com/edvin/tornadofx-controls)
8488
- [https://github.com/kordamp/bootstrapfx](https://github.com/kordamp/bootstrapfx)
@@ -94,7 +98,7 @@
9498
- [https://github.com/lwjglgamedev/lwjglbook-bookcontents](https://github.com/lwjglgamedev/lwjglbook-bookcontents)
9599
- 嵌入chrome内核浏览器 [https://jxbrowser-support.teamdev.com](https://jxbrowser-support.teamdev.com)
96100
- [https://github.com/kingsleyljc/web_browser](https://github.com/kingsleyljc/web_browser)
97-
- JavaFX的游戏超集 [https://github.com/AlmasB/FXGL](https://github.com/AlmasB/FXGL)
101+
- 游戏引擎 [https://github.com/AlmasB/FXGL](https://github.com/AlmasB/FXGL)
98102
- 缩放 [https://github.com/miho/ScaledFX](https://github.com/miho/ScaledFX)
99103
- [https://github.com/tom91136/GestureFX](https://github.com/tom91136/GestureFX)
100104
- [https://github.com/goxr3plus/FX-BorderlessScene](https://github.com/goxr3plus/FX-BorderlessScene)
@@ -106,7 +110,6 @@
106110
- 数据框可视化 [https://github.com/PatMartin/Dex](https://github.com/PatMartin/Dex)
107111
- 校验 [https://github.com/effad/ValidatorFX](https://github.com/effad/ValidatorFX)
108112
- ffmpeg [https://github.com/a-schild/jave2](https://github.com/a-schild/jave2)
109-
- 图标包 [https://github.com/kordamp/ikonli](https://github.com/kordamp/ikonli)
110113
- 键盘和鼠标 [https://github.com/kwhat/jnativehook](https://github.com/kwhat/jnativehook)
111114
- 数据绑定 [https://github.com/TomasMikula/EasyBind](https://github.com/TomasMikula/EasyBind)
112115
- 终端仿真器 [https://github.com/javaterminal/TerminalFX](https://github.com/javaterminal/TerminalFX)

Java/Java构建管理.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
+ [https://github.com/package-url](https://github.com/package-url)
2424
+ [https://github.com/sbt/sbt](https://github.com/sbt/sbt)
2525
+ [https://github.com/jbangdev](https://github.com/jbangdev)
26+
+ [https://github.com/JetBrains/amper](https://github.com/JetBrains/amper)
2627
+ [https://github.com/sormuras/bach](https://github.com/sormuras/bach)
2728
+ [https://redmine.z2-environment.net](https://redmine.z2-environment.net)
2829
+ 增量构建 [https://github.com/sakerbuild/saker.build](https://github.com/sakerbuild/saker.build)

Java/Java第三方库.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
+ [https://github.com/xuxueli](https://github.com/xuxueli)
1414
+ [http://www.apache.org/index.html#projects-list](http://www.apache.org/index.html#projects-list)
1515
+ [下载地址镜像](/Other/README.md#通用镜像)
16-
+ hutool [https://github.com/dromara](https://github.com/dromara)
1716
+ [https://github.com/shulieTech](https://github.com/shulieTech)
1817
+ [https://github.com/codehaus](https://github.com/codehaus)
1918
+ [https://github.com/rohankumardubey](https://github.com/rohankumardubey)
@@ -170,7 +169,12 @@
170169
+ [https://github.com/derive4j/derive4j](https://github.com/derive4j/derive4j)
171170
+ [https://github.com/paganini2008/devtools](https://github.com/paganini2008/devtools)
172171
+ [https://github.com/YattaSolutions](https://github.com/YattaSolutions)
172+
+ [https://github.com/chinabugotech/hutool](https://github.com/chinabugotech/hutool)
173+
+ [https://gitee.com/chinabugotech/hutool](https://gitee.com/chinabugotech/hutool)
174+
+ [https://github.com/dromara](https://github.com/dromara)
175+
+ [https://github.com/eclipse-collections/eclipse-collections](https://github.com/eclipse-collections/eclipse-collections)
173176
+ [spring framework util](https://github.com/spring-projects/spring-framework/tree/master/spring-core/src/main/java/org/springframework/util)
177+
+ [https://github.com/knife-blade/nicetool](https://github.com/knife-blade/nicetool)
174178
+ 流式断言器 [https://github.com/assertj](https://github.com/assertj)
175179
+ [https://assertj.github.io/doc](https://assertj.github.io/doc)
176180
+ [https://github.com/joel-costigliola/assertj](https://github.com/joel-costigliola/assertj)
@@ -182,13 +186,15 @@
182186
+ [https://github.com/resilience4j](https://github.com/resilience4j)
183187
+ [https://github.com/bucket4j/bucket4j](https://github.com/bucket4j/bucket4j)
184188
+ [https://github.com/apache/shenyu](https://github.com/apache/shenyu)
185-
+ 元组 [https://github.com/javatuples](https://github.com/javatuples)
189+
+ 元组 [https://github.com/arxila/javatuples](https://github.com/arxila/javatuples)
190+
+ ~~[https://github.com/javatuples](https://github.com/javatuples)~~
186191
+ [在Java中使用元组类型的利器javatuples](https://blog.csdn.net/lijingjingchn/article/details/87279294)
187-
+ [https://github.com/arxila/javatuples](https://github.com/arxila/javatuples)
188-
+ [https://github.com/andrebreves/java-tuple](https://github.com/andrebreves/java-tuple)
192+
+ [https://github.com/solubris/typedtuples](https://github.com/solubris/typedtuples)
189193
+ [https://github.com/eclipse/eclipse-collections](https://github.com/eclipse/eclipse-collections)
190194
+ [https://github.com/topics/comparator](https://github.com/topics/comparator)
195+
+ [https://github.com/andrebreves/java-tuple](https://github.com/andrebreves/java-tuple)
191196
+ [https://github.com/magicwerk/brownies-collections](https://github.com/magicwerk/brownies-collections)
197+
+ [https://github.com/g4s8/tuples](https://github.com/g4s8/tuples)
192198
+ 函数增强 [https://github.com/vavr-io/vavr](https://github.com/vavr-io/vavr)
193199
+ [https://github.com/amaembo/streamex](https://github.com/amaembo/streamex)
194200
+ [https://github.com/jOOQ/jOOL](https://github.com/jOOQ/jOOL)

Other/Markdown.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* [https://github.com/Olwiba/Kickass-markdown](https://github.com/Olwiba/Kickass-markdown)
2323
* Markdeep是Markdown的超集 [https://github.com/morgan3d/markdeep](https://github.com/morgan3d/markdeep)
2424
* CommonMark [https://github.com/commonmark](https://github.com/commonmark)
25+
* [https://github.com/kivikakk/comrak](https://github.com/kivikakk/comrak)
26+
* [https://github.com/dahlia/hongdown](https://github.com/dahlia/hongdown)
2527
* MultiMarkdown [https://github.com/fletcher/MultiMarkdown-6](https://github.com/fletcher/MultiMarkdown-6)
2628
* Kramdown [https://github.com/gettalong/kramdown](https://github.com/gettalong/kramdown)
2729
* [https://github.com/docbook](https://github.com/docbook)

PL/硬件交互.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,24 @@
235235

236236
* [https://github.com/clawsoftware/clawPDF](https://github.com/clawsoftware/clawPDF)
237237
* pdfFactory [https://fineprint.com](https://fineprint.com)
238-
* [https://fineprint.com/release/pdf818pro.exe](https://fineprint.com/release/pdf818pro.exe)
238+
```
239+
FinePrint
240+
UFT9F-NC8RQ-ADQKA -> Workgroup
241+
EPGMF-SP3PR-8YTUW -> Workgroup & Server Edition
242+
86C99-5F82W-8DZX2 -> Workgroup
243+
GK94J-9BPQN-LUWT2 -> Workgroup & Server Edition
244+
FinePrint 12.x:
245+
SBFR5-WY74E-DEX29 -> Workgroup
246+
XFZPW-YDXJQ-8HC3T -> Workgroup & Server Edition
247+
248+
pdfFactory Pro
249+
M5X6U-HX3WU-AEWEW -> Workgroup
250+
ZYTVR-NNP7P-7ZZ3T -> Workgroup & Server Edition
251+
278WU-ZMAA3-SEQ89 -> Workgroup
252+
H99UY-YL2TX-DW289 -> Workgroup & Server Edition
253+
MAHST-YYZMM-K22YN -> Workgroup
254+
HXXKN-U83R5-B5Q3Z -> Workgroup & Server Edition
255+
```
239256
* [https://www.dopdf.com](https://www.dopdf.com)
240257
* [https://www.bullzip.com](https://www.bullzip.com)
241258
* [https://www.biopdf.com](https://www.biopdf.com)

System/Android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
* [https://github.com/pengxurui/EasyPrivacy](https://github.com/pengxurui/EasyPrivacy)
361361
* 崩溃报告 [https://github.com/ACRA/acra](https://github.com/ACRA/acra)
362362
* 执行脚本 [https://github.com/zhanghai/BeeShell](https://github.com/zhanghai/BeeShell)
363+
* 短信 [https://github.com/octoshrimpy/quik](https://github.com/octoshrimpy/quik)
363364

364365

365366

0 commit comments

Comments
 (0)