Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7b32aa4

Browse files
author
bajins
committed
docs: 更新多个文档中的链接和内容
- 在 PostgreSQL 文档中添加获取上个月时间的 SQL 示例 - 从 Go 笔记中移除重复的 requests 库链接 - 在 Go 第三方库文档中新增 requests 和 Ja3 相关库链接 - 更新 IDEA 插件文档中的部分链接地址 - 在书签文档中增加儿歌网站链接 - 移除 Markdown 文档中对 MAC 桌面软件的标注 - 在专业术语文档中补充代码走查和代码审查条目 - 更新 CookieJar 条目的说明内容 - 在书籍和杂志文档中新增 seebug 论文链接 - 在人工智能力文档中新增 scribeocr 项目链接 - 在跨平台开发文档中新增 electron-async-storage 和 Knee 库链接 - 在 Android 文档中新增翻译相关项目链接 - 在 Windows 文档中大幅增加系统优化相关工具链接 - 重新组织 Windows 软件文档中的清理工具分类并更新链接 - 在 Windows 软件文档中新增硬件检测工具链接
1 parent 0b817b3 commit 7b32aa4

File tree

13 files changed

+71
-45
lines changed

13 files changed

+71
-45
lines changed

‎DBS/PostgreSQL.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ SELECT DATE_TRUNC('day', CURRENT_TIMESTAMP) + INTERVAL '1 day - 1 microsecond';
184184
SELECT DATE_TRUNC('day', CURRENT_TIMESTAMP) + INTERVAL '1 day' - INTERVAL '1 microsecond';
185185
-- 月末
186186
select date_trunc('month', now() + '1 months') + '-1 days';
187+
-- 获取上个月的开始和结束时间
188+
select date_trunc('month', current_date - interval '1 month'), date_trunc('month', current_date) - interval '1 microsecond';
187189

188190
-- 获取周数
189191
select extract(week FROM timestamp '2022年01月01日') week;

