会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小&y
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2017年8月24日
mysql url中时区陷阱问题
摘要: 前言 最近在使用mysql的6.0.x以上的jar的时候,需要在代码url的链接里面指定serverTimezone。就会出现异常: 1.未指定serverTimezone xml里面配置url <property name="url" value="jdbc:mysql://localhost:3
阅读全文
posted @ 2017-08-24 14:53 大白不打伞
阅读(5320)
评论(0)
推荐(0)
2017年7月31日
applicationContext.xml
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/
阅读全文
posted @ 2017-07-31 23:47 大白不打伞
阅读(204)
评论(0)
推荐(0)
2017年5月4日
logback.xml
摘要: http://www.cnblogs.com/warking/p/5710303.html
阅读全文
posted @ 2017-05-04 10:04 大白不打伞
阅读(145)
评论(0)
推荐(0)
2017年5月3日
自定义注解
摘要: http://www.cnblogs.com/peida/archive/2013/04/24/3036689.html
阅读全文
posted @ 2017-05-03 14:29 大白不打伞
阅读(90)
评论(0)
推荐(0)
2017年4月28日
通用mapper
摘要: 1. 继承通用的Mapper<T>,必须指定泛型<T> 例如下面的例子: public interface UserInfoMapper extends Mapper<UserInfo> { //其他必须手写的接口... } public interface UserInfoMapper exten
阅读全文
posted @ 2017-04-28 10:33 大白不打伞
阅读(424)
评论(0)
推荐(0)
2017年4月25日
斐波那契的三种时间复杂度
摘要: http://blog.csdn.net/beautyofmath/article/details/48184331
阅读全文
posted @ 2017-04-25 18:52 大白不打伞
阅读(357)
评论(0)
推荐(0)
spring配置文件详解
摘要: http://blog.csdn.net/zzjjiandan/article/details/22922847
阅读全文
posted @ 2017-04-25 11:16 大白不打伞
阅读(98)
评论(0)
推荐(0)
2017年4月19日
classpath和classpath*的区别
摘要: classpath 和 classpath* 区别: classpath:只会到你指定的class路径中查找找文件; classpath*:不仅包含class路径,还包括jar文件中(class路径)进行查找. 举个简单的例子,在我的web.xml中是这么定义的:classpath*:META-IN
阅读全文
posted @ 2017-04-19 15:35 大白不打伞
阅读(183)
评论(0)
推荐(0)
spring boot学习
摘要: http://blog.csdn.net/column/details/spring-boot.html
阅读全文
posted @ 2017-04-19 14:42 大白不打伞
阅读(150)
评论(0)
推荐(0)
2017年4月14日
@requestBody和@requesrParam
摘要:
阅读全文
posted @ 2017-04-14 14:22 大白不打伞
阅读(912)
评论(1)
推荐(0)
上一页
1
2
3
下一页