Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Nov 15, 2024
1 parent c27a87e commit dbb79fc
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 3 deletions.
1 change: 0 additions & 1 deletion IDE/Chromium.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ chrome://flags/#enable-parallel-downloading

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

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

```
--user-data-dir="Data" //数据重定向存储当前目录
Expand Down
1 change: 1 addition & 0 deletions IDE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@
* [https://gitlab.com/wireshark/wireshark](https://gitlab.com/wireshark/wireshark)
* [https://www.wireshark.org](https://www.wireshark.org)
* [https://github.com/gcla/termshark](https://github.com/gcla/termshark)
* [https://github.com/evanrolfe/trayce_gui](https://github.com/evanrolfe/trayce_gui)
* BurpSuite [https://portswigger.net/burp/releases](https://portswigger.net/burp/releases)
* [BurpSuiteV2.1.06破解版](https://www.waitalone.cn/tools/burpsuite.html)
* [BurpSuite_Pro v2020.4 Loader_Keygen](https://www.uedbox.com/post/65547)
Expand Down
2 changes: 1 addition & 1 deletion Java/Java注解.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ print('\n'.join(ans))
| @ArgsAttributes | | |
| @FunctionName | | |
| @ConstructorProperties | | |
| @Transient | | |
| @Transient | | 标记的成员变量不参与序列化过程,配合@Table注解,ORM框架将忽略该属性 |
| @Deprecated | jdk1.5 | 内置注解:用于标志过时的类、方法和成员变量 |
| @FunctionalInterface | jdk1.8 | 函数式接口注解,用于定义函数式接口 |
| @SafeVarargs | jdk1.7 | 参数安全类型注解,用于提示用户参数安全 |
Expand Down
4 changes: 3 additions & 1 deletion Other/Bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
* [https://mjcn.club](https://mjcn.club)
* [https://www.logocook.shop/editor](https://www.logocook.shop/editor)
* 灵感设计 [https://refto.one](https://refto.one)
* 3D架构图 [https://icraft.gantcloud.com](https://icraft.gantcloud.com)
* [https://github.com/gantFDT/icraft](https://github.com/gantFDT/icraft)
* 3D架构图 [https://icraft.gantcloud.com](https://icraft.gantcloud.com)
* DIY项目 [https://makeityourself.org](https://makeityourself.org)


## 文档
Expand Down
1 change: 1 addition & 0 deletions Other/书籍和博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
* [https://github.com/PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)
* [https://github.com/QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)
* [https://feishuhub.com](https://feishuhub.com)
* 综合逆向工程教程 [https://github.com/mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)
* Google的软件工程 [https://qiangmzsx.github.io/Software-Engineering-at-Google](https://qiangmzsx.github.io/Software-Engineering-at-Google)
* 自动化软件测试 [https://github.com/uds-se/fuzzingbook](https://github.com/uds-se/fuzzingbook)
* 数据工程课程 [https://github.com/DataTalksClub/data-engineering-zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp)
Expand Down
1 change: 1 addition & 0 deletions PL/中间件.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
* [https://github.com/onelogin](https://github.com/onelogin)
* [https://github.com/SAML-Toolkits](https://github.com/SAML-Toolkits)
* [https://www.samltool.com/online_tools.php](https://www.samltool.com/online_tools.php)
* [https://github.com/ssoready/ssoready](https://github.com/ssoready/ssoready)
* OpenSAML [https://github.com/OpenConext/Mujina](https://github.com/OpenConext/Mujina)
* [https://www.shibboleth.net/products](https://www.shibboleth.net/products)
* [https://www.incommon.org/software/shibboleth](https://www.incommon.org/software/shibboleth)
Expand Down
1 change: 1 addition & 0 deletions PL/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@
- [https://github.com/frost-beta/sisi](https://github.com/frost-beta/sisi)
- 爬虫 [https://github.com/VinciGit00/Scrapegraph-ai](https://github.com/VinciGit00/Scrapegraph-ai)
- 简繁转换 [https://github.com/hddhyq/opencclint](https://github.com/hddhyq/opencclint)
- PDF翻译 [https://github.com/Byaidu/PDFMathTranslate](https://github.com/Byaidu/PDFMathTranslate)



Expand Down
1 change: 1 addition & 0 deletions Python/Python第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* [https://github.com/greyli/helloflask](https://github.com/greyli/helloflask)
* [https://github.com/vincentmi/vnzmi](https://github.com/vincentmi/vnzmi)
* [https://github.com/yuxiaoy1/chatfairy](https://github.com/yuxiaoy1/chatfairy)
* [https://github.com/AnswerDotAI/fasthtml](https://github.com/AnswerDotAI/fasthtml)
* [https://github.com/reflex-dev/reflex](https://github.com/reflex-dev/reflex)
* [https://github.com/Pylons](https://github.com/Pylons)
* [https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle)
Expand Down
2 changes: 2 additions & 0 deletions Shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
- [https://github.com/Equationzhao/g](https://github.com/Equationzhao/g)
- [https://github.com/junegunn/fzf](https://github.com/junegunn/fzf)
- [https://github.com/ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)
- 查询nginx日志 [https://github.com/facundoolano/ngtop](https://github.com/facundoolano/ngtop)


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


Expand Down
3 changes: 3 additions & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@
* 管理后台 [https://github.com/dashpresshq/dashpress](https://github.com/dashpresshq/dashpress)
* 文件共享 [https://github.com/stonith404/pingvin-share](https://github.com/stonith404/pingvin-share)
* [https://github.com/bitiful/send](https://github.com/bitiful/send)
* [https://github.com/timvisee/send](https://github.com/timvisee/send)
* [https://send.cyberjake.xyz](https://send.cyberjake.xyz)
* [https://send.vis.ee](https://send.vis.ee)
* 主页仪表板 [https://github.com/glanceapp/glance](https://github.com/glanceapp/glance)
* 在线知识库 [https://github.com/outline/outline](https://github.com/outline/outline)
* 自定义二维码 [https://github.com/kochrt/qr-designer](https://github.com/kochrt/qr-designer)
Expand Down
1 change: 1 addition & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
* 电子书阅读器 [https://github.com/btpf/Alexandria](https://github.com/btpf/Alexandria)
* 翻译 [https://github.com/pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)
* 背单词 [https://github.com/Uahh/ToastFish](https://github.com/Uahh/ToastFish)
* 共享键鼠和剪贴板给安卓 [https://github.com/BHznJNs/InputShare](https://github.com/BHznJNs/InputShare)
+ [http://www.downloadsoftware.ir](http://www.downloadsoftware.ir)
Expand Down
1 change: 1 addition & 0 deletions Web/CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
* [https://shipfa.st/tools/logo-fast](https://shipfa.st/tools/logo-fast)
* [https://www.svgviewer.dev](https://www.svgviewer.dev)
* [https://github.com/hugeicons/hugeicons-react](https://github.com/hugeicons/hugeicons-react)
* [https://github.com/pqoqubbw/icons](https://github.com/pqoqubbw/icons)


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

0 comments on commit dbb79fc

Please sign in to comment.