pdf合并、拆分工具
摘要:Coherent PDF,简称 cpdf,是个用于处理 PDF 的命令行工具。该软件支持 Windows、Linux 和 Mac,且对于非商业用途是免费的。 主页: http://community.coherentpdf.com/ 安装 下载地址: https://github.com/coher
阅读全文
ScheduledExecutorService定时方法
摘要:ScheduledExecutorService是java.util.concurrent并发包下的一个接口,表示调度服务~,它定义了以下几个方法: public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit u
阅读全文