Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Feb 2, 2024
1 parent b7ace6a commit 74b7898
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 9 deletions.
1 change: 1 addition & 0 deletions DBS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* [https://www.twle.cn/l/yufei/sql/sql-basic-index.html](https://www.twle.cn/l/yufei/sql/sql-basic-index.html)
* [https://www.begtut.com/sql/sql-ref-keywords.html](https://www.begtut.com/sql/sql-ref-keywords.html)
* [https://wizardforcel.gitbooks.io/w3school-sql](https://wizardforcel.gitbooks.io/w3school-sql)
* 键值存储引擎教程 [https://github.com/skyzh/mini-lsm](https://github.com/skyzh/mini-lsm)
* HiveSQL教程 [https://www.gairuo.com/p/hive-sql-tutorial](https://www.gairuo.com/p/hive-sql-tutorial)
* 加密 [https://github.com/hashicorp/vault](https://github.com/hashicorp/vault)
* 通用SQL解析 [https://www.sqlparser.com](https://www.sqlparser.com)
Expand Down
1 change: 1 addition & 0 deletions IDE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- [https://github.com/dsznajder/vscode-es7-javascript-react-snippets](https://github.com/dsznajder/vscode-es7-javascript-react-snippets)
- 工具 [https://github.com/864381832/xJavaFxTool](https://github.com/864381832/xJavaFxTool)
- [https://github.com/baiy/Ctool](https://github.com/baiy/Ctool)
- [https://github.com/homeinfra-org/infra](https://github.com/homeinfra-org/infra)
- WakaTime [https://github.com/muety/wakapi](https://github.com/muety/wakapi)
- 代码助手AI [https://github.com/codota/tabnine](https://github.com/codota/tabnine)
- [https://www.tabnine.com](https://www.tabnine.com)
Expand Down
1 change: 1 addition & 0 deletions IDE/VisualStudioCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* [https://github.com/coder](https://github.com/coder)
* [https://github.com/flathub/com.vscodium.codium](https://github.com/flathub/com.vscodium.codium)
* [https://vscodium.com](https://vscodium.com)
* 元素定位源代码 [https://github.com/zh-lx/code-inspector](https://github.com/zh-lx/code-inspector)



Expand Down
6 changes: 4 additions & 2 deletions Java/Java注解.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ book.name = test
- `@RequestParam` 用于接收参数(如果变量名与参数名相同可不使用此注解),`GET``?`后面的查询参数,`POST`为body中的表单参数和URL参数;
- `@RequestBody` 适用于请求体格式为`application/json`,只能用于接收JSON对象,body中的内容
- `@RequestPart` 适用于请求体格式为`multipart/form-data`,可嵌套复杂的请求域(JSON,XML),既可以接收对象又可以接收二进制数据
- `@ModelAttribute`
- `@RequestPayload` 用于处理入站SOAP消息的请求部分
- `@ResponseBody` 将返回内容序列化为json字符串(返回值旁或方法上)
- `@SessionAttributes`
- `@SessionAttribute`
- `@CookieValue`
- `@CrossOrigin`
- `@Mapping`
Expand All @@ -478,6 +478,8 @@ book.name = test
- `@MatrixVariable`
- `@RequestHeader`
- `@RequestAttribute`
- `@SessionAttributes`
- `@SessionAttribute`
- `@ResponseStatus`
- `@ControllerAdvice` 全局控制器,注解了`@Controller`的类的方法可使用,这对所有注解了`@RequestMapping`的控制器内的方法有效。
- `@ExceptionHandler` 用于全局处理控制器里的异常处理方法(全局异常捕获)
Expand Down
1 change: 1 addition & 0 deletions Other/专业术语.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
- 全限定类名
- 非限定类名
- 解构(Destructuring)
- 展开运算符(Spread Operator)
- 语言交互接口(FFI, Foreign Function Interface)


Expand Down
1 change: 1 addition & 0 deletions Other/免费服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
* [https://github.com/rsms/inter](https://github.com/rsms/inter)
* [https://github.com/be5invis/Iosevka](https://github.com/be5invis/Iosevka)
* 高辨识度字体 [https://brailleinstitute.org/freefont](https://brailleinstitute.org/freefont)
* 位图编程字体 [https://github.com/slavfox/Cozette](https://github.com/slavfox/Cozette)


- 字体编辑器 [https://github.com/fontforge/fontforge](https://github.com/fontforge/fontforge)
Expand Down
2 changes: 2 additions & 0 deletions PL/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@

- [https://github.com/OmniSharp](https://github.com/OmniSharp)
- [https://github.com/Samsung/netcoredbg](https://github.com/Samsung/netcoredbg)
- [https://learn.microsoft.com/zh-cn/sysinternals](https://learn.microsoft.com/zh-cn/sysinternals)
- [https://github.com/Sysinternals](https://github.com/Sysinternals)
- [https://visualstudio.microsoft.com/zh-hans/vs](https://visualstudio.microsoft.com/zh-hans/vs)
```
2022 Enterprise(企业版)
Expand Down
1 change: 1 addition & 0 deletions PL/文档处理.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [https://json-schema.org](https://json-schema.org)
- [https://www.json.org/json-zh.html](https://www.json.org/json-zh.html)
- [https://github.com/SchemaStore/schemastore](https://github.com/SchemaStore/schemastore)
- [https://github.com/Cyphrme](https://github.com/Cyphrme)
- [https://github.com/json-api/json-api](https://github.com/json-api/json-api)
- [https://github.com/garycourt/JSV](https://github.com/garycourt/JSV)
- [https://github.com/toml-lang/toml](https://github.com/toml-lang/toml)
Expand Down
19 changes: 16 additions & 3 deletions Python/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
* [https://github.com/Microsoft/CNTK](https://github.com/Microsoft/CNTK)
* [https://github.com/deepmind/lab](https://github.com/deepmind/lab)
* [https://github.com/pytorch/pytorch](https://github.com/pytorch/pytorch)
* [https://github.com/OpenNMT](https://github.com/OpenNMT)
* [https://github.com/scikit-learn/scikit-learn](https://github.com/scikit-learn/scikit-learn)
* [https://github.com/Theano/Theano](https://github.com/Theano/Theano)
* [https://github.com/intel/caffe](https://github.com/intel/caffe)
Expand Down Expand Up @@ -392,6 +391,11 @@
* 翻译 [https://github.com/HIllya51/LunaTranslator](https://github.com/HIllya51/LunaTranslator)
* [https://github.com/PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)
* [https://github.com/ZGGSONG/STranslate](https://github.com/ZGGSONG/STranslate)
* [https://github.com/OpenNMT](https://github.com/OpenNMT)
* [https://github.com/argosopentech/argos-translate](https://github.com/argosopentech/argos-translate)
* [https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)
* [https://github.com/jianchang512/ott](https://github.com/jianchang512/ott)




Expand All @@ -403,11 +407,21 @@
+ [https://github.com/bleedline/Awesome-gptlike-shellsite](https://github.com/bleedline/Awesome-gptlike-shellsite)
+ [https://github.com/nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)
+ [https://github.com/songquanpeng/one-api](https://github.com/songquanpeng/one-api)
+ [https://github.com/lencx/Noi](https://github.com/lencx/Noi)


- ChatGPT/Claude/Sage/Dragonfly/Vicuna/Koala/Dolly/ChatGLM/Alpaca
- [https://github.com/cloud804d/mirrors-pengzhile-pandora](https://github.com/cloud804d/mirrors-pengzhile-pandora)
- [https://github.com/pandora-next/deploy](https://github.com/pandora-next/deploy)
- [https://github.com/pandora-next/deploy](https://github.com/pandora-next/deploy)
- [https://github.com/rawchat](https://github.com/rawchat)
- [https://github.com/coze-dev](https://github.com/coze-dev)
- [https://github.com/elaninhust/coze-beautify](https://github.com/elaninhust/coze-beautify)
- [https://github.com/deanxv/coze-discord-proxy](https://github.com/deanxv/coze-discord-proxy)
- [https://github.com/catx-feitu/Coze-Discord-Bridge](https://github.com/catx-feitu/Coze-Discord-Bridge)
- [https://github.com/oddfar/coze-discord](https://github.com/oddfar/coze-discord)
- [https://github.com/aurorax-neo/coze-chat-proxy](https://github.com/aurorax-neo/coze-chat-proxy)
- [https://github.com/Feiyuyu0503/free-dall-e-proxy](https://github.com/Feiyuyu0503/free-dall-e-proxy)
- [https://github.com/NiuStar/coze_api](https://github.com/NiuStar/coze_api)
- [https://github.com/MagicalMadoka/openai-signup-tool](https://github.com/MagicalMadoka/openai-signup-tool)
- [https://github.com/adams549659584/go-proxy-bingai](https://github.com/adams549659584/go-proxy-bingai)
- [https://github.com/gngpp/ninja](https://github.com/gngpp/ninja)
Expand Down Expand Up @@ -435,7 +449,6 @@
- [https://github.com/ChatGPTNextWeb](https://github.com/ChatGPTNextWeb)
- [https://github.com/chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)
- 网页生成 [https://github.com/Yuyz0112/vx.dev](https://github.com/Yuyz0112/vx.dev)
- [https://www.coze.com](https://www.coze.com)
- [https://codeium.com/waitlist/gpt-4](https://codeium.com/waitlist/gpt-4)
- [https://copilot.microsoft.com](https://copilot.microsoft.com)
- [https://cocopilot.org/dash](https://cocopilot.org/dash)
Expand Down
2 changes: 0 additions & 2 deletions Shell/PowerShell命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ Get-ChildItem . | ForEach-Object -Process {

- 创建硬软连接

* [https://docs.microsoft.com/zh-cn/sysinternals/downloads/junction](https://docs.microsoft.com/zh-cn/sysinternals/downloads/junction)

```powershell
# 软连接SymbolicLink:支持跨分区,支持文件和目录,支持相对路径,支持跨文件系统
# 硬链接HardLink:不可跨分区,盘符修改不影响,不能为文件夹创建硬链接
Expand Down
3 changes: 1 addition & 2 deletions Shell/ShellWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* [https://sourceware.org](https://sourceware.org)


- 实用工具 [https://docs.microsoft.com/zh-cn/sysinternals](https://docs.microsoft.com/zh-cn/sysinternals)
- [https://github.com/Sysinternals](https://github.com/Sysinternals)

- [https://github.com/OpenPGP/openpgp.org](https://github.com/OpenPGP/openpgp.org)
- GPG密钥 [https://www.gpg4win.org](https://www.gpg4win.org)
- 多个shell软件包镜像 [https://github.com/mirror](https://github.com/mirror)
Expand Down
2 changes: 2 additions & 0 deletions Shell/Shell命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
+ 查看日志文件 [https://github.com/bensadeh/tailspin](https://github.com/bensadeh/tailspin)
+ cat [https://github.com/swsnr/mdcat](https://github.com/swsnr/mdcat)
+ 文件管理 [https://github.com/sxyazi/yazi](https://github.com/sxyazi/yazi)
+ SCP [https://github.com/lengyijun/smartscp](https://github.com/lengyijun/smartscp)
+ CP [https://github.com/tarka/xcp](https://github.com/tarka/xcp)



Expand Down
2 changes: 2 additions & 0 deletions System/Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
* [https://github.com/feljor/playstore-scraper-with-api](https://github.com/feljor/playstore-scraper-with-api)
* [https://github.com/egodigital/node-google-play-store](https://github.com/egodigital/node-google-play-store)
* [https://github.com/SimpleMobileTools](https://github.com/SimpleMobileTools)
* [https://github.com/xlucn/oh-my-foss-android](https://github.com/xlucn/oh-my-foss-android)


- [https://github.com/microg](https://github.com/microg)
Expand Down Expand Up @@ -413,6 +414,7 @@
* 图片处理 [https://website.facetuneapp.com](https://website.facetuneapp.com)
* [https://www.lightricks.com](https://www.lightricks.com)
* 磁力下载 [https://github.com/proninyaroslav/libretorrent](https://github.com/proninyaroslav/libretorrent)
* 运行Windows应用 [https://github.com/brunodev85/winlator](https://github.com/brunodev85/winlator)


**下载Google Play Store上的应用**
Expand Down
1 change: 1 addition & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
* [https://www.getmusicbee.com](https://www.getmusicbee.com)
* [https://github.com/Frank-Friemel/Shairport4w](https://github.com/Frank-Friemel/Shairport4w)
* [https://github.com/maotoumao/MusicFreeDesktop](https://github.com/maotoumao/MusicFreeDesktop)
* [https://github.com/synctv-org](https://github.com/synctv-org)


- [https://github.com/Chocobozzz/PeerTube](https://github.com/Chocobozzz/PeerTube)
Expand Down

0 comments on commit 74b7898

Please sign in to comment.