Skip to content

Commit e4ad31f

Browse files
author
bajins
committed
add
1 parent 4e77063 commit e4ad31f

12 files changed

+19
-0
lines changed

DBS/关系型数据库.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ SELECT DATE_PART('day', '2011-12-30 08:55'::timestamp - '2011-12-30 09:05'::time
769769
SELECT 12*EXTRACT(YEAR from age('2023-06-01','2022-01-01'))+EXTRACT(MONTH from age('2023-06-01','2022-01-01'));
770770
-- 提取days时结果是准确的;但提取hours的时候,出现的小时数没有考虑日期,最大23
771771
SELECT EXTRACT(DAYS FROM NOW() - '2020-01-31 10:00:00'::timestamp);
772+
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;
772773
```
773774

774775

@@ -808,6 +809,7 @@ select 1/cast(2 as numeric)
808809
- [https://github.com/sqlitebrowser/sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser)
809810
- 加密SQLite [https://github.com/sqlcipher](https://github.com/sqlcipher)
810811
- [https://github.com/utelle/wxsqlite3](https://github.com/utelle/wxsqlite3)
812+
- [https://github.com/resilar/sqleet](https://github.com/resilar/sqleet)
811813
- Java实现 [https://sqljet.com](https://sqljet.com)
812814
- 分布式关系数据库 [https://github.com/rqlite/rqlite](https://github.com/rqlite/rqlite)
813815
- [https://github.com/jlongster/absurd-sql](https://github.com/jlongster/absurd-sql)

IDE/软件安全.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* 安全扫描 [https://github.com/CISOfy/lynis](https://github.com/CISOfy/lynis)
5555
* [https://github.com/lcvvvv/kscan](https://github.com/lcvvvv/kscan)
5656
* [https://github.com/jeremylong/DependencyCheck](https://github.com/jeremylong/DependencyCheck)
57+
* 规避深度包检测 [https://github.com/xvzc/SpoofDPI](https://github.com/xvzc/SpoofDPI)
5758

5859

5960

Java/Java第三方库.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@
533533
* [https://github.com/junit-team](https://github.com/junit-team)
534534
* [https://sourceforge.net/projects/dbunit](https://sourceforge.net/projects/dbunit)
535535
* [https://github.com/piotrturski/zohhak](https://github.com/piotrturski/zohhak)
536+
* [https://github.com/gatling/gatling](https://github.com/gatling/gatling)
536537
* [https://github.com/jqwik-team](https://github.com/jqwik-team)
537538
* [https://github.com/easymock](https://github.com/easymock)
538539
* [https://github.com/powermock/powermock](https://github.com/powermock/powermock)

Other/免费服务.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
* [https://github.com/rsms/inter](https://github.com/rsms/inter)
8282
* [https://github.com/be5invis/Iosevka](https://github.com/be5invis/Iosevka)
8383
* [https://github.com/IBM/plex](https://github.com/IBM/plex)
84+
* [https://www.freefaces.gallery](https://www.freefaces.gallery)
8485
* 高辨识度字体 [https://brailleinstitute.org/freefont](https://brailleinstitute.org/freefont)
8586
* 位图编程字体 [https://github.com/slavfox/Cozette](https://github.com/slavfox/Cozette)
8687
* [京華老宋体](https://zhuanlan.zhihu.com/p/637491623)

PL/CPlusPlus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,5 @@
229229
- 查找和替换文本 [https://github.com/lionello/fart-it](https://github.com/lionello/fart-it)
230230
- 模拟天文 [https://github.com/Stellarium/stellarium](https://github.com/Stellarium/stellarium)
231231
- 复制弹窗文本 [https://github.com/m417z/Textify](https://github.com/m417z/Textify)
232+
- 代码审计 [https://github.com/trailofbits/multiplier](https://github.com/trailofbits/multiplier)
232233

PL/CSharp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [https://github.com/qinyuanpei/blog.yuanpei.me](https://github.com/qinyuanpei/blog.yuanpei.me)
5757
- 领域驱动设计 [https://github.com/kgrzybek/modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd)
5858
- 后台管理系统 [https://github.com/izhaorui/Zr.Admin.NET](https://github.com/izhaorui/Zr.Admin.NET)
59+
- [https://github.com/coder-edisonzhou](https://github.com/coder-edisonzhou)
5960

6061

6162

@@ -294,4 +295,5 @@
294295
- 虚拟桌面 [https://github.com/newlooper/VirtualSpace](https://github.com/newlooper/VirtualSpace)
295296
- 远程桌面会话 [https://github.com/geissbuehler/TermsrvPatcher](https://github.com/geissbuehler/TermsrvPatcher)
296297
- 权限检查 [https://github.com/falahati/UACHelper](https://github.com/falahati/UACHelper)
298+
- 整洁架构开发模板 [https://github.com/ardalis/CleanArchitecture](https://github.com/ardalis/CleanArchitecture)
297299

PL/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
- [Sam Altman的创业手册](https://jxp73q7qjsg.feishu.cn/docx/WCNZdKDa4o2eUrxK5ElcfBXEnah)
3131
- 硬地骇客 [https://github.com/hardhackerlabs/book](https://github.com/hardhackerlabs/book)
3232
- [以前靠信息不对称赚钱,现在靠什么赚钱?](https://www.zhihu.com/question/268481226)
33+
- 架构师软考高级 [https://github.com/xxlllq/system_architect](https://github.com/xxlllq/system_architect)
34+
- [https://github.com/jerrylususu/jerrylususu.github.io](https://github.com/jerrylususu/jerrylususu.github.io)
3335

3436

3537

PL/人工智能.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@
326326
* [https://github.com/deepinsight/insightface](https://github.com/deepinsight/insightface)
327327
* [https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)
328328
* [https://www.changeface.online](https://www.changeface.online)
329+
* [https://github.com/hacksider/Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam)
329330
* 人脸识别 [https://github.com/ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)
330331
* 换衣服 [https://vogue-try-on.github.io](https://vogue-try-on.github.io)
331332
* [https://github.com/IDEA-Research/Grounded-Segment-Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything)
@@ -567,6 +568,7 @@ curl \
567568
- [https://github.com/karpathy/llama2.c](https://github.com/karpathy/llama2.c)
568569
- [https://github.com/liltom-eth/llama2-webui](https://github.com/liltom-eth/llama2-webui)
569570
- [https://github.com/ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)
571+
- [https://github.com/lingo34/sambanova-ai-proxy](https://github.com/lingo34/sambanova-ai-proxy)
570572
- [https://github.com/Mozilla-Ocho](https://github.com/Mozilla-Ocho)
571573
- [https://github.com/LinkSoul-AI/Chinese-Llama-2-7b](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b)
572574
- [https://github.com/haotian-liu/LLaVA](https://github.com/haotian-liu/LLaVA)

System/Linux网络防火墙.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ firewall-cmd --query-panic
218218
- [https://www.ipip.net](https://www.ipip.net)
219219
- [https://www.myip.la](https://www.myip.la)
220220
- [https://cloud.magiclen.org/cn/myip](https://cloud.magiclen.org/cn/myip)
221+
- [https://dns.fish](https://dns.fish)
221222
- 可用性检查 [https://github.com/funilrys/PyFunceble](https://github.com/funilrys/PyFunceble)
222223
- [https://github.com/hatoo/oha](https://github.com/hatoo/oha)
223224

System/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@
522522
* 缓存网页 [https://github.com/html5-ninja/page-replica](https://github.com/html5-ninja/page-replica)
523523
* 深蹲计数 [https://github.com/zhaoolee/Sport](https://github.com/zhaoolee/Sport)
524524
* 网页加密 [https://github.com/robinmoisson/staticrypt](https://github.com/robinmoisson/staticrypt)
525+
* 操作PDF [https://github.com/Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)
526+
* 管理GPS路径 [https://github.com/Flomp/wanderer](https://github.com/Flomp/wanderer)
527+
* 共享localStorage [https://github.com/FrigadeHQ/remote-storage](https://github.com/FrigadeHQ/remote-storage)
528+
* 汇编写的论坛 [https://asm32.info/fossil/asmbb](https://asm32.info/fossil/asmbb)
525529
526530
527531

System/Windows软件.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府)
887887
* [https://github.com/quasar/Quasar](https://github.com/quasar/Quasar)
888888
* [https://github.com/fmeringdal/nettu-meet](https://github.com/fmeringdal/nettu-meet)
889889
* [https://github.com/CapSoftware/Cap](https://github.com/CapSoftware/Cap)
890+
* [https://github.com/RGAA-Software/GammaRay](https://github.com/RGAA-Software/GammaRay)
890891
* 一键远控 [https://www.yijianyuankong.com](https://www.yijianyuankong.com)
891892
* GotoHTTP [https://gotohttp.com](https://gotohttp.com)
892893
* 灰鸽子远程 [http://www.huigezi.org](http://www.huigezi.org)

Web/JavaScript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- [https://github.com/oracle/graaljs](https://github.com/oracle/graaljs)
6161
- [https://github.com/mozilla/rhino](https://github.com/mozilla/rhino)
6262
- [https://github.com/gwtproject/gwt](https://github.com/gwtproject/gwt)
63+
- [https://github.com/CanadaHonk/porffor](https://github.com/CanadaHonk/porffor)
6364

6465

6566

0 commit comments

Comments
 (0)