Skip to content

Commit dbb79fc

Browse files
author
bajins
committed
add
1 parent c27a87e commit dbb79fc

12 files changed

+16
-3
lines changed

IDE/Chromium.md

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ chrome://flags/#enable-parallel-downloading
133133

134134
**Chromium内核浏览器实验室功能特性运行参数:**
135135

136-
* [https://peter.sh/experiments/chromium-command-line-switches](https://peter.sh/experiments/chromium-command-line-switches)
137136

138137
```
139138
--user-data-dir="Data" //数据重定向存储当前目录

IDE/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
* [https://gitlab.com/wireshark/wireshark](https://gitlab.com/wireshark/wireshark)
528528
* [https://www.wireshark.org](https://www.wireshark.org)
529529
* [https://github.com/gcla/termshark](https://github.com/gcla/termshark)
530+
* [https://github.com/evanrolfe/trayce_gui](https://github.com/evanrolfe/trayce_gui)
530531
* BurpSuite [https://portswigger.net/burp/releases](https://portswigger.net/burp/releases)
531532
* [BurpSuiteV2.1.06破解版](https://www.waitalone.cn/tools/burpsuite.html)
532533
* [BurpSuite_Pro v2020.4 Loader_Keygen](https://www.uedbox.com/post/65547)

Java/Java注解.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ print('\n'.join(ans))
171171
| @ArgsAttributes | | |
172172
| @FunctionName | | |
173173
| @ConstructorProperties | | |
174-
| @Transient | | |
174+
| @Transient | | 标记的成员变量不参与序列化过程,配合@Table注解,ORM框架将忽略该属性 |
175175
| @Deprecated | jdk1.5 | 内置注解:用于标志过时的类、方法和成员变量 |
176176
| @FunctionalInterface | jdk1.8 | 函数式接口注解,用于定义函数式接口 |
177177
| @SafeVarargs | jdk1.7 | 参数安全类型注解,用于提示用户参数安全 |

Other/Bookmarks.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
175175
* [https://mjcn.club](https://mjcn.club)
176176
* [https://www.logocook.shop/editor](https://www.logocook.shop/editor)
177177
* 灵感设计 [https://refto.one](https://refto.one)
178-
* 3D架构图 [https://icraft.gantcloud.com](https://icraft.gantcloud.com)
178+
* [https://github.com/gantFDT/icraft](https://github.com/gantFDT/icraft)
179+
* 3D架构图 [https://icraft.gantcloud.com](https://icraft.gantcloud.com)
180+
* DIY项目 [https://makeityourself.org](https://makeityourself.org)
179181

180182

181183
## 文档

Other/书籍和博客.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
* [https://github.com/PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)
155155
* [https://github.com/QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)
156156
* [https://feishuhub.com](https://feishuhub.com)
157+
* 综合逆向工程教程 [https://github.com/mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)
157158
* Google的软件工程 [https://qiangmzsx.github.io/Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google)
158159
* 自动化软件测试 [https://github.com/uds-se/fuzzingbook](https://github.com/uds-se/fuzzingbook)
159160
* 数据工程课程 [https://github.com/DataTalksClub/data-engineering-zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp)

PL/中间件.md

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
* [https://github.com/onelogin](https://github.com/onelogin)
236236
* [https://github.com/SAML-Toolkits](https://github.com/SAML-Toolkits)
237237
* [https://www.samltool.com/online_tools.php](https://www.samltool.com/online_tools.php)
238+
* [https://github.com/ssoready/ssoready](https://github.com/ssoready/ssoready)
238239
* OpenSAML [https://github.com/OpenConext/Mujina](https://github.com/OpenConext/Mujina)
239240
* [https://www.shibboleth.net/products](https://www.shibboleth.net/products)
240241
* [https://www.incommon.org/software/shibboleth](https://www.incommon.org/software/shibboleth)

PL/人工智能.md

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412
- [https://github.com/frost-beta/sisi](https://github.com/frost-beta/sisi)
413413
- 爬虫 [https://github.com/VinciGit00/Scrapegraph-ai](https://github.com/VinciGit00/Scrapegraph-ai)
414414
- 简繁转换 [https://github.com/hddhyq/opencclint](https://github.com/hddhyq/opencclint)
415+
- PDF翻译 [https://github.com/Byaidu/PDFMathTranslate](https://github.com/Byaidu/PDFMathTranslate)
415416

416417

417418

Python/Python第三方库.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
* [https://github.com/greyli/helloflask](https://github.com/greyli/helloflask)
4848
* [https://github.com/vincentmi/vnzmi](https://github.com/vincentmi/vnzmi)
4949
* [https://github.com/yuxiaoy1/chatfairy](https://github.com/yuxiaoy1/chatfairy)
50+
* [https://github.com/AnswerDotAI/fasthtml](https://github.com/AnswerDotAI/fasthtml)
5051
* [https://github.com/reflex-dev/reflex](https://github.com/reflex-dev/reflex)
5152
* [https://github.com/Pylons](https://github.com/Pylons)
5253
* [https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle)

Shell/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
- [https://github.com/Equationzhao/g](https://github.com/Equationzhao/g)
8787
- [https://github.com/junegunn/fzf](https://github.com/junegunn/fzf)
8888
- [https://github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)
89+
- 查询nginx日志 [https://github.com/facundoolano/ngtop](https://github.com/facundoolano/ngtop)
8990

9091

9192
**`terminal``shell``tty``console` 之间的区别**
@@ -255,6 +256,7 @@
255256
* [https://github.com/billchurch/WebSSH2](https://github.com/billchurch/WebSSH2)
256257
* [https://github.com/mscdex/ssh2](https://github.com/mscdex/ssh2)
257258
* [https://github.com/tsl0922/ttyd](https://github.com/tsl0922/ttyd)
259+
* [https://github.com/zyyzyykk/kkTerminal](https://github.com/zyyzyykk/kkTerminal)
258260
* 实时协作 [https://github.com/ekzhang/sshx](https://github.com/ekzhang/sshx)
259261

260262

System/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,9 @@
540540
* 管理后台 [https://github.com/dashpresshq/dashpress](https://github.com/dashpresshq/dashpress)
541541
* 文件共享 [https://github.com/stonith404/pingvin-share](https://github.com/stonith404/pingvin-share)
542542
* [https://github.com/bitiful/send](https://github.com/bitiful/send)
543+
* [https://github.com/timvisee/send](https://github.com/timvisee/send)
544+
* [https://send.cyberjake.xyz](https://send.cyberjake.xyz)
545+
* [https://send.vis.ee](https://send.vis.ee)
543546
* 主页仪表板 [https://github.com/glanceapp/glance](https://github.com/glanceapp/glance)
544547
* 在线知识库 [https://github.com/outline/outline](https://github.com/outline/outline)
545548
* 自定义二维码 [https://github.com/kochrt/qr-designer](https://github.com/kochrt/qr-designer)

System/Windows软件.md

+1
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
12001200
* 电子书阅读器 [https://github.com/btpf/Alexandria](https://github.com/btpf/Alexandria)
12011201
* 翻译 [https://github.com/pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)
12021202
* 背单词 [https://github.com/Uahh/ToastFish](https://github.com/Uahh/ToastFish)
1203+
* 共享键鼠和剪贴板给安卓 [https://github.com/BHznJNs/InputShare](https://github.com/BHznJNs/InputShare)
12031204
12041205
12051206
+ [http://www.downloadsoftware.ir](http://www.downloadsoftware.ir)

Web/CSS.md

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
* [https://shipfa.st/tools/logo-fast](https://shipfa.st/tools/logo-fast)
173173
* [https://www.svgviewer.dev](https://www.svgviewer.dev)
174174
* [https://github.com/hugeicons/hugeicons-react](https://github.com/hugeicons/hugeicons-react)
175+
* [https://github.com/pqoqubbw/icons](https://github.com/pqoqubbw/icons)
175176

176177

177178
- [最受程序员欢迎的 20 个 CSS 框架](https://www.fuocu.cn/archives/css-frame)

0 commit comments

Comments
 (0)