在windows操作系统上手动删除大批量数据时,整个系统的磁盘IO会被吃满,会严重影响到其它任务执行。此工具可以简单避免这种情况。另外加入了时间日期的限制,可以按照文件修改时间来筛选删除。 框架:springShell 启动命令:java -jar XXX.jar 执行命令: rm -k 365 -f filePath rm -d 20180511 -f filePath -k keepDate 保留文件天数,按照当前时间-文件修改时间计算,天数之外的数据都删掉 -d date 文件修改日期,删除修改日期之前的数据 -f/-rf/-fr/ filePath 文件路径 -k 和 -d 参数互斥
BPMN2.0 activiti分支
同步于https://github.com/zhangdaiscott/jeecg-boot.git
项目来源于https://github.com/pellcorp/riversql,项目最后一次提交代码是2010年,现在应该已经放弃维护,我改成了maven版本重新发布。作者意图是要打造一个java版本的phpMyAdmin用于web管理所有支持jdbc的数据库,类似CloudBeaver功能。我在sourceforge找到了一个已打包的可执行文件包,名字叫Web-based SQuirreL SQL Client。下载地址:https://sourceforge.net/projects/websquirrelsql/文档见:https://www.cnblogs.com/langtianya/p/3156132.html 的Web-based SQuirreL SQL Client介绍部分 maven版已发布第一个beta版本,下载链接:https://gitee.com/hhf002/riversql/attach_files/551976/download/riversql-web_v0.1-beta.war
Contributions last year: 69
Max continuous contributions: 2
Recent contributions: 1
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.