From ccc07e603861ea262071bf66d73235412ae60bf2 Mon Sep 17 00:00:00 2001 From: bajins Date: 2025年10月27日 15:21:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E8=B5=84=E6=BA=90=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Go 第三方库文档中添加 orderedmap 库链接 - 在 IDE/Chromium.md 中新增 helium 浏览器项目链接 - 在 IDE/README.md 中添加 XCodeReviewer 代码审查工具 - 在 Java 第三方库文档中重新整理字符编码检测相关库 - 在 Python 第三方库文档中优化字符编码检测描述 - 在多个文档中补充和完善各类开发工具及框架链接 - 在 Windows 软件文档中增加新的系统工具和游戏项目 - 在 Web 文档中添加 HTML 到 PDF 相关库链接 - 补充字符集编码相关的说明和参考资料 - 更新文本编辑器和系统工具相关资源链接 --- ...254344円270円211円346円226円271円345円272円223円.md" | 5 +++++ IDE/Chromium.md | 1 + IDE/README.md | 1 + IDE/TextEditor.md | 1 + ...254344円270円211円346円226円271円345円272円223円.md" | 18 ++++++++++++------ Java/ORM.md | 2 ++ ...223344円270円232円346円234円257円350円257円255円.md" | 3 +++ ...207346円241円243円345円244円204円347円220円206円.md" | 9 ++++----- ...226347円250円213円350円247円204円350円214円203円.md" | 5 ++--- ...217345円222円214円347円274円226円347円240円201円.md" | 9 +++++++++ ...263345円217円260円345円274円200円345円217円221円.md" | 2 ++ ...254344円270円211円346円226円271円345円272円223円.md" | 2 +- Shell/README.md | 1 + System/README.md | 3 +++ System/Windows.md | 2 ++ "System/Windows350円275円257円344円273円266円.md" | 2 ++ "Web/JavaScript346円241円206円346円236円266円.md" | 1 + 17 files changed, 52 insertions(+), 15 deletions(-) diff --git "a/Go/Go347円254円254円344円270円211円346円226円271円345円272円223円.md" "b/Go/Go347円254円254円344円270円211円346円226円271円345円272円223円.md" index 21b8a554..0a51871b 100644 --- "a/Go/Go347円254円254円344円270円211円346円226円271円345円272円223円.md" +++ "b/Go/Go347円254円254円344円270円211円346円226円271円345円272円223円.md" @@ -59,6 +59,8 @@ * [https://github.com/xdg-go](https://github.com/xdg-go) * [https://github.com/xxjwxc/public](https://github.com/xxjwxc/public) * [https://github.com/shenghui0779/yiigo](https://github.com/shenghui0779/yiigo) +* [https://github.com/elliotchance/orderedmap](https://github.com/elliotchance/orderedmap) +* [https://github.com/iancoleman/orderedmap](https://github.com/iancoleman/orderedmap) * 进程和系统实用程序 [https://github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) * [https://github.com/liyue201/gostl](https://github.com/liyue201/gostl) * [https://github.com/target](https://github.com/target) @@ -158,6 +160,9 @@ * 模板引擎 [https://github.com/valyala/quicktemplate](https://github.com/valyala/quicktemplate) * 编解码器 [https://github.com/ugorji/go](https://github.com/ugorji/go) * 编码 [https://github.com/axgle/mahonia](https://github.com/axgle/mahonia) +* 字符编码检测 [https://github.com/wlynxg/chardet](https://github.com/wlynxg/chardet) +* [https://github.com/richardlehane/characterize](https://github.com/richardlehane/characterize) +* [https://github.com/saintfish/chardet](https://github.com/saintfish/chardet) * 加密 [https://github.com/FiloSottile/age](https://github.com/FiloSottile/age) * AES256 GCM [https://github.com/sumup-oss/vaulted](https://github.com/sumup-oss/vaulted) * 密码验证 [https://github.com/wagslane/go-password-validator](https://github.com/wagslane/go-password-validator) diff --git a/IDE/Chromium.md b/IDE/Chromium.md index 24e6400a..4b19c156 100644 --- a/IDE/Chromium.md +++ b/IDE/Chromium.md @@ -111,6 +111,7 @@ * [https://github.com/LadybirdBrowser/ladybird](https://github.com/LadybirdBrowser/ladybird) * [https://github.com/versotile-org/verso](https://github.com/versotile-org/verso) * [https://github.com/zen-browser](https://github.com/zen-browser) +* [https://github.com/imputnet/helium](https://github.com/imputnet/helium) diff --git a/IDE/README.md b/IDE/README.md index 02437504..07db3b1b 100644 --- a/IDE/README.md +++ b/IDE/README.md @@ -112,6 +112,7 @@ - 代码审查 [https://github.com/mimo-x/Code-Review-GPT-Gitlab](https://github.com/mimo-x/Code-Review-GPT-Gitlab) - [https://github.com/apps/gemini-code-assist](https://github.com/apps/gemini-code-assist) - [https://codeassist.google](https://codeassist.google) +- [https://github.com/lintsinghua/XCodeReviewer](https://github.com/lintsinghua/XCodeReviewer) diff --git a/IDE/TextEditor.md b/IDE/TextEditor.md index b6a3b6fb..85728aac 100644 --- a/IDE/TextEditor.md +++ b/IDE/TextEditor.md @@ -134,6 +134,7 @@ REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Executi - [https://github.com/SublimeText](https://github.com/SublimeTexts) - [https://www.sublimetext.com](https://www.sublimetext.com) - [http://www.sublimetext.cn](http://www.sublimetext.cn) +- [https://github.com/tonsky/sublime-scheme-alabaster](https://github.com/tonsky/sublime-scheme-alabaster) - [sublimetext破解](https://www.abbeyok.com/archives/337) - [sublime-text-3-license-key](http://blog.jdk5.com/zh/sublime-text-3-license-key) - [Sublime Text3 注册码激活码](https://blog.csdn.net/qq_29819449/article/details/80130327) diff --git "a/Java/Java347円254円254円344円270円211円346円226円271円345円272円223円.md" "b/Java/Java347円254円254円344円270円211円346円226円271円345円272円223円.md" index 8e3a4dbd..22ef7af2 100644 --- "a/Java/Java347円254円254円344円270円211円346円226円271円345円272円223円.md" +++ "b/Java/Java347円254円254円344円270円211円346円226円271円345円272円223円.md" @@ -206,11 +206,6 @@ + [https://github.com/real-logic/agrona](https://github.com/real-logic/agrona) + 通道(Channels) [https://github.com/softwaremill/jox](https://github.com/softwaremill/jox) + 地理哈希 [https://github.com/kungfoo/geohash-java](https://github.com/kungfoo/geohash-java) -+ 编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet) -+ [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet) -+ [https://github.com/thkoch2001/juniversalchardet](https://github.com/thkoch2001/juniversalchardet) -+ [https://sourceforge.net/projects/cpdetector](https://sourceforge.net/projects/cpdetector) -+ [https://github.com/apache/Tika](https://github.com/apache/Tika) + URL解析 [https://github.com/smola/galimatias](https://github.com/smola/galimatias) + 解析Java源文件 [https://github.com/forge/roaster](https://github.com/forge/roaster) + INI配置 [https://github.com/sshtools/jini](https://github.com/sshtools/jini) @@ -243,6 +238,16 @@ * 中文繁简体转换 [https://github.com/houbb/opencc4j](https://github.com/houbb/opencc4j) * [https://github.com/xiaodaojava/sunshine](https://github.com/xiaodaojava/sunshine) * 字符串编码解码 [https://github.com/shekhargulati/strman-java](https://github.com/shekhargulati/strman-java) +* 字符编码检测 [https://sourceforge.net/projects/jchardet](https://sourceforge.net/projects/jchardet) +* [https://github.com/albfernandez/juniversalchardet](https://github.com/albfernandez/juniversalchardet) +* [https://github.com/thkoch2001/juniversalchardet](https://github.com/thkoch2001/juniversalchardet) +* [https://github.com/sigpwned/chardet4j](https://github.com/sigpwned/chardet4j) +* [https://sourceforge.net/projects/cpdetector](https://sourceforge.net/projects/cpdetector) +* [https://github.com/apache/Tika](https://github.com/apache/Tika) +* [https://github.com/unicode-org/icu](https://github.com/unicode-org/icu) + * [https://unicode-org.github.io/icu/userguide/icu4j](https://unicode-org.github.io/icu/userguide/icu4j) +* [https://github.com/codehaus/guessencoding](https://github.com/codehaus/guessencoding) +* [https://github.com/shabanali-faghani/IUST-HTMLCharDet](https://github.com/shabanali-faghani/IUST-HTMLCharDet) * 元组 [https://github.com/javatuples](https://github.com/javatuples) * [在Java中使用元组类型的利器javatuples](https://blog.csdn.net/lijingjingchn/article/details/87279294) * [https://github.com/eclipse/eclipse-collections](https://github.com/eclipse/eclipse-collections) @@ -771,7 +776,6 @@ + [https://github.com/tywo45/t-io](https://github.com/tywo45/t-io) + [https://github.com/smallrye](https://github.com/smallrye) + 微服务 [https://github.com/helidon-io](https://github.com/helidon-io) -+ [https://github.com/jhipster/generator-jhipster](https://github.com/jhipster/generator-jhipster) + [https://github.com/eventuate-tram](https://github.com/eventuate-tram) + [https://github.com/eventuate-foundation](https://github.com/eventuate-foundation) + [https://github.com/eventuate-local](https://github.com/eventuate-local) @@ -780,6 +784,8 @@ + [https://github.com/eventuate-examples](https://github.com/eventuate-examples) + [https://eventuate.io](https://eventuate.io) + [https://microservices.io](https://microservices.io) ++ 模块化代码生成器 [https://github.com/jhipster/generator-jhipster](https://github.com/jhipster/generator-jhipster) ++ [https://github.com/seed4j/seed4j](https://github.com/seed4j/seed4j) + 编排引擎 [https://github.com/conductor-oss/conductor](https://github.com/conductor-oss/conductor) diff --git a/Java/ORM.md b/Java/ORM.md index cff7bc1a..5bbdbf6a 100644 --- a/Java/ORM.md +++ b/Java/ORM.md @@ -182,6 +182,8 @@ * [https://github.com/baomidou/awesome-mybatis-plus](https://github.com/baomidou/awesome-mybatis-plus) * [https://github.com/mybatis-mapper](https://github.com/mybatis-mapper) * [https://github.com/abel533/Mapper](https://github.com/abel533/Mapper) +* [https://github.com/ck-open/jumper](https://github.com/ck-open/jumper) + * [https://gitlab.com/ck-open/jumper](https://gitlab.com/ck-open/jumper) - [https://github.com/alexdyysp/MybatisHandBook](https://github.com/alexdyysp/MybatisHandBook) diff --git "a/Other/344円270円223円344円270円232円346円234円257円350円257円255円.md" "b/Other/344円270円223円344円270円232円346円234円257円350円257円255円.md" index e0245316..14370b86 100644 --- "a/Other/344円270円223円344円270円232円346円234円257円350円257円255円.md" +++ "b/Other/344円270円223円344円270円232円346円234円257円350円257円255円.md" @@ -104,6 +104,9 @@ ## 英文 +* [程序员工作中常见的英语词汇](https://github.com/Wei-Xia/most-frequent-technology-english-words) + + - `CURD` - `CRUD` diff --git "a/PL/346円226円207円346円241円243円345円244円204円347円220円206円.md" "b/PL/346円226円207円346円241円243円345円244円204円347円220円206円.md" index 610345b7..74dd78a9 100644 --- "a/PL/346円226円207円346円241円243円345円244円204円347円220円206円.md" +++ "b/PL/346円226円207円346円241円243円345円244円204円347円220円206円.md" @@ -235,6 +235,9 @@ **Java** +* [https://github.com/plutext/docx4j](https://github.com/plutext/docx4j) +* [https://github.com/jeecgboot/autopoi](https://github.com/jeecgboot/autopoi) +* [https://github.com/aspose](https://github.com/aspose) * Excel [https://github.com/apache/poi](https://github.com/apache/poi) * [http://poi.apache.org/components/spreadsheet](http://poi.apache.org/components/spreadsheet) * [导出百万级数据到Excel 文件](https://blog.csdn.net/gd6321374/article/details/90417202) @@ -243,17 +246,13 @@ * [https://sourceforge.net/projects/jxls](https://sourceforge.net/projects/jxls) * [https://github.com/alibaba/easyexcel](https://github.com/alibaba/easyexcel) * [https://github.com/CodePhiliaX/fastexcel](https://github.com/CodePhiliaX/fastexcel) -* [https://github.com/plutext/docx4j](https://github.com/plutext/docx4j) -* [https://gitee.com/lemur/easypoi](https://gitee.com/lemur/easypoi) +* [https://gitee.com/wupaas/easypoi](https://gitee.com/wupaas/easypoi) * [https://github.com/dhatim/fastexcel](https://github.com/dhatim/fastexcel) * [https://sourceforge.net/projects/jexcelapi](https://sourceforge.net/projects/jexcelapi) -* [https://github.com/aspose](https://github.com/aspose) * [https://github.com/liaochong/myexcel](https://github.com/liaochong/myexcel) * [https://github.com/monitorjbl/excel-streaming-reader](https://github.com/monitorjbl/excel-streaming-reader) -* [https://github.com/jeecgboot/autopoi](https://github.com/jeecgboot/autopoi) * [https://github.com/subtlelib/poi](https://github.com/subtlelib/poi) * [https://github.com/Thomaswoood/simple-excel](https://github.com/Thomaswoood/simple-excel) -* [https://github.com/ck-open/jumper](https://github.com/ck-open/jumper) * [https://github.com/crealytics/spark-excel](https://github.com/crealytics/spark-excel) * [https://github.com/pig-mesh/excel-spring-boot-starter](https://github.com/pig-mesh/excel-spring-boot-starter) * 输出word [https://github.com/Sayi/poi-tl](https://github.com/Sayi/poi-tl) diff --git "a/PL/347円274円226円347円250円213円350円247円204円350円214円203円.md" "b/PL/347円274円226円347円250円213円350円247円204円350円214円203円.md" index 2d440e2e..d795601d 100644 --- "a/PL/347円274円226円347円250円213円350円247円204円350円214円203円.md" +++ "b/PL/347円274円226円347円250円213円350円247円204円350円214円203円.md" @@ -28,12 +28,11 @@ + [https://opencontent.org/openpub](https://opencontent.org/openpub) + 开源指南 [https://github.com/github/opensource.guide](https://github.com/github/opensource.guide) + [https://creativecommons.org](https://creativecommons.org) ++ 提问的智慧 [https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way) ++ 如何有效地报告提Bug [https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html](https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html) -- [程序员工作中常见的英语词汇](https://github.com/Wei-Xia/most-frequent-technology-english-words) - -* [如何有效地报告 Bug](https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html) * [https://www.apiref.com](https://www.apiref.com) * [HTTP 的业务错误码](https://www.5axxw.com/wiki/content/l0zgs0) * [https://open.weibo.com/wiki/Error_code](https://open.weibo.com/wiki/Error_code) diff --git "a/PL/350円241円250円350円276円276円345円274円217円345円222円214円347円274円226円347円240円201円.md" "b/PL/350円241円250円350円276円276円345円274円217円345円222円214円347円274円226円347円240円201円.md" index cb26b479..e5fe3fc2 100644 --- "a/PL/350円241円250円350円276円276円345円274円217円345円222円214円347円274円226円347円240円201円.md" +++ "b/PL/350円241円250円350円276円276円345円274円217円345円222円214円347円274円226円347円240円201円.md" @@ -43,8 +43,17 @@ ## 字符集编码 +> 字符集(Character Set)定义"有哪些字符",是一个抽象的字符集合,为每个字符分配一个唯一的编号(称为 码点,Code Point)。 + +> 字符编码(Character Encoding)定义"这些字符怎么存成字节",是将字符集中的码点(数字)转换为计算机可存储/传输的字节序列的规则。 + +> 在 Windows 系统中,"ANSI 编码" 实际上是 对当前系统"默认本地代码页(Default Code Page)"的误称。指当前系统的默认单字节或多字节本地编码(如中文系统就是 GBK)。 + + ### Unicode +> Unicode是国际标准(字符集),用于表示文字。Unicode使用UTF-8编码,UTF-8编码是可变长度的编码方式。 + + [https://github.com/unicode-org](https://github.com/unicode-org) + [https://unicode.org/reports/tr44/#GC_Values_Table](http://unicode.org/reports/tr44/#GC_Values_Table) + [unicode-categories](https://github.com/slevithan/xregexp/blob/2b652889fc14524d20f85604f291f725347f8033/src/addons/unicode-categories.js#L30) diff --git "a/PL/350円267円250円345円271円263円345円217円260円345円274円200円345円217円221円.md" "b/PL/350円267円250円345円271円263円345円217円260円345円274円200円345円217円221円.md" index c181bfe3..f11c6761 100644 --- "a/PL/350円267円250円345円271円263円345円217円260円345円274円200円345円217円221円.md" +++ "b/PL/350円267円250円345円271円263円345円217円260円345円274円200円345円217円221円.md" @@ -316,6 +316,8 @@ * [https://github.com/tryphotino](https://github.com/tryphotino) * [https://github.com/SteveSandersonMS/WebWindow](https://github.com/SteveSandersonMS/WebWindow) * [https://github.com/Noesis](https://github.com/Noesis) +* [https://github.com/syncfusion](https://github.com/syncfusion) + * [https://github.com/syncfusion-content](https://github.com/syncfusion-content) diff --git "a/Python/Python347円254円254円344円270円211円346円226円271円345円272円223円.md" "b/Python/Python347円254円254円344円270円211円346円226円271円345円272円223円.md" index ea43b290..40160725 100644 --- "a/Python/Python347円254円254円344円270円211円346円226円271円345円272円223円.md" +++ "b/Python/Python347円254円254円344円270円211円346円226円271円345円272円223円.md" @@ -38,7 +38,7 @@ * 简繁转换 [https://github.com/gumblex/zhconv](https://github.com/gumblex/zhconv) * 開放中文轉換 [https://github.com/BYVoid/OpenCC](https://github.com/BYVoid/OpenCC) * [https://github.com/pyecharts/pyecharts](https://github.com/pyecharts/pyecharts) -* 获取字符编码 [https://github.com/chardet/chardet](https://github.com/chardet/chardet) +* 字符编码检测 [https://github.com/chardet/chardet](https://github.com/chardet/chardet) * [https://github.com/PyYoshi/cChardet](https://github.com/PyYoshi/cChardet) * 分布式任务 [https://github.com/celery/celery](https://github.com/celery/celery) * [https://github.com/open-source-translation/celery-cn](https://github.com/open-source-translation/celery-cn) diff --git a/Shell/README.md b/Shell/README.md index d0d663e1..ded82a09 100644 --- a/Shell/README.md +++ b/Shell/README.md @@ -314,6 +314,7 @@ * [https://github.com/termux](https://github.com/termux) * [https://github.com/hanxinhao000/ZeroTermux](https://github.com/hanxinhao000/ZeroTermux) * [https://github.com/connectbot/connectbot](https://github.com/connectbot/connectbot) +* [https://github.com/nashaofu/shell360](https://github.com/nashaofu/shell360) * [https://www.juicessh.com](https://www.juicessh.com) * [https://github.com/niklas-8/RemoteFiles](https://github.com/niklas-8/RemoteFiles) diff --git a/System/README.md b/System/README.md index c3d4b7ad..50349392 100644 --- a/System/README.md +++ b/System/README.md @@ -630,6 +630,8 @@ * [https://github.com/photoview/photoview](https://github.com/photoview/photoview) * [https://github.com/songquanpeng/go-file](https://github.com/songquanpeng/go-file) * [https://github.com/miroslavpejic85/mirotalksfu](https://github.com/miroslavpejic85/mirotalksfu) +* [https://github.com/Stremio/stremio-web](https://github.com/Stremio/stremio-web) +* [https://github.com/timelinize/timelinize](https://github.com/timelinize/timelinize) * 音频编辑 [https://github.com/RylanBot/melody-workshop](https://github.com/RylanBot/melody-workshop) * 视频编辑 [https://github.com/OpenCut-app/OpenCut](https://github.com/OpenCut-app/OpenCut) * [https://github.com/robinroy03/videoeditor](https://github.com/robinroy03/videoeditor) @@ -716,6 +718,7 @@ * [https://github.com/fastn-stack/kulfi](https://github.com/fastn-stack/kulfi) * [https://malai.sh/hello-tcp](https://malai.sh/hello-tcp) * [https://github.com/Forceu/Gokapi](https://github.com/Forceu/Gokapi) +* [https://github.com/keven1024/015](https://github.com/keven1024/015) * 二维码分享文件 [https://github.com/sz3/libcimbar](https://github.com/sz3/libcimbar) * 主页仪表板 [https://github.com/glanceapp/glance](https://github.com/glanceapp/glance) * 在线知识库 [https://github.com/outline/outline](https://github.com/outline/outline) diff --git a/System/Windows.md b/System/Windows.md index 9e9082a8..b4ff5729 100644 --- a/System/Windows.md +++ b/System/Windows.md @@ -340,6 +340,7 @@ REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\N + [https://github.com/dadorner-msft/activationws](https://github.com/dadorner-msft/activationws) + [https://archive.org/details/xp_activate32_202305](https://archive.org/details/xp_activate32_202305) + [https://github.com/abbodi1406/WHD](https://github.com/abbodi1406/WHD) ++ [https://github.com/abdullah-erturk/pmas](https://github.com/abdullah-erturk/pmas) @@ -388,6 +389,7 @@ REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\N * [https://pkeytool.com/ShareKeys](https://pkeytool.com/ShareKeys) * [https://jike.info/category/16/账号密钥](https://jike.info/category/16/%E8%B4%A6%E5%8F%B7%E5%AF%86%E9%92%A5) * 密钥检测的小工具 [https://github.com/FHWWC/KeyCheck](https://github.com/FHWWC/KeyCheck) +* PIDKey Lite [https://msfree.su](https://msfree.su) * [https://webact.sjjzm.com](https://webact.sjjzm.com) * [SimplePidX](https://forums.mydigitallife.net/threads/multi-oem-retail-project-mrp-mk3.71555) * [https://github.com/Superfly-Inc/ShowKeyPlus](https://github.com/Superfly-Inc/ShowKeyPlus) diff --git "a/System/Windows350円275円257円344円273円266円.md" "b/System/Windows350円275円257円344円273円266円.md" index ec67936a..223d35c9 100644 --- "a/System/Windows350円275円257円344円273円266円.md" +++ "b/System/Windows350円275円257円344円273円266円.md" @@ -1172,6 +1172,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * MSI Afterbuner [https://www.msi.com/Landing/afterburner/graphics-cards](https://www.msi.com/Landing/afterburner/graphics-cards) * RTSS [https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html) * 热键占用 [https://github.com/BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk) +* 全局快捷键 [https://github.com/C5H12O5/TextGO](https://github.com/C5H12O5/TextGO) * PCHunter [http://www.xuetr.com](http://www.xuetr.com) * [FindGlobalHotkey](https://www.zhihu.com/question/21020398/answer/989951735) * [https://sourceforge.net/projects/powertool](https://sourceforge.net/projects/powertool) @@ -1269,6 +1270,7 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) * [https://github.com/StrongPC123/Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full) * [https://github.com/jamespetts/simutrans-extended](https://github.com/jamespetts/simutrans-extended) * [https://github.com/halpz/re3](https://github.com/halpz/re3) +* [https://github.com/PixelGuys/Cubyz](https://github.com/PixelGuys/Cubyz) * 电子书阅读器 [https://github.com/btpf/Alexandria](https://github.com/btpf/Alexandria) * 翻译 [https://github.com/pot-app/pot-desktop](https://github.com/pot-app/pot-desktop) * [https://github.com/xxnuo/MTranServer](https://github.com/xxnuo/MTranServer) diff --git "a/Web/JavaScript346円241円206円346円236円266円.md" "b/Web/JavaScript346円241円206円346円236円266円.md" index c1b34e7e..57292fe1 100644 --- "a/Web/JavaScript346円241円206円346円236円266円.md" +++ "b/Web/JavaScript346円241円206円346円236円266円.md" @@ -126,6 +126,7 @@ * SSR(服务端渲染)框架 [https://github.com/childrentime/pareto](https://github.com/childrentime/pareto) * 视频编辑 [https://github.com/redotvideo/revideo](https://github.com/redotvideo/revideo) * CI [https://github.com/vadimdemedes/ink](https://github.com/vadimdemedes/ink) +* PDF [https://github.com/htmldocs-js/htmldocs](https://github.com/htmldocs-js/htmldocs) - [https://github.com/Asabeneh/30-Days-Of-React](https://github.com/Asabeneh/30-Days-Of-React)

AltStyle によって変換されたページ (->オリジナル) /