File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix : # 会分开成两个任务分别执行
1212 os : [ubuntu-latest, macos-latest, windows-latest]
13+ fail-fast : false # 一个系统失败不终止其他系统的任务
14+ retries :
15+ max_attempts : 3 # 每个失败的任务重试3次
1316 runs-on : ${{ matrix.os }}
1417 steps :
1518 - name : Checkout code # 这部分是为了从github自动clone代码
Original file line number Diff line number Diff line change 44![ ] ( https://chenxuanweb.top/cppnet/cppnet.png )
55## Author
66- ** chenxuan**
7- > ![ ] ( http://cdn.androidftp.top/pic/chenxuanweb/dog.png )
7+ > ![ ] ( http://cdn.androidftp.top/test/2025101017224732pasteboard.paste )
88## Repository Address
99- [ github] ( https://github.com/chenxuan520/cppnet )
1010- [ gitee] ( https://gitee.com/chenxuan520/cppnet )
1111## Official Website
12- - [ chenxuanweb.top/cppnet/index.html ] ( https://chenxuanweb.top/cppnet/index.html )
12+ - [ chenxuanweb.top/cppnet] ( https://www. chenxuanweb.top/cppnet )
1313## Docs
1414- [ cppnet online docs] ( https://chenxuan520.github.io/cppnet/ )
1515## Advantages
Original file line number Diff line number Diff line change 55![ ] ( https://chenxuanweb.top/cppnet/cppnet.png )
66## Author
77- ** chenxuan**
8- > ![ ] ( http://cdn.androidftp.top/pic/chenxuanweb/dog.png )
8+ > ![ ] ( http://cdn.androidftp.top/test/2025101017224732pasteboard.paste )
99## 仓库地址
1010- [ github] ( https://github.com/chenxuan520/cppnet )
1111- [ gitee] ( https://gitee.com/chenxuan520/cppnet )
1212## 官网
13- - [ chenxuanweb.top/cppnet/index.html ] ( https://chenxuanweb.top/cppnet/index.html )
13+ - [ chenxuanweb.top/cppnet] ( https://www. chenxuanweb.top/cppnet )
1414## Docs
1515- [ cppnet 在线文档地址] ( https://chenxuan520.github.io/cppnet/ )
1616## 优势
@@ -437,3 +437,4 @@ cppnet
437437- [x] 完善多线程
438438- [x] 添加压力测试
439439- [x] 提升trie
440+ - [ ] 添加常用中间件(限流,统计),完善日志
You can’t perform that action at this time.
0 commit comments