Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Aug 9, 2024
1 parent 4e77063 commit e4ad31f
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DBS/关系型数据库.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ SELECT DATE_PART('day', '2011-12-30 08:55'::timestamp - '2011-12-30 09:05'::time
SELECT 12*EXTRACT(YEAR from age('2023-06-01','2022-01-01'))+EXTRACT(MONTH from age('2023-06-01','2022-01-01'));
-- 提取days时结果是准确的;但提取hours的时候,出现的小时数没有考虑日期,最大23
SELECT EXTRACT(DAYS FROM NOW() - '2020-01-31 10:00:00'::timestamp);
SELECT ROUND((EXTRACT(EPOCH FROM timestamp '2023-12-25 12:00:00' - timestamp '2023-12-20 00:00:00') / 86400)::NUMERIC, 2) AS days_diff;
```


Expand Down Expand Up @@ -808,6 +809,7 @@ select 1/cast(2 as numeric)
- [https://github.com/sqlitebrowser/sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser)
- 加密SQLite [https://github.com/sqlcipher](https://github.com/sqlcipher)
- [https://github.com/utelle/wxsqlite3](https://github.com/utelle/wxsqlite3)
- [https://github.com/resilar/sqleet](https://github.com/resilar/sqleet)
- Java实现 [https://sqljet.com](https://sqljet.com)
- 分布式关系数据库 [https://github.com/rqlite/rqlite](https://github.com/rqlite/rqlite)
- [https://github.com/jlongster/absurd-sql](https://github.com/jlongster/absurd-sql)
Expand Down
1 change: 1 addition & 0 deletions IDE/软件安全.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
* 安全扫描 [https://github.com/CISOfy/lynis](https://github.com/CISOfy/lynis)
* [https://github.com/lcvvvv/kscan](https://github.com/lcvvvv/kscan)
* [https://github.com/jeremylong/DependencyCheck](https://github.com/jeremylong/DependencyCheck)
* 规避深度包检测 [https://github.com/xvzc/SpoofDPI](https://github.com/xvzc/SpoofDPI)



Expand Down
1 change: 1 addition & 0 deletions Java/Java第三方库.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
* [https://github.com/junit-team](https://github.com/junit-team)
* [https://sourceforge.net/projects/dbunit](https://sourceforge.net/projects/dbunit)
* [https://github.com/piotrturski/zohhak](https://github.com/piotrturski/zohhak)
* [https://github.com/gatling/gatling](https://github.com/gatling/gatling)
* [https://github.com/jqwik-team](https://github.com/jqwik-team)
* [https://github.com/easymock](https://github.com/easymock)
* [https://github.com/powermock/powermock](https://github.com/powermock/powermock)
Expand Down
1 change: 1 addition & 0 deletions Other/免费服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
* [https://github.com/rsms/inter](https://github.com/rsms/inter)
* [https://github.com/be5invis/Iosevka](https://github.com/be5invis/Iosevka)
* [https://github.com/IBM/plex](https://github.com/IBM/plex)
* [https://www.freefaces.gallery](https://www.freefaces.gallery)
* 高辨识度字体 [https://brailleinstitute.org/freefont](https://brailleinstitute.org/freefont)
* 位图编程字体 [https://github.com/slavfox/Cozette](https://github.com/slavfox/Cozette)
* [京華老宋体](https://zhuanlan.zhihu.com/p/637491623)
Expand Down
1 change: 1 addition & 0 deletions PL/CPlusPlus.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,5 @@
- 查找和替换文本 [https://github.com/lionello/fart-it](https://github.com/lionello/fart-it)
- 模拟天文 [https://github.com/Stellarium/stellarium](https://github.com/Stellarium/stellarium)
- 复制弹窗文本 [https://github.com/m417z/Textify](https://github.com/m417z/Textify)
- 代码审计 [https://github.com/trailofbits/multiplier](https://github.com/trailofbits/multiplier)

2 changes: 2 additions & 0 deletions PL/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- [https://github.com/qinyuanpei/blog.yuanpei.me](https://github.com/qinyuanpei/blog.yuanpei.me)
- 领域驱动设计 [https://github.com/kgrzybek/modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd)
- 后台管理系统 [https://github.com/izhaorui/Zr.Admin.NET](https://github.com/izhaorui/Zr.Admin.NET)
- [https://github.com/coder-edisonzhou](https://github.com/coder-edisonzhou)



Expand Down Expand Up @@ -294,4 +295,5 @@
- 虚拟桌面 [https://github.com/newlooper/VirtualSpace](https://github.com/newlooper/VirtualSpace)
- 远程桌面会话 [https://github.com/geissbuehler/TermsrvPatcher](https://github.com/geissbuehler/TermsrvPatcher)
- 权限检查 [https://github.com/falahati/UACHelper](https://github.com/falahati/UACHelper)
- 整洁架构开发模板 [https://github.com/ardalis/CleanArchitecture](https://github.com/ardalis/CleanArchitecture)
2 changes: 2 additions & 0 deletions PL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
- [Sam Altman的创业手册](https://jxp73q7qjsg.feishu.cn/docx/WCNZdKDa4o2eUrxK5ElcfBXEnah)
- 硬地骇客 [https://github.com/hardhackerlabs/book](https://github.com/hardhackerlabs/book)
- [以前靠信息不对称赚钱,现在靠什么赚钱?](https://www.zhihu.com/question/268481226)
- 架构师软考高级 [https://github.com/xxlllq/system_architect](https://github.com/xxlllq/system_architect)
- [https://github.com/jerrylususu/jerrylususu.github.io](https://github.com/jerrylususu/jerrylususu.github.io)



Expand Down
2 changes: 2 additions & 0 deletions PL/人工智能.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
* [https://github.com/deepinsight/insightface](https://github.com/deepinsight/insightface)
* [https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)
* [https://www.changeface.online](https://www.changeface.online)
* [https://github.com/hacksider/Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam)
* 人脸识别 [https://github.com/ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)
* 换衣服 [https://vogue-try-on.github.io](https://vogue-try-on.github.io)
* [https://github.com/IDEA-Research/Grounded-Segment-Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything)
Expand Down Expand Up @@ -567,6 +568,7 @@ curl \
- [https://github.com/karpathy/llama2.c](https://github.com/karpathy/llama2.c)
- [https://github.com/liltom-eth/llama2-webui](https://github.com/liltom-eth/llama2-webui)
- [https://github.com/ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)
- [https://github.com/lingo34/sambanova-ai-proxy](https://github.com/lingo34/sambanova-ai-proxy)
- [https://github.com/Mozilla-Ocho](https://github.com/Mozilla-Ocho)
- [https://github.com/LinkSoul-AI/Chinese-Llama-2-7b](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b)
- [https://github.com/haotian-liu/LLaVA](https://github.com/haotian-liu/LLaVA)
Expand Down
1 change: 1 addition & 0 deletions System/Linux网络防火墙.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ firewall-cmd --query-panic
- [https://www.ipip.net](https://www.ipip.net)
- [https://www.myip.la](https://www.myip.la)
- [https://cloud.magiclen.org/cn/myip](https://cloud.magiclen.org/cn/myip)
- [https://dns.fish](https://dns.fish)
- 可用性检查 [https://github.com/funilrys/PyFunceble](https://github.com/funilrys/PyFunceble)
- [https://github.com/hatoo/oha](https://github.com/hatoo/oha)

Expand Down
4 changes: 4 additions & 0 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@
* 缓存网页 [https://github.com/html5-ninja/page-replica](https://github.com/html5-ninja/page-replica)
* 深蹲计数 [https://github.com/zhaoolee/Sport](https://github.com/zhaoolee/Sport)
* 网页加密 [https://github.com/robinmoisson/staticrypt](https://github.com/robinmoisson/staticrypt)
* 操作PDF [https://github.com/Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)
* 管理GPS路径 [https://github.com/Flomp/wanderer](https://github.com/Flomp/wanderer)
* 共享localStorage [https://github.com/FrigadeHQ/remote-storage](https://github.com/FrigadeHQ/remote-storage)
* 汇编写的论坛 [https://asm32.info/fossil/asmbb](https://asm32.info/fossil/asmbb)
Expand Down
1 change: 1 addition & 0 deletions System/Windows软件.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
* [https://github.com/quasar/Quasar](https://github.com/quasar/Quasar)
* [https://github.com/fmeringdal/nettu-meet](https://github.com/fmeringdal/nettu-meet)
* [https://github.com/CapSoftware/Cap](https://github.com/CapSoftware/Cap)
* [https://github.com/RGAA-Software/GammaRay](https://github.com/RGAA-Software/GammaRay)
* 一键远控 [https://www.yijianyuankong.com](https://www.yijianyuankong.com)
* GotoHTTP [https://gotohttp.com](https://gotohttp.com)
* 灰鸽子远程 [http://www.huigezi.org](http://www.huigezi.org)
Expand Down
1 change: 1 addition & 0 deletions Web/JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- [https://github.com/oracle/graaljs](https://github.com/oracle/graaljs)
- [https://github.com/mozilla/rhino](https://github.com/mozilla/rhino)
- [https://github.com/gwtproject/gwt](https://github.com/gwtproject/gwt)
- [https://github.com/CanadaHonk/porffor](https://github.com/CanadaHonk/porffor)



Expand Down

0 comments on commit e4ad31f

Please sign in to comment.