Git Product home page Git Product logo

864381832 / xjavafxtool-spring Goto Github PK

View Code? Open in Web Editor NEW
310.0 310.0 128.0 60.69 MB

基于JavaFx和SpringBoot搭建的实用小工具集合,方便开发过程中的代码编写与调试,想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具、Ftp服务器、Cmd调试工具、Ftp/Ftps/Sftp客户端调试工具、Pdf转换工具、文件列表生成器、图片压缩工具、图片转码工具、Kafka调试工具、Email群发工具、颜色代码转换工具、短信群发工具、脚本引擎调试、文件重命名、Json转换、语音转换、Socket调试、图片解析、微信小程序反编译、Zookeeper操作、Excel拆分合并、文件夹监控、文件编码检测、传输、端口扫描、久坐提醒、随机数生成、剪贴板历史等工具

Home Page: https://github.com/864381832/xJavaFxTool-spring

License: Apache License 2.0

Java 72.25% CSS 27.75%

xjavafxtool-spring's Introduction

项目简介:

gitee地址:xJavaFxTool-spring

GitHub地址:xJavaFxTool-spring

腾讯云开发平台地址:xJavaFxTool-spring

gitee star github star

英文说明/English Documentation

xJavaFxTool交流QQ群:== 387473650 ==

项目简介:

xJavaFxTool-spring是基于springBoot,使用javaFx开发的实用小工具集,利用业余时间把工作中遇到的一些问题总结起来,打包进小工具集中,供大家参考和使用,里面包含了javaFx的一些功能的示例,如布局、国际化、第三方UI库(controlsfxJFoenix等)、外部jar包加载(插件机制)等一些常用功能,想学习javaFx的同学可以参考参考,学习javaFx的资料参考www.javafxchina.net

xJavaFxTool-spring为基于原有项目xJavaFxTool之上构建的,后续两个版本都会更新,感谢大家的支持。

下载试用地址:

若上面下链接失效可使用下面下载链接:

将插件jar包放至根目录libs下即可自动加载(插件开发示例见开源项目xJavaFxTool-plugin,后续准备将小工具拆分至各插件中按需加载,目前插件功能暂不完善,后续将各功能拆分至各模块按需加载,减小jar包的大小);

环境搭建说明:

  • 开发环境为jdk1.8,基于maven构建;
  • 使用eclipase或Intellij Idea开发(推荐使用Intellij Idea)
  • 基于SpringBoot搭建,大大简化了配置操作。
  • 本项目使用了lombok,在查看本项目时如果您没有下载lombok 插件,请先安装,不然找不到get/set方法;
  • 依赖的xcore包已上传至git托管的maven平台,git托管maven可参考教程。教程地址:点击进入
  • 使用javafx-maven-plugin插件进行打包操作(可打包windows、Linux、Mac安装包);
  • 使用exe4j将jar包转成exe执行文件(仅供参考,可使用其它程序打包);
  • 使用InnoSetup可进行制作windows安装包;

