Skip to content

Commit 865623a

Browse files
committed
chore(ci): blog sync
1 parent 7fd55c5 commit 865623a

File tree

3 files changed

+5192
-4158
lines changed

3 files changed

+5192
-4158
lines changed

data/blog/post-47.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ npm root -g
1414
open .
1515
```
1616

17+
#### 二、找到指定端口的 PID ,然后 kill
18+
19+
```bash
20+
ss -tulpn | grep xxxx
21+
kill PID
22+
```
23+
1724
---
1825
此文自动发布于:<a href="https://github.com/coderPerseus/blog/issues/47" target="_blank">github issues</a>

data/blog/post-48.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 借助 Cursor 做了第一个全栈项目,帮你将内容转为美观
33
date: 2025-03-13T00:31:12Z
44
slug: post-48
55
author: chaseFunny:https://github.com/chaseFunny
6-
tags: []
6+
tags: ["AI","经验","全栈开发"]
77
---
88

99

0 commit comments

Comments
 (0)