Skip to content

Commit bcd6189

Browse files
author
bajins
committed
add
1 parent 410de8a commit bcd6189

19 files changed

+115
-52
lines changed

IDE/IDEA插件.md

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
- 调试辅助 [https://github.com/igoriakovlev/JumpToLine](https://github.com/igoriakovlev/JumpToLine)
9090
- 序列图 [https://github.com/Vanco/SequencePlugin](https://github.com/Vanco/SequencePlugin)
9191
- 快捷键助手 [https://github.com/halirutan/IntelliJ-Key-Promoter-X](https://github.com/halirutan/IntelliJ-Key-Promoter-X)
92+
- Compose颜色预览 [https://github.com/zTrap/compose-color-preview-plugin](https://github.com/zTrap/compose-color-preview-plugin)
93+
- 接口文档生成 [https://github.com/liuzhihang/doc-view](https://github.com/liuzhihang/doc-view)
9294

9395

9496
## Free Mybatis plugin
@@ -364,6 +366,7 @@
364366
* ~~[https://github.com/andrepdo/findbugs-idea](https://github.com/andrepdo/findbugs-idea)~~
365367
* [https://andrepdo.github.io/findbugs-idea](https://andrepdo.github.io/findbugs-idea)
366368
* [https://github.com/XenoAmess/p3c](https://github.com/XenoAmess/p3c)
369+
* [https://github.com/godfather1103/p3c](https://github.com/godfather1103/p3c)
367370

368371
> 检测代码中可能的bug及不规范的位置,检测的模式相比p3c更多,写完代码后检测下 避免低级bug,强烈建议用一下,一不小心就发现很多老代码的bug
369372

IDE/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
- 前端远程调试 [https://github.com/HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)
133133
- 项目答疑 [https://github.com/petercat-ai/petercat](https://github.com/petercat-ai/petercat)
134134
- 提示生成APP [https://github.com/sing1ee/deepseekCoder](https://github.com/sing1ee/deepseekCoder)
135+
- 代码审查 [https://github.com/mimo-x/Code-Review-GPT-Gitlab](https://github.com/mimo-x/Code-Review-GPT-Gitlab)
135136

136137

137138
+ [技术|什么是 CI/CD?](https://linux.cn/article-9926-1.html)
@@ -290,6 +291,7 @@
290291
+ [https://github.com/Inflectra](https://github.com/Inflectra)
291292
+ [https://github.com/assertible](https://github.com/assertible)
292293
+ [https://github.com/grafana/k6](https://github.com/grafana/k6)
294+
+ 命令行 [https://github.com/darrenburns/posting](https://github.com/darrenburns/posting)
293295
+ vREST [https://github.com/Optimizory](https://github.com/Optimizory)
294296
+ LoadRunner [https://www.microfocus.com/zh-cn/products#all-L](https://www.microfocus.com/zh-cn/products#all-L)
295297
+ [https://liushilive.github.io/github_exercise_performance_testing](https://liushilive.github.io/github_exercise_performance_testing)

IDE/软件安全.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
**本地网络扫描器**
113113

114114
* [https://github.com/SkyLined/LocalNetworkScanner](https://github.com/SkyLined/LocalNetworkScanner)
115+
* [https://github.com/aceberg/WatchYourLAN](https://github.com/aceberg/WatchYourLAN)
115116

116117
**子域名扫描器**
117118

Java/JDK工具.md

+3
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,14 @@ java -Djavax.net.debug=all -Xdebug -Xnoagent -Djava.compiler=NONE \
114114
* GC 日志分析器 [https://gceasy.io](https://gceasy.io)
115115
* [https://github.com/microsoft/gctoolkit](https://github.com/microsoft/gctoolkit)
116116
* [https://github.com/chewiebug/GCViewer](https://github.com/chewiebug/GCViewer)
117+
* [https://www.threadanalyzer.online](https://www.threadanalyzer.online)
117118
* java程序跟踪工具 [https://github.com/btraceio/btrace](https://github.com/btraceio/btrace)
118119
* 监视和性能分析 [https://github.com/aragozin/jvm-tools](https://github.com/aragozin/jvm-tools)
119120
* [https://github.com/ajermakovics/jvm-mon](https://github.com/ajermakovics/jvm-mon)
120121
* [https://github.com/saleson/fm-dynamic-compiler](https://github.com/saleson/fm-dynamic-compiler)
121122
* [https://github.com/gperftools/gperftools](https://github.com/gperftools/gperftools)
122123
* [https://www.yourkit.com/java/profiler](https://www.yourkit.com/java/profiler)
124+
* [https://github.com/async-profiler/async-profiler](https://github.com/async-profiler/async-profiler)
123125
* 内存分析 [https://projects.eclipse.org/projects/tools.mat](https://projects.eclipse.org/projects/tools.mat)
124126
* [https://github.com/vlsi/mat-calcite-plugin](https://github.com/vlsi/mat-calcite-plugin)
125127
* 监控统计 [https://github.com/worstcase/gumshoe](https://github.com/worstcase/gumshoe)
@@ -213,6 +215,7 @@ java -Djavax.net.debug=all -Xdebug -Xnoagent -Djava.compiler=NONE \
213215
* 混淆 [https://sourceforge.net/projects/javaguard](https://sourceforge.net/projects/javaguard)
214216
* [https://github.com/yWorks/yGuard](https://github.com/yWorks/yGuard)
215217
* [http://www.e-t.com/jshrink.html](http://www.e-t.com/jshrink.html)
218+
* 字节码插桩 [https://github.com/javactrl/javactrl](https://github.com/javactrl/javactrl)
216219

217220

218221

Java/Java第三方库.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -605,11 +605,14 @@
605605
+ JSF [https://github.com/omnifaces](https://github.com/omnifaces)
606606
+ [https://github.com/ButterFaces](https://github.com/ButterFaces)
607607
+ [https://github.com/primefaces](https://github.com/primefaces)
608-
+ 工作流框架 [https://github.com/Activiti/Activiti](https://github.com/Activiti/Activiti)
608+
+ 工作流框架 [https://www.bpmn.org](https://www.bpmn.org)
609+
+ [https://github.com/Activiti/Activiti](https://github.com/Activiti/Activiti)
609610
+ [https://github.com/henryyan/activiti-in-action-codes](https://github.com/henryyan/activiti-in-action-codes)
610611
+ [https://github.com/shenzhanwang/Spring-activiti](https://github.com/shenzhanwang/Spring-activiti)
611612
+ [https://github.com/kiegroup/jbpm](https://github.com/kiegroup/jbpm)
613+
+ [https://github.com/kiegroup/droolsjbpm-integration](https://github.com/kiegroup/droolsjbpm-integration)
612614
+ [https://github.com/camunda](https://github.com/camunda)
615+
+ [https://github.com/camunda-community-hub](https://github.com/camunda-community-hub)
613616
+ [https://github.com/flowable](https://github.com/flowable)
614617
+ [https://github.com/KonBAI-Q/RuoYi-Flowable-Plus](https://github.com/KonBAI-Q/RuoYi-Flowable-Plus)
615618
+ [https://github.com/NitorCreations/nflow](https://github.com/NitorCreations/nflow)

Other/Bookmarks.md

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
147147
- [https://soundbox.fun](https://soundbox.fun)
148148
- [https://www.ppbzy.com](https://www.ppbzy.com)
149149
- 视频编辑 [https://pikimov.com](https://pikimov.com)
150+
- 儿童睡前故事 [https://beddystories.com/zh](https://beddystories.com/zh)
150151

151152

152153

Other/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595

9696
* [https://developer.aliyun.com/mirror](https://developer.aliyun.com/mirror)
9797
* [https://mirrors.aliyun.com](https://mirrors.aliyun.com)
98-
* [https://github.com/cnpm](https://github.com/cnpm)
99-
* [https://npmmirror.com](https://npmmirror.com)
10098
* [https://mirrors.cloud.tencent.com](https://mirrors.cloud.tencent.com)
10199
* [https://mirrors.huaweicloud.com](https://mirrors.huaweicloud.com)
102100
* [https://github.com/kaiyuanshe](https://github.com/kaiyuanshe)

Other/书籍和博客.md

+3
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@
334334

335335

336336

337+
- [国际化设计指南](https://www.tonpixel.cn/blog/%E5%9B%BD%E9%99%85%E5%8C%96%E8%AE%BE%E8%AE%A1%E6%8C%87%E5%8D%97)
338+
339+
337340
### Java
338341

339342
* [HollisChuang's Blog-Java干货集散地](http://www.hollischuang.com)

Other/免费服务.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,40 @@
5454

5555

5656

57-
**免费可商用字体**
57+
**创建自己的免费网站**
58+
59+
- [https://carrd.co](https://carrd.co)
60+
- [https://neocities.org](https://neocities.org)
61+
62+
63+
64+
65+
## 免费可商用字体
66+
5867

5968
* [https://github.com/jaywcjlove/free-font](https://github.com/jaywcjlove/free-font)
6069
* [https://github.com/wordshub/free-font](https://github.com/wordshub/free-font)
6170
* [https://github.com/KonghaYao/chinese-free-web-font-storage](https://github.com/KonghaYao/chinese-free-web-font-storage)
6271
* [https://github.com/lxgw/LxgwWenKai](https://github.com/lxgw/LxgwWenKai)
6372
* [https://github.com/jsntn/webfonts](https://github.com/jsntn/webfonts)
6473
* [https://github.com/JetBrains/JetBrainsMono](https://github.com/JetBrains/JetBrainsMono)
74+
* [https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono](https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono)
6575
* [https://github.com/ayaka14732/FanWunHak](https://github.com/ayaka14732/FanWunHak)
6676
* [https://github.com/Buernia/Zhudou-Sans](https://github.com/Buernia/Zhudou-Sans)
6777
* [https://github.com/cmiscm/leonsans](https://github.com/cmiscm/leonsans)
6878
* [https://github.com/intel/intel-one-mono](https://github.com/intel/intel-one-mono)
6979
* [https://github.com/atelier-anchor/smiley-sans](https://github.com/atelier-anchor/smiley-sans)
7080
* [https://www.alibabafonts.com](https://www.alibabafonts.com)
7181
* [https://github.com/google/fonts](https://github.com/google/fonts)
72-
* [https://developers.google.cn/fonts](https://developers.google.cn/fonts)
82+
* [https://github.com/googlefonts](https://github.com/googlefonts)
83+
* [https://developers.google.cn/fonts](https://developers.google.cn/fonts)
7384
* [https://pub.flutter-io.cn/packages/google_fonts](https://pub.flutter-io.cn/packages/google_fonts)
7485
* [http://www.googlefonts.net](http://www.googlefonts.net)
86+
* [https://github.com/notofonts/noto-cjk](https://github.com/notofonts/noto-cjk)
87+
* [https://github.com/simonsmh/notocjk](https://github.com/simonsmh/notocjk)
7588
* [https://github.com/fontello](https://github.com/fontello)
7689
* [https://github.com/TrionesType/zhuque](https://github.com/TrionesType/zhuque)
90+
* [https://github.com/Chenyu-otf/chenyuluoyan_thin](https://github.com/Chenyu-otf/chenyuluoyan_thin)
7791
* [https://github.com/chawyehsu/lxgw-wenkai-webfont](https://github.com/chawyehsu/lxgw-wenkai-webfont)
7892
* [https://github.com/vercel/geist-font](https://github.com/vercel/geist-font)
7993
* [https://github.com/githubnext/monaspace](https://github.com/githubnext/monaspace)
@@ -89,17 +103,11 @@
89103

90104
- [https://www.miao3.cn](https://www.miao3.cn)
91105
- 字体编辑器 [https://github.com/fontforge/fontforge](https://github.com/fontforge/fontforge)
106+
- [https://github.com/adobe-type-tools](https://github.com/adobe-type-tools)
92107
- [https://www.ai.zitijia.com](https://www.ai.zitijia.com)
93108

94109

95110

96-
**创建自己的免费网站**
97-
98-
- [https://carrd.co](https://carrd.co)
99-
- [https://neocities.org](https://neocities.org)
100-
101-
102-
103111

104112
## 免费数据库
105113

PL/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@
534534
- 静态分析 [https://github.com/kaleidawave/ezno](https://github.com/kaleidawave/ezno)
535535
- [https://github.com/total-typescript/ts-reset](https://github.com/total-typescript/ts-reset)
536536
- [https://github.com/adobe/spectrum-web-components](https://github.com/adobe/spectrum-web-components)
537+
- [https://github.com/semgrep/semgrep](https://github.com/semgrep/semgrep)
538+
- [https://github.com/0xdea/semgrep-rules](https://github.com/0xdea/semgrep-rules)
539+
- [https://github.com/dgryski/semgrep-go](https://github.com/dgryski/semgrep-go)
540+
- [https://github.com/elttam/semgrep-rules](https://github.com/elttam/semgrep-rules)
541+
- [https://github.com/mindedsecurity/semgrep-rules-android-security](https://github.com/mindedsecurity/semgrep-rules-android-security)
542+
- [https://github.com/opengrep/opengrep](https://github.com/opengrep/opengrep)
537543
- IO解码/编码 [https://github.com/gcanti/io-ts](https://github.com/gcanti/io-ts)
538544
- 动画 [https://github.com/AriaMinaei/theatre](https://github.com/AriaMinaei/theatre)
539545
- 表格 [https://github.com/gristlabs/grist-core](https://github.com/gristlabs/grist-core)

PL/Rust.md

+3
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ check-revoke = false
260260
- [https://github.com/estk/log4rs](https://github.com/estk/log4rs)
261261
- 命令行 [https://github.com/ndaba1/cmder](https://github.com/ndaba1/cmder)
262262
- [https://github.com/rust-cli](https://github.com/rust-cli)
263+
- [https://github.com/ratatui-org](https://github.com/ratatui-org)
264+
- [https://github.com/ratatui/ratatui](https://github.com/ratatui/ratatui)
263265
- Windows [https://github.com/microsoft/windows-rs](https://github.com/microsoft/windows-rs)
264266
- [https://microsoft.github.io/windows-docs-rs/doc/windows](https://microsoft.github.io/windows-docs-rs/doc/windows)
265267
- Win32 API描述 [https://github.com/microsoft/win32metadata](https://github.com/microsoft/win32metadata)
@@ -461,6 +463,7 @@ check-revoke = false
461463
- 动态加载链库 [https://github.com/nagisa/rust_libloading](https://github.com/nagisa/rust_libloading)
462464
- [https://github.com/emoon/dynamic_reload](https://github.com/emoon/dynamic_reload)
463465
- [https://github.com/OpenByteDev/dll-syringe](https://github.com/OpenByteDev/dll-syringe)
466+
- GC [https://github.com/Manishearth/rust-gc](https://github.com/Manishearth/rust-gc)
464467

465468

466469

PL/交互协议.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- OpenAPI规范 [https://github.com/OAI](https://github.com/OAI)
1313
- [https://github.com/OpenAPITools](https://github.com/OpenAPITools)
1414
- [https://github.com/rookie-luochao/openapi-ui](https://github.com/rookie-luochao/openapi-ui)
15+
- [https://github.com/Azure/autorest](https://github.com/Azure/autorest)
1516
- [https://github.com/graphql](https://github.com/graphql)
1617
- [https://graphql.org](https://graphql.org)
1718
- [https://github.com/chentsulin/awesome-graphql](https://github.com/chentsulin/awesome-graphql)

PL/人工智能.md

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@
475475
* [https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)
476476
* [https://github.com/jianchang512/ott](https://github.com/jianchang512/ott)
477477
* [https://github.com/yuka-friends/Windrecorder](https://github.com/yuka-friends/Windrecorder)
478+
* [https://github.com/fruitbars/transbridge](https://github.com/fruitbars/transbridge)
478479
* 说图解画 [https://github.com/ShurshanX/AI-Image-Description](https://github.com/ShurshanX/AI-Image-Description)
479480

480481

0 commit comments

Comments
 (0)