目前集成的小工具有:

  1. FileCopy:文件复制(支持自动调度拷贝功能)(使用quartz工具)
  2. CronExpBuilder:Cron表达式生成器
  3. CharacterConverter:编码转换
  4. EncryptAndDecrypt:加密解密(Ascii、Hex、Base64、Base32、URL、MD5、SHA、AES、DES、文件加密DM5、文件加密SHA1、摩斯密码、Druid加密)(使用commons-codec工具)
  5. TimeTool:Time转换(常用格式转换(含时区)、计算时间差、时间叠加计算)
  6. LinuxPathToWindowsPath:路径转换(使用oshi工具)
  7. QRCodeBuilder:二维码生成工具(自动生成、加入logo、截图识别、自定义格式)(使用google.zxingjkeymaster等工具)
  8. IdCardGenerator:身份证生成器
  9. RegexTester:正则表达式生成工具
  10. ShortURL:网址缩短(目前支持百度、新浪、缩我等短网址缩短)
  11. EscapeCharacter:转义字符(支持Html、XML、Java、JavaScript、CSV、Sql)(使用commons-lang3工具)
  12. ZHConverter:字符串转换(使用hanlp开源工具,实现拼音、简体-繁体、简体-臺灣正體、简体-香港繁體、繁體-臺灣正體、繁體-香港繁體、香港繁體-臺灣正體、数字金额-大写金额等直接的转换)
  13. ActiveMqTool:Mq调试工具(目前仅支持ActiveMq)
  14. HttpTool:Http调试工具(支持自定义发送数据、header和cookie)(使用okhttp)
  15. jsonEditor:json格式化编辑工具
  16. IconTool:图标生成工具(使用thumbnailator工具)
  17. RedisTool:Redis连接工具(使用jedis工具)
  18. WebSourcesTool:网页源码下载工具
  19. SwitchHostsTool:切换Hosts工具(使用richtextfx工具)
  20. FtpServer:Ftp服务器(快速搭建本地Ftp服务)(基于apache.ftpserver)
  21. CmdTool:Cmd调试工具
  22. FtpClientTool:Ftp(s)/Sftp客户端调试工具(批量上传、下载、删除文件及文件夹)(implicit/explicit SSL/TLS)(使用jschcommons-io等工具)
  23. PdfConvertTool:Pdf转换工具(目前仅支持pdf转图片、pdf转text功能)(使用pdfbox工具)
  24. DirectoryTreeTool:文件列表生成器
  25. ImageTool:图片压缩工具(批量压缩、修改尺寸、转换格式)
  26. AsciiPicTool:图片转码工具(包括图片生成banner码、图片转Base64码、图片转Excel表)
  27. KafkaTool:Kafka调试工具(未完善)(使用了kafka-clients)
  28. EmailTool:Email群发工具(支持自定义群发模版)(使用commons-email工具)
  29. ColorCodeConverterTool:颜色代码转换工具(包括16进制、RGB、ARGB、RGBA、HSL、HSV等代码之间转换)
  30. SmsTool:短信群发工具(目前支持**移动、**电信、腾讯云、阿里云、梦网云通讯等平台)
  31. ScriptEngineTool:脚本引擎调试工具(目前支持JavaScript、Groovy、Python、Lua等脚本)(使用groovyjythonluaj等工具)
  32. FileRenameTool:文件重命名工具
  33. JsonConvertTool:Json转换工具(目前支持Json转Xml、Json转Java实体类、Json转C#实体类、Json转Excel、Json转Yaml、Properties转Yaml、Yaml转Properties)(使用fastjsonsnakeyamldom4j等工具)
  34. WechatJumpGameTool:微信跳一跳助手
  35. TextToSpeechTool:语音转换工具(调用百度语音转换api)
  36. 2048:小游戏2048
  37. SocketTool:Socket调试工具(使用Apache Mina实现Tcp、Udp服务端和Client端)
  38. ImageAnalysisTool:图片解析工具(1、.atlas文件反解析2、图片快速拆分工具)
  39. DecompilerWxApkgTool:微信小程序反编译工具(一键反编译微信小程序包)
  40. ZookeeperTool:Zookeeper工具(方便对zookeeper的一系列操作,包括新增、修改、删除(包括子文件)、重命名、复制、添加变更通知)(使用zkclient工具)
  41. ExcelSplitTool:Excel拆分工具(支持对xls、xlsx、csv及文件进行拆分操作)(使用commons-csv工具)
  42. PathWatchTool:文件夹监控工具
  43. CharsetDetectTool:文件编码检测工具(使用juniversalchardet工具)
  44. TransferTool:传输工具(集成各种传输协议,使用自定义定时任务(简单模式、cron表达式模式),分为Receiver接收器、Filter处理器、Sender发送器)
  45. ScanPortTool:端口扫描工具
  46. FileMergeTool:文件合并工具(支持对xls、xlsx、csv及文件进行合并操作)(使用apache.poi工具)
  47. SedentaryReminderTool:久坐提醒工具
  48. RandomGeneratorTool:随机数生成工具(使用hutool工具)
  49. ClipboardHistoryTool:剪贴板历史工具
  50. FileSearchTool:文件搜索工具(使用lucene搜索引擎)
  51. Mp3ConvertTool:Mp3转换工具(目前支持网易云音乐.ncm、QQ音乐.qmc转换为mp3格式)(使用jaudiotagger工具)
  52. SealBuilderTool:印章生成工具
  53. BullsAndCowsGame:猜数字小游戏
  54. FileUnicodeTransformationTool:文件编码转换工具
  55. FileCompressTool:文件解压缩工具(目前支持ar、zip、tar、jar、cpio、7z、gz、bzip2、xz、lzma、pack200、deflate、snappy-framed、lz4-block、lz4-framed、zstd等格式解压缩)
  56. IdiomDataTool:成语字典工具(使用h2数据库存储数据字典)
  57. Sudoku:数独游戏
  58. LiteappCode:小程序码生成工具

项目开发中,以后会陆续添加新工具,欢迎大家参与其中,多提提意见,谢谢。

项目结构

xJavaFxTool-spring
├─ images	项目截图
├─ libs	插件jar包存放
├─ pom.xml	maven配置文件
├─ README.md	说明文件
├─ src
│  ├─ main
│  │  ├─ java
│  │  │  └─ com
│  │  │   └─ xwintop
│  │  │    └─ xJavaFxTool
│  │  │     ├─ common	第三方工具类
│  │  │     ├─ config	springBoot配置类
│  │  │     ├─ controller	javafx控制层
│  │  │     │  ├─ javaFxTools	javaFx工具控制层
│  │  │     │  └─ index	        首页控制层
│  │  │     ├─ fxmlView     FxmlView控制层
│  │  │     ├─ model	基础bean类层
│  │  │     ├─ services	工具服务层
│  │  │     │  ├─ javaFxTools	javaFx工具服务层
│  │  │     │  └─ index	        首页工具服务层
│  │  │     ├─ utils	系统工具类
│  │  │     └─ view	javafx视图层
│  │  │        ├─ javaFxTools	javaFx工具视图层
│  │  │        └─ index	首页工具视图层
│  │  └─ resources
│  │   ├─ com
│  │   │  └─ xwintop
│  │   │   └─ xJavaFxTool
│  │   │    └─ fxmlView     .fxml文件
│  │   ├─ config	配置文件
│  │   │  └─ toolFxmlLoaderConfiguration.xml	系统菜单加载配置文件
│  │   ├─ css	样式资源
│  │   ├─ images	图片资源
│  │   ├─ locale	国际化
│  │   ├─ application.yml	SpringBoot配置文件
│  │   ├─ banner.txt	        启动banner图片
│  │   └─ logback.xml	    logback日志配置文件
│  └─ test  测试类
│   ├─ java
│   └─ resources

运行截图展示:

输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

xjavafxtool-spring's People

Contributors

864381832 avatar dependabot[bot] avatar xwintop avatar yimeng5686 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xjavafxtool-spring's Issues

Build Fail

I try 'mvn clean package -DskipTests' after cloning repo.

Build Log:

[ERROR] /Users/ming/Documents/git/xwintop-xJavaFxTool-spring/src/main/java/com/xwintop/xJavaFxTool/controller/codeTools/ColorCodeConverterToolController.java:[8,37] cannot find symbol
  symbol:   class ClipboardUtil
  location: package com.xwintop.xcore.util.javafx

BTW, there are some warnings,

[WARNING] Could not validate integrity of download from https://gitee.com/xwintop/maven/raw/master/repository/com/xwintop/xcore/0.0.1-SNAPSHOT/xcore-0.0.1-20180209.024420-1.pom: Checksum validation failed, expected e08ad8b7e29b3a9edd51c2aad3797ebca6119616 but is 98af25c786602cffacee27c457070829a9a16fb2
[WARNING] Checksum validation failed, expected 4adcc2304cc4de2287f2635ca04e20c9501c1445 but is ac72205f4eb2f8c0c14280041fc3c973bf45248d from xwintop-maven for https://gitee.com/xwintop/maven/raw/master/repository/com/xwintop/xcoreSpring/0.0.1-SNAPSHOT/xcoreSpring-0.0.1-20180103.152121-1.pom
[WARNING] Could not validate integrity of download from https://gitee.com/xwintop/maven/raw/master/repository/com/xwintop/xcoreSpring/0.0.1-SNAPSHOT/xcoreSpring-0.0.1-20180103.152121-1.pom: Checksum validation failed, expected 4adcc2304cc4de2287f2635ca04e20c9501c1445 but is ac72205f4eb2f8c0c14280041fc3c973bf45248d
[WARNING] Checksum validation failed, expected 4adcc2304cc4de2287f2635ca04e20c9501c1445 but is ac72205f4eb2f8c0c14280041fc3c973bf45248d from xwintop-maven for https://gitee.com/xwintop/maven/raw/master/repository/com/xwintop/xcoreSpring/0.0.1-SNAPSHOT/xcoreSpring-0.0.1-20180103.152121-1.pom

Env:
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T15:58:13+08:00)
Maven home: /usr/local/Cellar/maven/3.5.2/libexec
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.