Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpp12.2.0-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazy-template
cpp12.2.0-template
Commits
764765c6
Commit
764765c6
authored
Sep 15, 2025
by
xiezhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
09766d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
README.md
README.md
+16
-16
No files found.
README.md
View file @
764765c6
...
...
@@ -210,26 +210,26 @@ make run
### 常见问题
1.
**端口被占用**
```
bash
# 查看端口占用
lsof
-i
:8000
# 停止占用端口的进程
make stop
```
```
bash
# 查看端口占用
lsof
-i
:8000
# 停止占用端口的进程
make stop
```
2.
**编译错误**
```
bash
# 清理并重新编译
make clean
make
install
```
```
bash
# 清理并重新编译
make clean
make
install
```
3.
**Docker 构建失败**
```
bash
# 检查 Dockerfile 语法
docker build
--no-cache
-t
test
.
```
```
bash
# 检查 Dockerfile 语法
docker build
--no-cache
-t
test
.
```
### 调试模式
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment