2025年5月8日10:23:08 readme.md

master v1.0
zhangmeng 2025-05-08 10:23:21 +08:00
parent 72ee50fb70
commit 40c851cc7d
5 changed files with 35 additions and 0 deletions

35
readme.md Normal file
View File

@ -0,0 +1,35 @@
### 1. 简介
> 这是一个基于javafx 的window 端口占用工具,可以快速的查看到当前系统中所有正在占用端口的进程,并可以快速的杀死进程。
### 2. 功能
- 查看系统中所有正在占用端口的进程
- 快速杀死进程
### 3. 运行
#### 3.1 直接运行
- 下载javafx运行环境
- 下载项目到本地
- 导入到IDE中
- 运行Application.java
#### 3.2 打包运行
- 下载javafx运行环境
- 下载项目到本地
- 导入到IDE中
- 编译打包
- 运行
### 4. 截图
![](src/main/resources/images/img.png)
![](src/main/resources/images/img_1.png)
![](src/main/resources/images/img_2.png)
![](src/main/resources/images/img_3.png)

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