Skip to content

Commit 260e905

Browse files
author
bajins
committed
docs: 更新多个文档并添加新资源链接
- 更新了多个文档中的资源链接,包括Go、Java、Python、Rust等编程语言的相关资源 - 添加了许多新的开源项目和学习资料链接,涉及多个技术领域 - 调整了部分链接的分类和格式,提高了文档的可读性和实用性
1 parent c180877 commit 260e905

25 files changed

+124
-17
lines changed

Go/Go第三方库.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
* [https://github.com/lib/pq](https://github.com/lib/pq)
115115
* Swagger2 [https://github.com/swaggo](https://github.com/swaggo)
116116
* [https://github.com/owenliang/go-push](https://github.com/owenliang/go-push)
117-
* [https://github.com/rs/zerolog](https://github.com/rs/zerolog)
118117
* HTTP [https://github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
119118
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest)
120119
* [https://github.com/go-session](https://github.com/go-session)
@@ -243,16 +242,25 @@
243242
* 分布式唯一ID [https://github.com/yongxinz/id-maker](https://github.com/yongxinz/id-maker)
244243
* [https://github.com/bwmarrin/snowflake](https://github.com/bwmarrin/snowflake)
245244
* 单元测试 [https://github.com/maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter)
245+
* [https://github.com/xhd2015/xgo](https://github.com/xhd2015/xgo)
246246
* [https://github.com/onsi/gomega](https://github.com/onsi/gomega)
247+
* [https://github.com/onsi/ginkgo](https://github.com/onsi/ginkgo)
247248
* [https://github.com/maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter)
249+
* [https://github.com/stretchr/testify](https://github.com/stretchr/testify)
250+
* [https://github.com/agiledragon/gomonkey](https://github.com/agiledragon/gomonkey)
248251
* [https://github.com/go-kiss/monkey](https://github.com/go-kiss/monkey)
252+
* [https://github.com/brahma-adshonor/gohook](https://github.com/brahma-adshonor/gohook)
249253
* 定时器 [https://github.com/antlabs/timer](https://github.com/antlabs/timer)
250254
* 替换DOCX中的文本 [https://github.com/nguyenthenguyen/docx](https://github.com/nguyenthenguyen/docx)
251255
* [https://github.com/sajari/docconv](https://github.com/sajari/docconv)
252256
* [https://github.com/unidoc](https://github.com/unidoc)
253257
* 二维码 [https://github.com/yeqown/go-qrcode](https://github.com/yeqown/go-qrcode)
254258
* 日志 [https://github.com/go-clog](https://github.com/go-clog)
259+
* [https://github.com/rs/zerolog](https://github.com/rs/zerolog)
260+
* [https://github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)
261+
* [https://github.com/uber-go/zap](https://github.com/uber-go/zap)
255262
* 国际化 [https://github.com/go-i18n](https://github.com/go-i18n)
263+
* [https://github.com/nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n)
256264
* GO编译为JS [https://github.com/gopherjs](https://github.com/gopherjs)
257265
* 执行JavaScript [https://github.com/rogchap/v8go](https://github.com/rogchap/v8go)
258266
* [https://github.com/dop251/goja](https://github.com/dop251/goja)

IDE/Chromium.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ chrome://flags/#enable-parallel-downloading
174174
* [https://github.com/v8](https://github.com/v8)
175175
* [https://github.com/justjavac/v8.js.cn](https://github.com/justjavac/v8.js.cn)
176176
* [https://github.com/ChromeDevTools](https://github.com/ChromeDevTools)
177-
* [https://github.com/ChromeDevTools/awesome-chrome-devtools](https://github.com/ChromeDevTools/awesome-chrome-devtools)
177+
* [https://github.com/ChromeDevTools/awesome-chrome-devtools](https://github.com/ChromeDevTools/awesome-chrome-devtools)
178178
* [https://github.com/RemoteDebug](https://github.com/RemoteDebug)
179179
* [https://github.com/HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)
180180
* [https://github.com/html5rocks/www.html5rocks.com](https://github.com/html5rocks/www.html5rocks.com)
@@ -198,6 +198,7 @@ chrome://flags/#enable-parallel-downloading
198198

199199
- Firefox 开发者工具 [https://developer.mozilla.org/zh-CN/docs/Tools](https://developer.mozilla.org/zh-CN/docs/Tools)
200200
- Firefox浏览器开发人员版 [https://www.mozilla.org/zh-CN/firefox/developer](https://www.mozilla.org/zh-CN/firefox/developer)
201+
- [https://github.com/mozilla-spidermonkey](https://github.com/mozilla-spidermonkey)
201202

202203

203204
**其他设置**

IDE/Git服务.md

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ volumes:
233233
- [https://github.com/Potterli20/hosts](https://github.com/Potterli20/hosts)
234234
- [https://codechina.csdn.net/mirrors](https://codechina.csdn.net/mirrors)
235235
- [https://fcp7.com/github-mirror-daily-updates.html](https://fcp7.com/github-mirror-daily-updates.html)
236+
- [https://github.com/jvxiao/speed-github](https://github.com/jvxiao/speed-github)
236237

237238

238239
**Raw 文件加速**

IDE/IDEA使用.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ groovyScript("def result=\"${_1}\"; if(result == 'void'){return '';}else{return
443443
## 热部署策略
444444

445445
* [Updating Applications on Application Servers](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html)
446+
* [如何在 IntelliJ IDEA 中为 Spring Boot 应用实现热部署](https://blog.csdn.net/binbinxyz/article/details/144264100)
446447

447448
- 打开顶部菜单`Run` -> `Edit Configurations` -> 应用名称如`SpringBoot` -> `目标项目` -> `Configuration`
448449
- 选择`Spring Boot` -> `Update classes and resources`下的`On 'Update' action``On frame deactivation`两个选项
@@ -456,14 +457,16 @@ groovyScript("def result=\"${_1}\"; if(result == 'void'){return '';}else{return
456457

457458
**动态**
458459

459-
- 同时按住<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>/</kbd>然后点击`Registry`,勾选自动编译并调整延时参数。
460+
- 同时按住<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>A</kbd>或者<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>/</kbd>然后点击`Registry`,勾选自动编译并调整延时参数。
460461

461462
1. `compiler.automake.allow.when.app.running`自动编译(动态)
462463
2. `compiler.automake.trigger.delay`触发自动生成以响应文件系统事件之前的延迟(单位毫秒),默认300
463-
3. `compiler.document.save.trigger.delay`触发保存以响应文档更改之前的延迟(单位毫秒),默认1500
464-
4. `compiler.build.report.statistics`显示构建器的执行时间
465-
5. `compiler.document.save.enabled`是否启用项目保存以响应文档更改
466-
6. `compiler.external.javac.keep.alive.timeout`如果在指定的时间段或更长时间内未使用,则IDE将关闭缓存的javac编译过程
464+
3. `compiler.automake.build.while.idle.timeout`应用不活跃期,在此期间,如需自动触发,将自动构建,默认60000
465+
4. `compiler.automake.postpone.when.idle.less.than`IDE处于空闲状态且少于指定毫秒数,则自动构建将被推迟,默认3000
466+
5. `compiler.document.save.trigger.delay`触发保存以响应文档更改之前的延迟(单位毫秒),默认1500
467+
6. `compiler.build.report.statistics`显示构建器的执行时间
468+
7. `compiler.document.save.enabled`是否启用项目保存以响应文档更改
469+
8. `compiler.external.javac.keep.alive.timeout`如果在指定的时间段或更长时间内未使用,则IDE将关闭缓存的javac编译过程
467470

468471
> 修改完成后直接敲回车即保存
469472

IDE/软件安全.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
* [https://github.com/yeahhub/Hacking-Security-Ebooks](https://github.com/yeahhub/Hacking-Security-Ebooks)
12+
* [https://github.com/ossf/wg-best-practices-os-developers](https://github.com/ossf/wg-best-practices-os-developers)
1213
* [https://github.com/farhanashrafdev/90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity)
1314
* [https://github.com/EvilAnne/lzCloudSecurity](https://github.com/EvilAnne/lzCloudSecurity)
1415
* [https://github.com/carlospolop/hacktricks](https://github.com/carlospolop/hacktricks)
@@ -33,7 +34,6 @@
3334
* [https://github.com/danielmiessler/SecLists](https://github.com/danielmiessler/SecLists)
3435
* [https://github.com/projectdiscovery/nuclei-templates](https://github.com/projectdiscovery/nuclei-templates)
3536
* [https://github.com/ysrc](https://github.com/ysrc)
36-
* [https://github.com/zaproxy/zaproxy](https://github.com/zaproxy/zaproxy)
3737
* [https://github.com/rbsec/sslscan](https://github.com/rbsec/sslscan)
3838
* [网络安全的第一道防线:深入探索sslscan在SSL/TLS证书安全检测中的原理与实践](https://cloud.tencent.com/developer/article/2383594)
3939
* 子域扫描 [https://github.com/ARPSyndicate/puncia](https://github.com/ARPSyndicate/puncia)

Java/Java第三方库.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
+ [现在常用的java框架有哪些?](https://www.zhihu.com/question/362802033)
99
+ [Java开发主流框架是什么?](https://www.zhihu.com/question/307745171)
1010
+ [https://github.com/akullpp/awesome-java](https://github.com/akullpp/awesome-java)
11+
+ [https://github.com/uhub/awesome-java](https://github.com/uhub/awesome-java)
1112
+ [https://github.com/topics/java-library](https://github.com/topics/java-library)
1213
+ [https://github.com/xuxueli](https://github.com/xuxueli)
1314
+ [http://www.apache.org/index.html#projects-list](http://www.apache.org/index.html#projects-list)
@@ -85,14 +86,16 @@
8586
- [输出debug日志前需要isDebugEnabled吗](https://blog.csdn.net/u013332124/article/details/82469960)
8687

8788

89+
* [https://github.com/tinylog-org](https://github.com/tinylog-org)
8890
* [https://github.com/apache/logging-log4j2](https://github.com/apache/logging-log4j2)
8991
* [https://github.com/qos-ch](https://github.com/qos-ch)
9092
* [https://github.com/qos-ch/logback](https://github.com/qos-ch/logback)
91-
* [https://github.com/logstash/logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder)
93+
* [https://github.com/logfellow/logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder)
9294
* [https://github.com/YLongo/logback-chinese-manual](https://github.com/YLongo/logback-chinese-manual)
9395
* [http://www.logback.cn](http://www.logback.cn)
9496
* [Spring框架下异步日志收集及验证是否生效](https://wangbaiyuan.cn/verify-effectiveness-of-asynchronous-log-collection-under-spring-framework.html)
9597
* [https://github.com/qqxx6661/logRecord](https://github.com/qqxx6661/logRecord)
98+
* [https://github.com/bluelinelabs/LoganSquare](https://github.com/bluelinelabs/LoganSquare)
9699

97100

98101
**Cache**

Java/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
* [https://github.com/techa03/goodsKill](https://github.com/techa03/goodsKill)
255255
* [https://github.com/zycgit/hasor](https://github.com/zycgit/hasor)
256256
* [https://github.com/enilu/web-flash](https://github.com/enilu/web-flash)
257+
* [https://github.com/WANG-Fan0912/SnowAdmin](https://github.com/WANG-Fan0912/SnowAdmin)
257258
* 商城 [https://github.com/crmeb/crmeb_java](https://github.com/crmeb/crmeb_java)
258259
* 行为验证码 [https://github.com/anji-plus/captcha](https://github.com/anji-plus/captcha)
259260
* EL-ADMIN 后台管理系统 [https://github.com/elunez/eladmin](https://github.com/elunez/eladmin)

Other/Markdown.md

+1
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ string &operator+(const string& A,const string& B) //cpp
570570
* [https://github.com/yesmore/inke](https://github.com/yesmore/inke)
571571
* [https://github.com/streetwriters/notesnook](https://github.com/streetwriters/notesnook)
572572
* [https://github.com/docmost/docmost](https://github.com/docmost/docmost)
573+
* [https://github.com/codexu/note-gen](https://github.com/codexu/note-gen)
573574
* GitBook替代 [https://github.com/lindeer/dartbook](https://github.com/lindeer/dartbook)
574575
* 临时存储 [https://github.com/heyman/heynote](https://github.com/heyman/heynote)
575576
* 待办事项 [https://github.com/go-vikunja/vikunja](https://github.com/go-vikunja/vikunja)

PL/README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,26 @@
263263
* [动态追踪技术漫谈](https://blog.openresty.com.cn/cn/dynamic-tracing)
264264
* [https://github.com/jemalloc](https://github.com/jemalloc)
265265
* [https://github.com/datafuselabs](https://github.com/datafuselabs)
266+
* [https://github.com/bpftrace/bpftrace](https://github.com/bpftrace/bpftrace)
266267
* [https://github.com/iovisor/bcc](https://github.com/iovisor/bcc)
267268
* [https://github.com/phodal/coca](https://github.com/phodal/coca)
269+
* [https://github.com/cilium/cilium](https://github.com/cilium/cilium)
270+
* [https://github.com/parca-dev/parca](https://github.com/parca-dev/parca)
271+
* [https://github.com/coroot/coroot](https://github.com/coroot/coroot)
272+
* [https://github.com/hengyoush/kyanos](https://github.com/hengyoush/kyanos)
273+
* [https://github.com/aquasecurity/tracee](https://github.com/aquasecurity/tracee)
274+
* [https://github.com/keyval-dev/odigos](https://github.com/keyval-dev/odigos)
275+
* [https://github.com/cilium/pwru](https://github.com/cilium/pwru)
276+
* [https://github.com/deepflowys/deepflow](https://github.com/deepflowys/deepflow)
277+
* [https://github.com/Netflix/bpftop](https://github.com/Netflix/bpftop)
278+
* [https://github.com/Sysinternals/SysmonForLinux](https://github.com/Sysinternals/SysmonForLinux)
279+
* [https://github.com/tarsal-oss/kflowd](https://github.com/tarsal-oss/kflowd)
280+
* [https://github.com/netobserv/netobserv-ebpf-agent](https://github.com/netobserv/netobserv-ebpf-agent)
281+
* [https://github.com/apache/skywalking-rover](https://github.com/apache/skywalking-rover)
282+
* [https://github.com/rubrikinc/wachy](https://github.com/rubrikinc/wachy)
283+
* [https://github.com/iovisor/ply](https://github.com/iovisor/ply)
284+
* [https://github.com/kindlingproject/kindling](https://github.com/kindlingproject/kindling)
285+
* [https://github.com/Exein-io/pulsar](https://github.com/Exein-io/pulsar)
268286
* Linux开发Windows程序环境 [https://midipix.org](https://midipix.org)
269287
* [https://dev.midipix.org](https://dev.midipix.org)
270288
* [https://github.com/lalbornoz/midipix_build](https://github.com/lalbornoz/midipix_build)
@@ -563,6 +581,7 @@
563581
- SQL查询生成 [https://github.com/kysely-org/kysely](https://github.com/kysely-org/kysely)
564582
- 文件 [https://github.com/hughfenghen/opfs-tools](https://github.com/hughfenghen/opfs-tools)
565583
- 3D渲染 [https://github.com/Orillusion/orillusion](https://github.com/Orillusion/orillusion)
584+
- TS转JS [https://github.com/bloomberg/ts-blank-space](https://github.com/bloomberg/ts-blank-space)
566585

567586

568587

@@ -571,7 +590,6 @@
571590
+ [https://github.com/topics/wasm](https://github.com/topics/wasm)
572591

573592
* [https://github.com/WebAssembly](https://github.com/WebAssembly)
574-
* [https://github.com/wasm3](https://github.com/wasm3)
575593
* [https://developer.mozilla.org/zh-CN/docs/WebAssembly](https://developer.mozilla.org/zh-CN/docs/WebAssembly)
576594
* [https://webassembly.org](https://webassembly.org)
577595
* [https://www.wasm.com.cn](https://www.wasm.com.cn)
@@ -583,7 +601,9 @@
583601
+ [https://github.com/emscripten-ports](https://github.com/emscripten-ports)
584602
+ [https://github.com/AssemblyScript](https://github.com/AssemblyScript)
585603
+ [https://github.com/kettle11/tangle](https://github.com/kettle11/tangle)
604+
+ [https://github.com/wasm3](https://github.com/wasm3)
586605
+ [https://github.com/wasmerio](https://github.com/wasmerio)
606+
+ [https://github.com/wasmi-labs](https://github.com/wasmi-labs)
587607
+ [https://github.com/fermyon/spin](https://github.com/fermyon/spin)
588608
+ [https://github.com/finos/perspective](https://github.com/finos/perspective)
589609
+ 哈希函数 [https://github.com/Daninet/hash-wasm](https://github.com/Daninet/hash-wasm)
@@ -619,6 +639,7 @@
619639
* go [https://github.com/JohnStarich/go-wasm](https://github.com/JohnStarich/go-wasm)
620640
* [https://github.com/tetratelabs](https://github.com/tetratelabs)
621641
* python [https://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide)
642+
* TypeScript [https://github.com/AssemblyScript](https://github.com/AssemblyScript)
622643

623644

624645

PL/Rust.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@
6363
* [一名Java开发的Rust学习笔记](https://juejin.cn/post/7347190677505359906)
6464
* [Rust Cargo使用指南 | 第十四篇 | 发布配置 Profile](https://zhuanlan.zhihu.com/p/476524365)
6565
* [三年后,我们退出了 Rust 游戏开发](https://loglog.games/blog/leaving-rust-gamedev)
66+
* [所有文章 | 从不说安全词](https://jt26wzz.com/posts)
6667

6768

6869
- IDE [https://github.com/intellij-rust](https://github.com/intellij-rust)
6970
- [https://github.com/vadimcn/codelldb](https://github.com/vadimcn/codelldb)
7071
- [Rust 如何实现单例模式?](https://www.zhihu.com/question/391694703)
7172
- [异步 HTTP](https://blog.yoshuawuyts.com/async-http)
73+
- 桌面程序参考 [https://github.com/jwenjian/coverfun](https://github.com/jwenjian/coverfun)
7274

7375

7476
**不显示控制台窗口**

PL/人工智能.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
+ [https://www.producthunt.com/golden-kitty-awards](https://www.producthunt.com/golden-kitty-awards)
5151
+ [https://www.stateof.ai](https://www.stateof.ai)
5252
+ [https://github.com/jeinlee1991/chinese-llm-benchmark](https://github.com/jeinlee1991/chinese-llm-benchmark)
53+
+ 提升词 [https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools)
5354

5455

5556

@@ -392,6 +393,8 @@
392393
* [https://github.com/ASLP-lab/DiffRhythm](https://github.com/ASLP-lab/DiffRhythm)
393394
* 图像生成 [https://github.com/amin2312/AI-Image-Generator](https://github.com/amin2312/AI-Image-Generator)
394395
* [https://github.com/okaris/omni-zero](https://github.com/okaris/omni-zero)
396+
* MCP [https://github.com/mcp-ecosystem/mcp-gateway](https://github.com/mcp-ecosystem/mcp-gateway)
397+
* [https://github.com/worryzyy/HowToCook-mcp](https://github.com/worryzyy/HowToCook-mcp)
395398

396399

397400

@@ -436,6 +439,7 @@
436439
- [https://github.com/browserbase/stagehand](https://github.com/browserbase/stagehand)
437440
- [https://github.com/reworkd/tarsier](https://github.com/reworkd/tarsier)
438441
- [https://github.com/normal-computing/fuji-web](https://github.com/normal-computing/fuji-web)
442+
- [https://github.com/web-infra-dev/midscene](https://github.com/web-infra-dev/midscene)
439443
- 简繁转换 [https://github.com/hddhyq/opencclint](https://github.com/hddhyq/opencclint)
440444
- 识别键盘敲击键位 [https://github.com/ZhuoZhuoCrayon/AcousticKeyBoard-Web](https://github.com/ZhuoZhuoCrayon/AcousticKeyBoard-Web)
441445
- EXCEL [https://github.com/PragmaticMachineLearning/probly](https://github.com/PragmaticMachineLearning/probly)

PL/容器虚拟机.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
* [https://github.com/fanux/sealos](https://github.com/fanux/sealos)
8181
* [https://github.com/clusternet/clusternet](https://github.com/clusternet/clusternet)
8282
* [https://github.com/genuinetools](https://github.com/genuinetools)
83-
* [https://github.com/kubernetes-sigs](https://github.com/kubernetes-sigs)
8483
* [https://github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline)
8584
* [https://github.com/rancher/fleet](https://github.com/rancher/fleet)
8685
* [https://github.com/splunk/qbec](https://github.com/splunk/qbec)
@@ -98,6 +97,9 @@
9897
* 监控 [https://github.com/keptn](https://github.com/keptn)
9998
* [https://github.com/KusionStack/karpor](https://github.com/KusionStack/karpor)
10099
* 负载均衡 [https://github.com/metallb/metallb](https://github.com/metallb/metallb)
100+
* [https://github.com/kumahq/kuma](https://github.com/kumahq/kuma)
101+
* [https://github.com/merbridge/merbridge](https://github.com/merbridge/merbridge)
102+
* [https://github.com/linkerd/linkerd2](https://github.com/linkerd/linkerd2)
101103
* [https://github.com/openshift](https://github.com/openshift)
102104
* [https://github.com/rook/rook](https://github.com/rook/rook)
103105
* [https://github.com/lensapp/lens](https://github.com/lensapp/lens)

PL/编程规范.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
+ [https://github.com/topics/styleguide](https://github.com/topics/styleguide)
99
+ 十二要素 [https://github.com/heroku/12factor](https://github.com/heroku/12factor)
10+
* [https://github.com/twelve-factor/twelve-factor](https://github.com/twelve-factor/twelve-factor)
1011
+ 敏捷宣言 [https://agilemanifesto.org](https://agilemanifesto.org)
1112
+ 贡献者契约 [https://github.com/EthicalSource](https://github.com/EthicalSource)
1213
+ [https://www.contributor-covenant.org](https://www.contributor-covenant.org)

Shell/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
- [https://github.com/ericsagnes/elinks](https://github.com/ericsagnes/elinks)
5454
- [https://lynx.browser.org](https://lynx.browser.org)
5555
- [https://github.com/kurtchen/Lynx](https://github.com/kurtchen/Lynx)
56+
- [https://sourceforge.net/projects/w3m](https://sourceforge.net/projects/w3m)
5657
- 爬取网页 [https://github.com/philippta/flyscrape](https://github.com/philippta/flyscrape)
5758
- 历史记录 [https://github.com/ddworken/hishtory](https://github.com/ddworken/hishtory)
5859
- [https://github.com/YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)

System/Android.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
## 自动化
7575

7676
* [https://github.com/appium](https://github.com/appium)
77+
* [https://github.com/ysbing/YADB](https://github.com/ysbing/YADB)
78+
* [https://github.com/yume-chan](https://github.com/yume-chan)
79+
* [https://github.com/tango-adb](https://github.com/tango-adb)
7780
* [https://tasker.joaoapps.com](https://tasker.joaoapps.com)
7881
* [https://github.com/openatx/uiautomator2](https://github.com/openatx/uiautomator2)
7982

0 commit comments

Comments
 (0)