File tree Expand file tree Collapse file tree
src/main/java/com/xwintop/xJavaFxTool/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ xJavaFxTool是使用javaFx开发的实用小工具集,目前项目刚刚建立
3030
3131- 依赖的[ xcore包] ( https://gitee.com/xwintop/xcore ) 已上传至git托管的maven平台,git托管maven可参考教程。[ 教程地址:点击进入] ( http://blog.csdn.net/u011747754/article/details/78574026 )
3232
33+ - 使用[ exe4j] ( https://www.ej-technologies.com/download/exe4j/files ) 将jar包转成exe执行文件(仅供参考,可使用其它程序打包)
34+
3335#### 目前集成的小工具有:
34361、FileCopy:文件复制(支持自动调度拷贝功能);
3537
@@ -174,6 +176,9 @@ Sender发送器:
174176
175177项目开发中,以后会陆续添加新工具,欢迎大家参与其中,多提提意见,谢谢。
176178
179+ 计划添加功能:
180+
181+ 监控功能(文件夹深度、Ftp/Ftps/sftp文件数量、mq深度)
177182
178183#### 项目结构
179184
Original file line number Diff line number Diff line change 88public class Config {
99 public static Locale defaultLocale = Locale .getDefault ();// 设置系统语言
1010
11- public static final String xJavaFxToolVersions = "V0.1.6" ;// xJavaFxTool版本信息
11+ public static final String xJavaFxToolVersions = "V0.1.6-beta2 " ;// xJavaFxTool版本信息
1212 public static final int xJavaFxToolVersionsInteger = 7 ;// xJavaFxTool更新信息
1313}
You can’t perform that action at this time.
0 commit comments