parent
72ee50fb70
commit
40c851cc7d
|
|
@ -0,0 +1,35 @@
|
|||
### 1. 简介
|
||||
|
||||
> 这是一个基于javafx 的window 端口占用工具,可以快速的查看到当前系统中所有正在占用端口的进程,并可以快速的杀死进程。
|
||||
|
||||
### 2. 功能
|
||||
|
||||
- 查看系统中所有正在占用端口的进程
|
||||
- 快速杀死进程
|
||||
|
||||
### 3. 运行
|
||||
|
||||
#### 3.1 直接运行
|
||||
|
||||
- 下载javafx运行环境
|
||||
- 下载项目到本地
|
||||
- 导入到IDE中
|
||||
- 运行Application.java
|
||||
|
||||
#### 3.2 打包运行
|
||||
|
||||
- 下载javafx运行环境
|
||||
- 下载项目到本地
|
||||
- 导入到IDE中
|
||||
- 编译打包
|
||||
- 运行
|
||||
|
||||
### 4. 截图
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue