diff --git a/.github/workflows/link-pr.yaml b/.github/workflows/link-pr.yaml index a77f85a..bea5e01 100644 --- a/.github/workflows/link-pr.yaml +++ b/.github/workflows/link-pr.yaml @@ -41,7 +41,7 @@ jobs: # -r, --retry-wait-time Minimum wait time in seconds between retries of failed requests # -u, --user-agent User agent # *.md all markdown files in the root directory - args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '.vitepress/dist' '*.md' + args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '*.md' env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/link-schedule.yaml b/.github/workflows/link-schedule.yaml index 90bbfc3..b496bad 100644 --- a/.github/workflows/link-schedule.yaml +++ b/.github/workflows/link-schedule.yaml @@ -42,7 +42,7 @@ jobs: # -r, --retry-wait-time Minimum wait time in seconds between retries of failed requests # -u, --user-agent User agent # *.md all markdown files in the root directory - args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '.vitepress/dist' '*.md' + args: -E -i -n -t 45 -r 3 --max-retries 5 --max-concurrency 64 -a 401,403 -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" -- '*.md' output: out.md env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/2.高效学习/2.1.4书籍的盲目崇拜.md b/2.高效学习/2.1.4书籍的盲目崇拜.md index 4e376c6..d516005 100644 --- a/2.高效学习/2.1.4书籍的盲目崇拜.md +++ b/2.高效学习/2.1.4书籍的盲目崇拜.md @@ -26,4 +26,4 @@ 非常不错的电子书网站 -[Z-Library](https://zlibrary-asia.se/) +[Z-Library](https://zh.singlelogin.re/) diff --git a/6.计算机安全/6.5学习资料推荐.md b/6.计算机安全/6.5学习资料推荐.md index 98c041f..d0bbd2b 100644 --- a/6.计算机安全/6.5学习资料推荐.md +++ b/6.计算机安全/6.5学习资料推荐.md @@ -8,13 +8,13 @@ 学习其实最高效的可能还是通过打比赛,实操,看大牛博客来学习。但是感觉对于新人而言打好基础和入门是最重要的,很多时候入门了,发现感兴趣了,一切就顺利起来了。因此以下就先放一些容易使人入门的网站。 -- [Hello CTF](https://ctf.tj.cn/) +- [Hello CTF](https://hello-ctf.com/) - [简介 - CTF Wiki (ctf-wiki.org)](https://ctf-wiki.org/) - [CTFHub](https://www.ctfhub.com/#/index) ## 靶场推荐: -- [主页 | NSSCTF](https://www.nssctf.cn/index) +- [主页 | NSSCTF](https://www.nssctf.cn/) - [BUUCTF 在线评测 (buuoj.cn)](https://buuoj.cn/) - [攻防世界 (xctf.org.cn)](https://adworld.xctf.org.cn) - [Hack The Box: Hacking Training For The Best | Individuals & Companies](https://www.hackthebox.com/) diff --git a/7.网络应用开发/7.3.1基础部分.md b/7.网络应用开发/7.3.1基础部分.md index d6873c1..c887d45 100644 --- a/7.网络应用开发/7.3.1基础部分.md +++ b/7.网络应用开发/7.3.1基础部分.md @@ -122,7 +122,7 @@ Golang 的语法是 C/C++ 系的,在许多地方你都可以看到他们的影 - [Go by Example 中文版](https://gobyexample-cn.github.io/) - Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。 - [《Go 入门指南》](https://learnku.com/docs/the-way-to-go) - 《Go 入门指南》是《The Way to Go》的中文译本,本书专为 Golang 初学者量身定制。教程较老,小部分内容有点过时,但质量很高。 - [《Go 语言 101》](https://gfw.go101.org/) - 《Go 101》详细描述了 Golang 部分底层原理、最佳实践、代码风格、常见错误,适合进一步深入阅读。 -- [《Go 语言圣经》](https://books.studygolang.com/gopl-zh/) - 《The Go Programming》的中文版,是官方书籍。内容相当老,但包含着 Golang 的设计哲学与建设初期的思考和路线。 +- 《Go 语言圣经》 - 《The Go Programming》的中文版,是官方书籍。内容相当老,但包含着 Golang 的设计哲学与建设初期的思考和路线。 ## 🎯 HTTP 协议学习 (Day 9-10) diff --git a/members.ts b/members.ts index 06344b9..2761311 100644 --- a/members.ts +++ b/members.ts @@ -181,14 +181,6 @@ export const members: Member = [ { icon: 'github', link: 'https://github.com/wenjing233' }, ] }, - { - avatar: 'https://avatars.hdu-cs.wiki/Lacsion', - name: 'KAFUU', - title: 'Contributer', - links: [ - { icon: 'github', link: 'https://github.com/Lacsion' }, - ] - }, { avatar: 'https://avatars.hdu-cs.wiki/Krisnile', name: 'Krisnile',