From 5d081536d8dd013fed7a932c0aff36e4fb8ccf42 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 20 Nov 2023 16:54:40 +0800 Subject: [PATCH 1/4] update: about page --- content/page/about.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/page/about.md b/content/page/about.md index 355fa0c..5017af7 100644 --- a/content/page/about.md +++ b/content/page/about.md @@ -16,12 +16,12 @@ menu: ## 关于我 -我是 TaurusXin,来自杭州,研究生在读。咖啡、旅行、摄影爱好者。宽带症候群(对于网络要求极高的人群),Apple 全家桶用户。 +我是 TaurusXin,来自杭州,计算机/通信工程硕士。咖啡、旅行、摄影爱好者。宽带症候群(对于网络要求极高的人群),Apple 全家桶用户。 ## 职业 -- 英国考文垂大学 (Coventry University) Computer Science 学士(一等学位) -- 英国谢菲尔德大学 (The University Of Sheffield) Engineering Data Communication 在读硕士 +- 英国考文垂大学 (Coventry University) Computer Science 学士(First Class) +- 英国谢菲尔德大学 (The University Of Sheffield) Engineering Data Communication 理学硕士(Merit) - 技术方向 - Web 全栈开发 - 移动应用开发 @@ -56,7 +56,6 @@ menu: ### 社交网络 - [Instagram](https://www.instagram.com/taurus_yx/) -- [微博](https://weibo.cn/2201650115/profile) - ~~Clubhouse - @taurusxin~~ (因手机号原因已废弃) - Clubhouse - @taurusyx (新) @@ -67,6 +66,8 @@ menu: ### 代码托管 - [Github](https://github.com/taurusxin) +- [GitLab](https://gitlab.com/taurusxin) +- [Gitea](https://git.taurusxin.com) ### 游戏 From 956076001331d08e7058e6b99edf832b7ce29e61 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Wed, 22 Nov 2023 12:36:31 +0800 Subject: [PATCH 2/4] update: title for 070 --- content/post/070.linux-ops-1-nginx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/070.linux-ops-1-nginx/index.md b/content/post/070.linux-ops-1-nginx/index.md index b562162..4eed20f 100644 --- a/content/post/070.linux-ops-1-nginx/index.md +++ b/content/post/070.linux-ops-1-nginx/index.md @@ -1,5 +1,5 @@ --- -title: "Linux 自我运维(一) - Nginx 1.25.2 源码编译" +title: "Linux 自我运维(一) - Nginx 1.25.2 源码编译并启用 HTTP3" categories: [ "程序人生", "Linux" ] tags: [ "nginx", "linux", "运维" ] draft: false From aaef5c2c008aa9adb4ef985c6792b4464f1d480e Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Fri, 8 Dec 2023 10:12:05 +0800 Subject: [PATCH 3/4] feat: 072 --- content/post/072.screen-shot-pixpin/index.md | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 content/post/072.screen-shot-pixpin/index.md diff --git a/content/post/072.screen-shot-pixpin/index.md b/content/post/072.screen-shot-pixpin/index.md new file mode 100644 index 0000000..4b738e0 --- /dev/null +++ b/content/post/072.screen-shot-pixpin/index.md @@ -0,0 +1,36 @@ +--- +title: "「软件推荐」 强大的新晋截图工具 —— PixPin" +categories: [ "杂七杂八" ] +tags: [ "截图", "Windows", "macOS" ] +draft: false +slug: "screen-shot-pixpin" +date: "2023-12-08T09:19:00+0800" +--- + +## PixPin + +![PixPin 官方网站](https://cdn.taurusxin.com/hugo/2023/12/08/offcial-site.png) + +最近上网冲浪,偶然间发现一款新的截图工具 PixPin。在 Windows 下我一直用的是 Snipaste,也能够符合日常的需求,还有贴图功能。 + +PixPin 拥有截图、贴图、截长图、截动图、OCR 文字识别几个功能,界面与 Snipaste 截图类似。与免费无限制的在线 OCR 工具 PearOCR 是同款开发者。 + +官方网站: + +## 功能 + +让我们来看看有什么特色功能,是别的截图工具没有的 + +![PixPin 功能](https://cdn.taurusxin.com/hugo/2023/12/08/pixpin-functions.png) + +PixPin最大的亮点之一 —— 长截图功能。你是否也曾经因为屏幕显示不够而苦恼?现在,有了 PixPin,这个问题迎刃而解!你只需拖动截图框选好需要截取的区域,再滚动至你想要的页面,(右侧有小窗口可以预览截图图片)PixPin 就会自动将整个页面的内容都捕捉下来,再也不用担心错过任何重要信息了。 + +![PixPin 长截图](https://cdn.taurusxin.com/hugo/2023/12/08/long-screen-shot.gif) + +还有贴图 OCR 功能,当你截图并且贴图完成后,将鼠标放到图片的文字上,你就会惊奇的发现这些文字是可以直接选中并且复制的,并且整个 OCR 的过程都是离线完成的,不需要联网。 + +![PixPin 贴图OCR](https://cdn.taurusxin.com/hugo/2023/12/08/screen-shot-ocr.gif) + +## 总结 + +PixPin 是一款非常好用的免费截图工具,快去下载体验吧,目前仅支持 Windows 平台,但具作者说 macOS 版马上到来。 From 9591988777935a34aa69f66d95024e9b587b55b8 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Fri, 8 Dec 2023 10:14:44 +0800 Subject: [PATCH 4/4] fix: 072 comma error --- content/post/072.screen-shot-pixpin/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/072.screen-shot-pixpin/index.md b/content/post/072.screen-shot-pixpin/index.md index 4b738e0..a02bf52 100644 --- a/content/post/072.screen-shot-pixpin/index.md +++ b/content/post/072.screen-shot-pixpin/index.md @@ -1,7 +1,7 @@ --- title: "「软件推荐」 强大的新晋截图工具 —— PixPin" categories: [ "杂七杂八" ] -tags: [ "截图", "Windows", "macOS" ] +tags: [ "截图", "Windows", "macOS" ] draft: false slug: "screen-shot-pixpin" date: "2023-12-08T09:19:00+0800"