From a46e2c2c77641334ac3d861f41b13db177c72f2a Mon Sep 17 00:00:00 2001 From: woytu <394585829@qq.com> Date: Thu, 12 Oct 2023 17:19:00 +0800 Subject: [PATCH] add --- DBS/README.md | 5 +++++ .../Java\347\254\254\344\270\211\346\226\271\345\272\223.md" | 1 + ...1\246\347\261\215\345\222\214\345\215\232\345\256\242.md" | 1 + PL/CPlusPlus.md | 1 + PL/Rust.md | 1 + "Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" | 1 + System/IOS.md | 1 + System/README.md | 2 +- "System/Windows\350\275\257\344\273\266.md" | 2 ++ "Web/JavaScript\346\241\206\346\236\266.md" | 2 +- 10 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DBS/README.md b/DBS/README.md index 2daaf4980..b578f65a2 100644 --- a/DBS/README.md +++ b/DBS/README.md @@ -57,6 +57,11 @@ - [https://github.com/wgzhao/Addax](https://github.com/wgzhao/Addax) - [https://github.com/tapdata/tapdata](https://github.com/tapdata/tapdata) - [https://github.com/flyway/flyway](https://github.com/flyway/flyway) + - [Migrations](https://documentation.red-gate.com/fd/migrations-184127470.html) + - [ErrorOverrides](https://documentation.red-gate.com/fd/erroroverrides-184127502.html) + - [Flyway 入门教程](https://blog.csdn.net/weixin_36723038/article/details/127117761) + - [Flyway 数据库脚本版本控制工具](https://blog.csdn.net/yanxilou/article/details/86592882) + - [用flyway对数据库管理和迁移](https://pdai.tech/md/spring/springboot/springboot-x-mysql-flyway.html) - [https://github.com/liquibase](https://github.com/liquibase) - [https://github.com/sqitchers/sqitch](https://github.com/sqitchers/sqitch) - [https://github.com/JumpMind/symmetric-ds](https://github.com/JumpMind/symmetric-ds) diff --git "a/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" "b/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" index 09a562b99..85edc055c 100644 --- "a/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" +++ "b/Java/Java\347\254\254\344\270\211\346\226\271\345\272\223.md" @@ -343,6 +343,7 @@ * [https://github.com/dom4j/dom4j](https://github.com/dom4j/dom4j) * [https://github.com/jhy/jsoup](https://github.com/jhy/jsoup) * [https://github.com/openjax](https://github.com/openjax) +* [https://github.com/FasterXML/woodstox](https://github.com/FasterXML/woodstox) * [https://github.com/hunterhacker/jdom](https://github.com/hunterhacker/jdom) * [https://github.com/x-stream/xstream](https://github.com/x-stream/xstream) * 爬虫 [https://github.com/bonigarcia/webdrivermanager](https://github.com/bonigarcia/webdrivermanager) diff --git "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" index cf8249524..5c8502858 100644 --- "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" +++ "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" @@ -70,6 +70,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://redesigningdesign.systems](https://redesigningdesign.systems) + 设计数据密集型应用 [https://github.com/Vonng/ddia](https://github.com/Vonng/ddia) + [云计算技术与应用学习教程](http://c.biancheng.net/cloud_computing) + [https://github.com/0voice/audio_video_streaming](https://github.com/0voice/audio_video_streaming) diff --git a/PL/CPlusPlus.md b/PL/CPlusPlus.md index 286723e50..4641013f7 100644 --- a/PL/CPlusPlus.md +++ b/PL/CPlusPlus.md @@ -124,6 +124,7 @@ * 流媒体 [https://github.com/rgaufman/live555](https://github.com/rgaufman/live555) * [https://github.com/Kurento/kurento-media-server](https://github.com/Kurento/kurento-media-server) * 音频识别 [https://github.com/acoustid](https://github.com/acoustid) +* 音频编辑 [https://github.com/Ardour/ardour](https://github.com/Ardour/ardour) * 单元测试 [https://github.com/catchorg/Catch2](https://github.com/catchorg/Catch2) * [https://github.com/google/googletest](https://github.com/google/googletest) * [https://github.com/kinow/gtest-tap-listener](https://github.com/kinow/gtest-tap-listener) diff --git a/PL/Rust.md b/PL/Rust.md index f573afdf1..9020d7a66 100644 --- a/PL/Rust.md +++ b/PL/Rust.md @@ -39,6 +39,7 @@ * [https://github.com/ZhangHanDong/tao-of-rust-codes](https://github.com/ZhangHanDong/tao-of-rust-codes) * [https://github.com/tomassedovic/roguelike-tutorial](https://github.com/tomassedovic/roguelike-tutorial) * Rust语言圣经 [https://github.com/sunface/rust-course](https://github.com/sunface/rust-course) +* [https://github.com/google/comprehensive-rust](https://github.com/google/comprehensive-rust) * [https://github.com/LukeMathWalker/zero-to-production](https://github.com/LukeMathWalker/zero-to-production) * [https://github.com/phil-opp/blog_os](https://github.com/phil-opp/blog_os) * [https://learnku.com/rust/docs](https://learnku.com/rust/docs) diff --git "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" index b96418caa..aa292049e 100644 --- "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" +++ "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" @@ -287,6 +287,7 @@ * [https://github.com/modelscope/facechain](https://github.com/modelscope/facechain) * 漫画人脸检测 [https://github.com/nagadomi/lbpcascade_animeface](https://github.com/nagadomi/lbpcascade_animeface) * 卡通化 [https://github.com/SystemErrorWang/White-box-Cartoonization](https://github.com/SystemErrorWang/White-box-Cartoonization) +* 生成头像 [https://github.com/leap-ai/headshots-starter](https://github.com/leap-ai/headshots-starter) * 图片人物说话 [https://github.com/Winfredy/SadTalker](https://github.com/Winfredy/SadTalker) * [https://github.com/XingangPan/DragGAN](https://github.com/XingangPan/DragGAN) * 新闻网页正文通用抽取器 [https://github.com/GeneralNewsExtractor](https://github.com/GeneralNewsExtractor) diff --git a/System/IOS.md b/System/IOS.md index 3ebb8514c..dd0380d72 100644 --- a/System/IOS.md +++ b/System/IOS.md @@ -52,6 +52,7 @@ - 模拟定位 [https://github.com/Schlaubischlump/LocationSimulator](https://github.com/Schlaubischlump/LocationSimulator) - 隐藏菜单栏 [https://github.com/Mortennn/Dozer](https://github.com/Mortennn/Dozer) - [https://github.com/acidanthera](https://github.com/acidanthera) +- [https://github.com/ivoronin/TomatoBar](https://github.com/ivoronin/TomatoBar) ## IOS框架 diff --git a/System/README.md b/System/README.md index c60454f92..0b7069182 100644 --- a/System/README.md +++ b/System/README.md @@ -99,7 +99,7 @@ - [https://fuchsia.fsf.org.cn](https://fuchsia.fsf.org.cn) - [https://github.com/hardenedlinux](https://github.com/hardenedlinux) - [https://gitlab.com/hardenedlinux](https://gitlab.com/hardenedlinux) -- 云计算 [https://github.com/IceWhaleTech/CasaOS](https://github.com/IceWhaleTech/CasaOS) +- 个人云系统 [https://github.com/IceWhaleTech/CasaOS](https://github.com/IceWhaleTech/CasaOS) * [https://github.com/topics/openwrt](https://github.com/topics/openwrt) diff --git "a/System/Windows\350\275\257\344\273\266.md" "b/System/Windows\350\275\257\344\273\266.md" index 030bb4fc1..308e06eaf 100644 --- "a/System/Windows\350\275\257\344\273\266.md" +++ "b/System/Windows\350\275\257\344\273\266.md" @@ -359,6 +359,7 @@ + [https://github.com/iptv-org](https://github.com/iptv-org) + [https://github.com/fanmingming/live](https://github.com/fanmingming/live) + [https://github.com/Free-TV](https://github.com/Free-TV) ++ [https://github.com/fanmingming/live](https://github.com/fanmingming/live) - [https://cue-splitter.medieval.it](https://cue-splitter.medieval.it) @@ -991,6 +992,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * [https://www.sordum.org](https://www.sordum.org) * [https://u.tools](https://u.tools) * [https://github.com/he55/DreamScene2](https://github.com/he55/DreamScene2) +* 活动跟踪 [https://github.com/ActivityWatch/activitywatch](https://github.com/ActivityWatch/activitywatch) * 便签 [https://github.com/Blakeinstein/Bloop](https://github.com/Blakeinstein/Bloop) * 加强Capslock键 [https://github.com/wo52616111/capslock-plus](https://github.com/wo52616111/capslock-plus) * 快速查看 [https://github.com/QL-Win/QuickLook](https://github.com/QL-Win/QuickLook) diff --git "a/Web/JavaScript\346\241\206\346\236\266.md" "b/Web/JavaScript\346\241\206\346\236\266.md" index ab28104fc..8eda05890 100644 --- "a/Web/JavaScript\346\241\206\346\236\266.md" +++ "b/Web/JavaScript\346\241\206\346\236\266.md" @@ -341,7 +341,7 @@ $('div:contains("test"):not(:has(*)):last').css('background-color', 'red'); * [https://github.com/jquery-validation](https://github.com/jquery-validation) * [https://www.runoob.com/jquery/jquery-plugin-validate.html](https://www.runoob.com/jquery/jquery-plugin-validate.html) * [https://github.com/DiegoLopesLima/Validate](https://github.com/DiegoLopesLima/Validate) -* [https://github.com/tonytomov/jqGrid](https://github.com/tonytomov/jqGrid) +* 表格 [https://github.com/tonytomov/jqGrid](https://github.com/tonytomov/jqGrid) * [https://github.com/DataTables/DataTables](https://github.com/DataTables/DataTables) * [https://github.com/malihu/malihu-custom-scrollbar-plugin](https://github.com/malihu/malihu-custom-scrollbar-plugin) * [https://github.com/rochal/jQuery-slimScroll](https://github.com/rochal/jQuery-slimScroll)