‎Go/Go笔记.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ func test() {
297297
* [multipart/form-data POST上传文件](https://my.oschina.net/bianweiall/blog/544355)
298298
* [Golang模拟客户端POST表单功能文件上传](http://hacktech.cn/2017/07/07/Golang%E6%A8%A1%E6%8B%9F%E5%AE%A2%E6%88%B7%E7%AB%AFPOST%E8%A1%A8%E5%8D%95%E5%8A%9F%E8%83%BD%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0.html)
299299
* [go语言模拟multipart/form-data提交数据](https://1024coder.com/14845548548981.html)
300-
* [https://github.com/xuanbo/requests](https://github.com/xuanbo/requests)
301300
* [从 HTTP 角度看 Go 如何实现文件上传](https://zhuanlan.zhihu.com/p/96491484)
302301
* [Golang net/http包 同时监听多个端口](https://blog.csdn.net/zkt286468541/article/details/81203046)
303302

‎Go/Go第三方库.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
* [https://github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal)
6666
* [https://github.com/samber/lo](https://github.com/samber/lo)
6767
* HTTP [https://github.com/go-resty/resty](https://github.com/go-resty/resty)
68+
* [https://github.com/wangluozhe/requests](https://github.com/wangluozhe/requests)
6869
* [https://github.com/parnurzeal/gorequest](https://github.com/parnurzeal/gorequest)
6970
* [https://github.com/levigross/grequests](https://github.com/levigross/grequests)
7071
* [https://github.com/kirinlabs/HttpRequest](https://github.com/kirinlabs/HttpRequest)
@@ -78,6 +79,8 @@
7879
* [https://github.com/h2non/gentleman](https://github.com/h2non/gentleman)
7980
* [https://github.com/gojek/heimdall](https://github.com/gojek/heimdall)
8081
* [https://github.com/ddo/rq](https://github.com/ddo/rq)
82+
* [https://github.com/Shinku-Chen/Ja3RoundTripper](https://github.com/Shinku-Chen/Ja3RoundTripper)
83+
* [https://github.com/CUCyber/ja3transport](https://github.com/CUCyber/ja3transport)
8184
* JWT [https://github.com/kataras/jwt](https://github.com/kataras/jwt)
8285
* [https://github.com/dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go)
8386
* [https://github.com/dexidp/dex](https://github.com/dexidp/dex)

‎IDE/IDEA插件.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@
3737
* [https://github.com/iot/jetbra](https://github.com/iot/jetbra)
3838
* [https://github.com/novice88](https://github.com/novice88)
3939
* [https://linux.do/u/novice.li/activity/topics](https://linux.do/u/novice.li/activity/topics)
40-
* [https://jetbra.noviceli.win](https://jetbra.noviceli.win)
4140
* [https://jetbra.novitechie.com](https://jetbra.novitechie.com)
4241
* [https://jbls.ide-soft.com](https://jbls.ide-soft.com)
4342
* [https://greasyfork.org/zh-CN/scripts/480799-jetbra](https://greasyfork.org/zh-CN/scripts/480799-jetbra)
44-
* [https://gitea.998043.xyz/novice/plugin-privacy](https://gitea.998043.xyz/novice/plugin-privacy)
43+
* [https://gitea.998043.xyz](https://gitea.998043.xyz)
4544
* [https://github.com/iofeqkurrc42/jetbra-server-go](https://github.com/iofeqkurrc42/jetbra-server-go)
4645
* [https://github.com/NotoChen/Jetbrains-Help](https://github.com/NotoChen/Jetbrains-Help)
4746
* [https://gitee.com/guoyifanA/qiu-mo-jetbrains-help](https://gitee.com/guoyifanA/qiu-mo-jetbrains-help)

‎Other/Bookmarks.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
- [https://www.ppbzy.com](https://www.ppbzy.com)
144144
- 视频编辑 [https://pikimov.com](https://pikimov.com)
145145
- 儿童睡前故事 [https://beddystories.com/zh](https://beddystories.com/zh)
146+
- 儿歌 [https://beddysongs.com/zh](https://beddysongs.com/zh)
146147
- [https://publiciptv.com](https://publiciptv.com)
147148

148149

‎Other/Markdown.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ string &operator+(const string& A,const string& B) //cpp
457457
* [https://github.com/xiaobox/mdeditor](https://github.com/xiaobox/mdeditor)
458458
* [https://github.com/geekjourneyx/md2wechat-mcp-server](https://github.com/geekjourneyx/md2wechat-mcp-server)
459459
* [https://www.md2wechat.cn](https://www.md2wechat.cn)
460-
* MAC桌面软件 [https://github.com/caol64/wenyan](https://github.com/caol64/wenyan)
460+
* [https://github.com/caol64/wenyan](https://github.com/caol64/wenyan)
461461

462462

463463
- [mp-transform-public](https://github.com/ZhuPeng/mp-transform-public)

‎Other/专业术语.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
- 安全性 (Safety)
9999
- Friendly Enough Expression Language (FEEL) 旨在以业务专业人员和开发人员都易于理解的方式编写表达式
100100
- OGSA(Open Grid Services Architecture)是开放网络服务框架,定义了网格服务(Grid Services)的概念
101+
- 代码走查(code walkthrough)
102+
- 代码审查(code inspection)
101103

102104

103105
## 英文
@@ -157,7 +159,7 @@
157159
- `sideload`
158160
- `Sideloading` 旁加载/侧加载
159161
- `chaos` 混沌测试
160-
- `CookieJar` HTTP 请求时存储和管理cookies
162+
- `CookieJar` HTTP 请求时存储和管理cookies,同CookieManager、BasicCookieStore
161163

162164

163165
**月份/星期**

‎Other/书籍和博客.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
* [https://www.panziye.com](https://www.panziye.com)
350350
* [https://baoyu.io](https://baoyu.io)
351351
* [https://buffaloboyhlh.github.io/it-handbooks](https://buffaloboyhlh.github.io/it-handbooks)
352+
* [https://paper.seebug.org](https://paper.seebug.org)
352353

353354

354355
- [国际化设计指南](https://www.tonpixel.cn/blog/%E5%9B%BD%E9%99%85%E5%8C%96%E8%AE%BE%E8%AE%A1%E6%8C%87%E5%8D%97)

‎PL/人工智能.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@
512512
conda install --yes --file requirements.txt
513513
conda deactivate # 退出当前环境
514514
```
515+
* [https://github.com/scribeocr/scribeocr](https://github.com/scribeocr/scribeocr)
515516
* [https://github.com/plantree/ocr-pwa](https://github.com/plantree/ocr-pwa)
516517
* [https://github.com/ianzhao05/textshot](https://github.com/ianzhao05/textshot)
517518
* [https://github.com/ouyanghuiyu/chineseocr_lite](https://github.com/ouyanghuiyu/chineseocr_lite)

‎PL/跨平台开发.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* [https://github.com/electron/electron](https://github.com/electron/electron)
5555
* [https://github.com/electron-userland](https://github.com/electron-userland)
5656
* [https://github.com/SimulatedGREG/electron-vue](https://github.com/SimulatedGREG/electron-vue)
57+
* [https://github.com/YougLin-dev/electron-async-storage](https://github.com/YougLin-dev/electron-async-storage)
5758
* [使用 node-ffi 构建 Electron 和 C++ Library 混合桌面应用](https://io.hancel.org/2018/05/02/building-an-electron-hybrid-application.html)
5859
* [https://github.com/topics/nwjs](https://github.com/topics/nwjs)
5960
* [https://github.com/nwjs/nw.js](https://github.com/nwjs/nw.js)
@@ -373,6 +374,7 @@
373374
- 命令行 [https://github.com/ajalt/clikt](https://github.com/ajalt/clikt)
374375
- SQL生成代码 [https://github.com/sqldelight/sqldelight](https://github.com/sqldelight/sqldelight)
375376
- 波浪下划线 [https://github.com/saket/extended-spans](https://github.com/saket/extended-spans)
377+
- JNI [https://github.com/deepmedia/Knee](https://github.com/deepmedia/Knee)
376378

377379

378380
* [了解Kotlin协程实现原理这篇就够了](https://ethanhua.github.io/2018/12/24/kotlin_coroutines)

0 commit comments

Comments
(0)

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