lx0222xl

导航

2018年11月22日 #

初学mybatis和mysql碰到的问题

摘要: 今天学习了下使用mybatis操作数据库,期间也是各种问题出现,幸好现在网络发达,网络上很多都可以解决,现在总结一下: Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error qu 阅读全文

posted @ 2018-11-22 14:48 lx0222xl 阅读(273) 评论(0) 推荐(0) 编辑

2018年7月25日 #

java获取当前日期的前一天和后一天

摘要: /** * 获得指定日期的前一天 * @param specifiedDay * @return * @throws Exception */ public static String getSpecifiedDayBefore(String specifiedDay){ //SimpleDateF 阅读全文

posted @ 2018-07-25 10:05 lx0222xl 阅读(529) 评论(0) 推荐(0) 编辑