上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 168 下一页
摘要: Spring 配置标签——util标签 一、配置applicationContext.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema- 阅读全文
posted @ 2019-07-01 14:40 DarJeely 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: 解决redis设置缓存时间找到的帖子,我这个初学者需要学习的还是很多的。 原文地址:http://www.doc100.net/bugs/t/216322/index.html 探索<util/>命名空间 事情的发展总是一段曲折前进的过程。当Spring刚出现时,开发者可以使用<list/>、<ma 阅读全文
posted @ 2019-07-01 14:35 DarJeely 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: bean 配置文件属性 init-method 用于在bean初始化时指定执行方法,用来替代继承 InitializingBean接口。相关链接:https://www.cnblogs.com/JoeyWong/p/9304737.html 测试程序如下: 配置文件如下: Main主程序如下: 打印 阅读全文
posted @ 2019-07-01 14:31 DarJeely 阅读(2058) 评论(0) 推荐(0) 编辑
摘要: 1、使用构造子注入时,则使用constructor-arg子标签,来指定构造函数的参数。 <bean id="provider" class="com.apress.prospring.ch4.ConfigurableMessageProvider"> <constructor-arg> <valu 阅读全文
posted @ 2019-07-01 14:26 DarJeely 阅读(4086) 评论(0) 推荐(0) 编辑
摘要: 2019-07-01 11:24:09,315 [http-8080-24] org.hibernate.util.JDBCExceptionReporter logExceptionsWARN: SQL Error: 1449, SQLState: HY0002019-07-01 11:24:09 阅读全文
posted @ 2019-07-01 11:27 DarJeely 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 六月 29, 2019 5:42:45 下午 org.apache.catalina.core.AprLifecycleListener init信息: The APR based Apache Tomcat Native library which allows optimal performan 阅读全文
posted @ 2019-07-01 08:57 DarJeely 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 需要先安装驱动! 大白菜U盘安装界面有一个选择驱动的选项,选择驱动即可。Intel_ESRT2_Windows_signed_DRV_v16.03.2014.1127 阅读全文
posted @ 2019-06-30 18:03 DarJeely 阅读(819) 评论(0) 推荐(0) 编辑
摘要: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELE 阅读全文
posted @ 2019-06-29 17:11 DarJeely 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 背景:驱动jar:mysql-connector-java-5.1.8.jar 数据库版本:5.7.16问题:JDBC驱动的jar包版本与mysql版本不匹配解决方案1:使用数据库版本:5.0.91解决方案2:使用驱动jar:5.1.27 阅读全文
posted @ 2019-06-29 17:09 DarJeely 阅读(1310) 评论(0) 推荐(0) 编辑
摘要: mysql出现ERROR : (2006, 'MySQL server has gone away') 的问题意思就是指client和MySQL server之间的链接断开了。 造成这样的原因一般是sql操作的时间过长,或者是传送的数据太大(例如使用insert ... values的语句过长, 这 阅读全文
posted @ 2019-06-29 15:09 DarJeely 阅读(1016) 评论(0) 推荐(0) 编辑
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 168 下一页