chore: link 修复
This commit is contained in:
2
.github/workflows/link-pr.yaml
vendored
2
.github/workflows/link-pr.yaml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
# -r, --retry-wait-time <RETRY_WAIT_TIME> Minimum wait time in seconds between retries of failed requests
|
||||
# -u, --user-agent <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}}
|
||||
|
||||
2
.github/workflows/link-schedule.yaml
vendored
2
.github/workflows/link-schedule.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
# -r, --retry-wait-time <RETRY_WAIT_TIME> Minimum wait time in seconds between retries of failed requests
|
||||
# -u, --user-agent <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}}
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
|
||||
非常不错的电子书网站
|
||||
|
||||
[Z-Library](https://zlibrary-asia.se/)
|
||||
[Z-Library](https://zh.singlelogin.re/)
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user