We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd55c5 commit 865623aCopy full SHA for 865623a
data/blog/post-47.mdx
@@ -14,5 +14,12 @@ npm root -g
14
open .
15
```
16
17
+#### 二、找到指定端口的 PID ,然后 kill
18
+
19
+```bash
20
+ss -tulpn | grep xxxx
21
+kill PID
22
+```
23
24
---
25
此文自动发布于:<a href="https://github.com/coderPerseus/blog/issues/47" target="_blank">github issues</a>
data/blog/post-48.mdx
@@ -3,7 +3,7 @@ title: 借助 Cursor 做了第一个全栈项目,帮你将内容转为美观
3
date: 2025-03-13T00:31:12Z
4
slug: post-48
5
author: chaseFunny:https://github.com/chaseFunny
6
-tags: []
+tags: ["AI","经验","全栈开发"]
7
8
9
0 commit comments