diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6d71227 --- /dev/null +++ b/readme.md @@ -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) \ No newline at end of file diff --git a/src/main/resources/images/img.png b/src/main/resources/images/img.png new file mode 100644 index 0000000..462c4a7 Binary files /dev/null and b/src/main/resources/images/img.png differ diff --git a/src/main/resources/images/img_1.png b/src/main/resources/images/img_1.png new file mode 100644 index 0000000..35f7d78 Binary files /dev/null and b/src/main/resources/images/img_1.png differ diff --git a/src/main/resources/images/img_2.png b/src/main/resources/images/img_2.png new file mode 100644 index 0000000..d77cd99 Binary files /dev/null and b/src/main/resources/images/img_2.png differ diff --git a/src/main/resources/images/img_3.png b/src/main/resources/images/img_3.png new file mode 100644 index 0000000..23f279b Binary files /dev/null and b/src/main/resources/images/img_3.png differ