摘要:
CAPTCHA是Completely Automated Public Turing Test to Tell Computers and Humans Apart全自动区分计算机和人类的图灵测试的简称1.引入jar包jcaptcha-1.0.jar2.配置mvc整合文件 ***.xml ... 阅读全文
摘要:
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 格式化日期 Date d = new Date(sdf.parse(map.get("buyDatetime")+"").getTime()+24*3600*100 阅读全文