Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Mar 22, 2024
1 parent bc6e64f commit 02b8640
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 7 deletions.
2 changes: 2 additions & 0 deletions DBS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
+ [https://github.com/cmu-db/dbdb.io](https://github.com/cmu-db/dbdb.io)
+ [https://github.com/polardb](https://github.com/polardb)
+ [https://db-engines.com/en/ranking](https://db-engines.com/en/ranking)
+ [https://q-success.com/web_services](https://q-success.com/web_services)
+ [https://github.com/wbtlb](https://github.com/wbtlb)


Expand Down Expand Up @@ -288,6 +289,7 @@

+ [https://github.com/redis](https://github.com/redis)
+ [https://redis.io/documentation](https://redis.io/documentation)
+ [https://github.com/microsoft/garnet](https://github.com/microsoft/garnet)


* [https://github.com/huangz1990](https://github.com/huangz1990)
Expand Down
9 changes: 9 additions & 0 deletions DBS/关系型数据库.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,15 @@ INSERT INTO TEST SELECT * FROM TEST_BAK;

-- 删除临时表
DROP TABLE TEST_BAK;


-- 替代LISTAGG拼接超4000字符长度
SELECT
REGEXP_REPLACE(RTRIM(XMLSERIALIZE(CONTENT XMLAGG(XMLELEMENT(E,colname,',').EXTRACT('//text()')) AS CLOB),', '),'(,)+',',') a,
REGEXP_REPLACE(RTRIM(XMLAGG(XMLELEMENT(E,colname,',').EXTRACT('//text()')).getclobval(),','),'(,)+',',') b,
REGEXP_REPLACE(RTRIM(REGEXP_REPLACE(XMLSERIALIZE(CONTENT XMLAGG(XMLELEMENT(e, colname || ',')) AS CLOB),'<E>|</E>',''),','),'(,)+',',') c
FROM table_name
GROUP BY grouping_column;
```


Expand Down
4 changes: 2 additions & 2 deletions IDE/Chromium.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ chrome://flags/#enable-parallel-downloading
* [https://chromedriver.chromium.org](https://chromedriver.chromium.org)
* [https://googlechromelabs.github.io/chrome-for-testing](https://googlechromelabs.github.io/chrome-for-testing)
* [http://chromedriver.storage.googleapis.com/index.html](http://chromedriver.storage.googleapis.com/index.html)
* [http://npm.taobao.org/mirrors/chromedriver](http://npm.taobao.org/mirrors/chromedriver)
* [https://npm.taobao.org/mirrors/chromium-browser-snapshots](https://npm.taobao.org/mirrors/chromium-browser-snapshots)
* [https://registry.npmmirror.com/binary.html?path=chromedriver/](https://registry.npmmirror.com/binary.html?path=chromedriver/)
* [https://registry.npmmirror.com/binary.html?path=chromium-browser-snapshots/](https://registry.npmmirror.com/binary.html?path=chromium-browser-snapshots/)
* [headless-chrome官方文档](https://developers.google.com/web/updates/2017/04/headless-chrome)
* [功能和ChromeOptions官方网站参考](https://sites.google.com/a/chromium.org/chromedriver/capabilities)

Expand Down
2 changes: 1 addition & 1 deletion IDE/Git使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export LESSCHARSET=utf-8
## 安装最新版

* [https://git-scm.com/download](https://git-scm.com/download)
* [https://npm.taobao.org/mirrors/git-for-windows](https://npm.taobao.org/mirrors/git-for-windows)
* [https://registry.npmmirror.com/binary.html?path=git-for-windows/](https://registry.npmmirror.com/binary.html?path=git-for-windows/)
* [https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm](https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm)
* [https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm](https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm)

Expand Down
1 change: 1 addition & 0 deletions IDE/Git服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ volumes:
+ [https://github.com/github](https://github.com/github)
+ 预览项目HTML [https://github.com/htmlpreview/htmlpreview.github.com](https://github.com/htmlpreview/htmlpreview.github.com)
+ 嵌入到HTML [https://github.com/yusanshi/emgithub](https://github.com/yusanshi/emgithub)
+ 生成更新日志 [https://github.com/shipkit/shipkit-changelog](https://github.com/shipkit/shipkit-changelog)
+ [https://github.com/lowlighter/metrics](https://github.com/lowlighter/metrics)
+ [https://github.com/ryo-ma/github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)
Expand Down
1 change: 1 addition & 0 deletions IDE/软件安全.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* 安全测试平台 [https://github.com/yaklang/yakit](https://github.com/yaklang/yakit)
* 漏洞POC知识库 [https://github.com/Threekiii/Awesome-POC](https://github.com/Threekiii/Awesome-POC)
* Java安全 [https://github.com/HackJava/HackJava](https://github.com/HackJava/HackJava)
* 安全扫描 [https://github.com/CISOfy/lynis](https://github.com/CISOfy/lynis)



Expand Down
1 change: 1 addition & 0 deletions Java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
* [https://github.com/lenve/vhr](https://github.com/lenve/vhr)
* [https://github.com/YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)
* [https://github.com/yudaocode](https://github.com/yudaocode)
* [https://github.com/soybeanjs/soybean-admin](https://github.com/soybeanjs/soybean-admin)
* [iBase4J-JAVA分布式快速开发平台](https://gitee.com/iBase4J/iBase4J)
* [framework-后台管理框架,采用springboot+springsecurity+mybatis-plus+bootstrap](https://gitee.com/sunhan521/framework)
* [https://gitee.com/Morning_/Morning](https://gitee.com/Morning_/Morning)
Expand Down
1 change: 1 addition & 0 deletions Other/Bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ javascript:document.body.contentEditable='true';document.designMode='on'; void 0
* [https://appmotion.design](https://appmotion.design)
* [https://www.meiye.art](https://www.meiye.art)
* [https://uxbaike.com](https://uxbaike.com)
* [https://mjcn.club](https://mjcn.club)


## 文档
Expand Down
1 change: 1 addition & 0 deletions Other/Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ string &operator+(const string& A,const string& B) //cpp
* [https://github.com/nhn/tui.editor](https://github.com/nhn/tui.editor)
* [https://github.com/aguang-xyz/aurora-editor](https://github.com/aguang-xyz/aurora-editor)
* [https://github.com/1943time/bluestone](https://github.com/1943time/bluestone)
* CLI [https://github.com/Textualize/frogmouth](https://github.com/Textualize/frogmouth)
* 笔记 [https://github.com/laurent22/joplin](https://github.com/laurent22/joplin)
* [https://github.com/evernote](https://github.com/evernote)
* [https://github.com/leanote](https://github.com/leanote)
Expand Down
1 change: 1 addition & 0 deletions Other/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@

* [https://developer.aliyun.com/mirror](https://developer.aliyun.com/mirror)
* [https://github.com/cnpm](https://github.com/cnpm)
* [https://npmmirror.com](https://npmmirror.com)
* [https://mirrors.cloud.tencent.com](https://mirrors.cloud.tencent.com)
* [https://mirrors.huaweicloud.com](https://mirrors.huaweicloud.com)
* [https://github.com/kaiyuanshe](https://github.com/kaiyuanshe)
Expand Down
4 changes: 4 additions & 0 deletions Other/书籍和博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* [https://github.com/topics/awesome-list](https://github.com/topics/awesome-list)
* [https://github.com/topics/leetcode](https://github.com/topics/leetcode)
* [https://github.com/cloudcommunity/Free-Certifications](https://github.com/cloudcommunity/Free-Certifications)
* [https://github.com/shadowwalker/next-pwa](https://github.com/shadowwalker/next-pwa)
* [https://github.com/rumca-js/Internet-Places-Database](https://github.com/rumca-js/Internet-Places-Database)
* [https://github.com/maguowei/today](https://github.com/maguowei/today)



Expand Down Expand Up @@ -86,6 +89,7 @@
* [https://github.com/pkuflyingpig](https://github.com/pkuflyingpig)
* [https://github.com/OI-wiki](https://github.com/OI-wiki)
* 系统设计入门 [https://github.com/donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)
* [https://www.designsystemhunt.com](https://www.designsystemhunt.com)
* [https://redesigningdesign.systems](https://redesigningdesign.systems)
* [https://github.com/InterviewReady/system-design-resources](https://github.com/InterviewReady/system-design-resources)
* [https://github.com/ByteByteGoHq/system-design-101](https://github.com/ByteByteGoHq/system-design-101)
Expand Down
2 changes: 0 additions & 2 deletions PL/C.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@
* 解析xml [https://github.com/libexpat/libexpat](https://github.com/libexpat/libexpat)
* [https://gitlab.gnome.org/GNOME/libxml2](https://gitlab.gnome.org/GNOME/libxml2)
* JSON [https://github.com/json-parser/json-parser](https://github.com/json-parser/json-parser)
* [https://github.com/stedolan/jq](https://github.com/stedolan/jq)
* [https://stedolan.github.io/jq](https://stedolan.github.io/jq)
* [https://github.com/Barenboim/json-parser](https://github.com/Barenboim/json-parser)
* [https://github.com/akheron/jansson](https://github.com/akheron/jansson)
* 沙盒技术 [https://github.com/plsyssec](https://github.com/plsyssec)
Expand Down
1 change: 1 addition & 0 deletions PL/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
+ [https://referencesource.microsoft.com](https://referencesource.microsoft.com)
+ [http://www.symbolsource.org/Public](http://www.symbolsource.org/Public)
+ [https://gitee.com/dotnetchina](https://gitee.com/dotnetchina)
+ [https://github.com/dotnet-smartcomponents](https://github.com/dotnet-smartcomponents)


- [https://docs.microsoft.com/zh-cn/documentation](https://docs.microsoft.com/zh-cn/documentation)
Expand Down
1 change: 1 addition & 0 deletions PL/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
* [https://github.com/xuesongbj/Rust-Notes](https://github.com/xuesongbj/Rust-Notes)
* [http://xuesong.pydevops.com](http://xuesong.pydevops.com)
* 练习 [https://github.com/sunface/rust-by-practice](https://github.com/sunface/rust-by-practice)
* 异步线程比较 [https://github.com/jimblandy/context-switch](https://github.com/jimblandy/context-switch)
* [program - 分类 - kirito's blog](https://kirito41dd.github.io/categories/program)
* [归档 | Jackeyzhe](https://jackeyzhe.github.io/archives)
* [一名Java开发的Rust学习笔记](https://juejin.cn/post/7347190677505359906)
Expand Down
1 change: 0 additions & 1 deletion Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
+ [https://www.python.org](https://www.python.org)
+ [https://docs.python.org/zh-cn](https://docs.python.org/zh-cn)
+ [https://www.python.org/ftp/python](https://www.python.org/ftp/python)
+ [http://npm.taobao.org/mirrors/python](http://npm.taobao.org/mirrors/python)
+ [https://github.com/psf](https://github.com/psf)
+ [https://github.com/Python-World](https://github.com/Python-World)
+ [https://github.com/taichi-dev/taichi](https://github.com/taichi-dev/taichi)
Expand Down
2 changes: 2 additions & 0 deletions Python/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
* 提取视频语言 [https://github.com/SevaSk/ecoute](https://github.com/SevaSk/ecoute)
* 图像标记 [https://github.com/xinyu1205/Recognize_Anything-Tag2Text](https://github.com/xinyu1205/Recognize_Anything-Tag2Text)
* [https://github.com/blakeblackshear/frigate](https://github.com/blakeblackshear/frigate)
* [https://github.com/Kingfish404/segment-anything-webui](https://github.com/Kingfish404/segment-anything-webui)
* stable-diffusion [https://github.com/Fictiverse/Redream](https://github.com/Fictiverse/Redream)
* [https://github.com/SupaGruen/StableDiffusion-CheatSheet](https://github.com/SupaGruen/StableDiffusion-CheatSheet)
* [https://github.com/SysCV/sam-hq](https://github.com/SysCV/sam-hq)
Expand All @@ -345,6 +346,7 @@
- [![Run on Ainize](https://ainize.ai/images/run_on_ainize_button.svg)](https://ainize.web.app/redirect?git_repo=https://github.com/alisen39/TrWebOCR)
- 视频感知 [https://github.com/open-mmlab/mmtracking](https://github.com/open-mmlab/mmtracking)
- [https://github.com/scikit-learn/scikit-learn](https://github.com/scikit-learn/scikit-learn)
- [https://github.com/roboflow/supervision](https://github.com/roboflow/supervision)
- 数据管道 [https://github.com/orchest](https://github.com/orchest)
- 数据科学Web [https://github.com/plotly/dash](https://github.com/plotly/dash)
- 扫描PDF [https://github.com/baicunko/scanyourpdf](https://github.com/baicunko/scanyourpdf)
Expand Down
1 change: 1 addition & 0 deletions Shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
* [https://github.com/topics/ssh-client](https://github.com/topics/ssh-client)
* [https://github.com/topics/ssh2](https://github.com/topics/ssh2)
* [https://github.com/topics/ssh](https://github.com/topics/ssh)
* [https://github.com/francoismichel/ssh3](https://github.com/francoismichel/ssh3)
* [https://github.com/mskyaxl/wsl-terminal](https://github.com/mskyaxl/wsl-terminal)


Expand Down
6 changes: 6 additions & 0 deletions Shell/Shell命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@
+ 电子表格 [https://github.com/saulpw/visidata](https://github.com/saulpw/visidata)
+ 逆向工程 [https://github.com/radareorg/radare2](https://github.com/radareorg/radare2)
+ 查看日志文件 [https://github.com/bensadeh/tailspin](https://github.com/bensadeh/tailspin)
+ [https://github.com/Textualize/toolong](https://github.com/Textualize/toolong)
+ 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)
+ 加密 [https://github.com/candiddev/rot](https://github.com/candiddev/rot)
+ JSON [https://github.com/stedolan/jq](https://github.com/stedolan/jq)
+ [https://stedolan.github.io/jq](https://stedolan.github.io/jq)
+ [https://github.com/simeji/jid](https://github.com/simeji/jid)
+ [https://github.com/fiatjaf/jiq](https://github.com/fiatjaf/jiq)
+ [https://github.com/ynqa/jnv](https://github.com/ynqa/jnv)



Expand Down
1 change: 1 addition & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@
* 代码图 [https://github.com/Idered/chalk.ist](https://github.com/Idered/chalk.ist)
* [https://github.com/abi/screenshot-to-code](https://github.com/abi/screenshot-to-code)
* 封面图 [https://github.com/zobor/photo-relay](https://github.com/zobor/photo-relay)
* [https://github.com/struy-cn/Y-TOC](https://github.com/struy-cn/Y-TOC)
* 财务 [https://github.com/maybe-finance/maybe](https://github.com/maybe-finance/maybe)
* [https://github.com/actualbudget/actual](https://github.com/actualbudget/actual)
* [https://github.com/getlago/lago](https://github.com/getlago/lago)
Expand Down
1 change: 1 addition & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
+ [https://github.com/topics/image-processing](https://github.com/topics/image-processing)


* [https://github.com/027xiguapi/pear-rec](https://github.com/027xiguapi/pear-rec)
* 图片压缩 [https://github.com/GoogleChromeLabs/squoosh](https://github.com/GoogleChromeLabs/squoosh)
* [https://github.com/jamsinclair/jSquash](https://github.com/jamsinclair/jSquash)
* [https://github.com/unplugin/unplugin-imagemin](https://github.com/unplugin/unplugin-imagemin)
Expand Down
1 change: 1 addition & 0 deletions System/邮箱服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* [https://github.com/marlam/msmtp](https://github.com/marlam/msmtp)
* [https://sourceforge.net/projects/dkim-milter](https://sourceforge.net/projects/dkim-milter)
* [https://sourceforge.net/projects/opendkim](https://sourceforge.net/projects/opendkim)
* [https://github.com/yesmore/vmail](https://github.com/yesmore/vmail)
* [测试邮箱](https://www.mail-tester.com)


Expand Down
1 change: 1 addition & 0 deletions Web/CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
* [https://github.com/simple-icons](https://github.com/simple-icons)
* [https://github.com/pheralb/svgl](https://github.com/pheralb/svgl)
* [https://iconce.com](https://iconce.com)
* [https://github.com/KanjiVG/kanjivg](https://github.com/KanjiVG/kanjivg)


- [最受程序员欢迎的 20 个 CSS 框架](https://www.fuocu.cn/archives/css-frame)
Expand Down
1 change: 1 addition & 0 deletions Web/JavaScript第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
* [https://github.com/greensock/GSAP](https://github.com/greensock/GSAP)
* 3D库 [https://github.com/mrdoob/three.js](https://github.com/mrdoob/three.js)
* [https://github.com/kovacsv/Online3DViewer](https://github.com/kovacsv/Online3DViewer)
* [https://github.com/galacean](https://github.com/galacean)
* 3D地球和2D地图 [https://github.com/CesiumGS/cesium](https://github.com/CesiumGS/cesium)
* 2D渲染器 [https://github.com/pixijs/pixijs](https://github.com/pixijs/pixijs)
* [https://github.com/erincatto/box2d](https://github.com/erincatto/box2d)
Expand Down
2 changes: 1 addition & 1 deletion Web/NodeJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ npm config get registry
npm config set registry https://registry.npmjs.org

# 设置淘宝镜像仓库地址
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmmirror.com

# 查看代理地址
npm config get proxy
Expand Down

0 comments on commit 02b8640

Please sign in to comment.