摘要: 配置的部分说明:https://www.cnblogs.com/ClassNotFoundException/p/6641867.html 替代或和web.xml共用:https://www.cnblogs.com/davidwang456/p/6491067.html web.xml执行:http 阅读全文
posted @ 2018-01-29 17:34 jery.M 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 这是证书认证不通过的问题,对https协议免认证 http://blog.csdn.net/zziamalei/article/details/46520797 使用上面的方法时,使用spring的<bean>初始化SslUtils的ignoreSsl()方法 <bean id="SslUtils" 阅读全文
posted @ 2018-01-25 17:15 jery.M 阅读(356) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zzjjiandan/article/details/22922847/ spring的组成: <beans> <contenxt> <core> <expression> <jdbc> <tx> 阅读全文
posted @ 2018-01-25 12:18 jery.M 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://m.blog.csdn.net/a1369508468/article/details/63253599 阅读全文
posted @ 2018-01-25 12:18 jery.M 阅读(75) 评论(0) 推荐(0) 编辑
摘要: el表达式的使用、默认对象的使用说明以及自定义el表达式:http://blog.csdn.net/w_basketboy24/article/details/23422543 el表达式获取对象属性的原理:http://blog.csdn.net/wodet_t/article/details/4 阅读全文
posted @ 2018-01-25 12:16 jery.M 阅读(115) 评论(0) 推荐(0) 编辑
摘要: JUnit的简介和使用:http://blog.csdn.net/luanlouis/article/details/37562165 jar包下载地址:http://www.java2s.com/Code/Jar/j/Downloadjunit4jar.htm or https://sourcef 阅读全文
posted @ 2018-01-10 18:48 jery.M 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 分组查询: https://www.cnblogs.com/netserver/p/4518995.html 日期格式化格式: http://blog.csdn.net/qq_16769857/article/details/52289627 日期和字符串之间的转换: https://www.cnb 阅读全文
posted @ 2017-12-08 19:11 jery.M 阅读(404) 评论(0) 推荐(0) 编辑
摘要: http://www.blogjava.net/supercrsky/archive/2009/04/21/266765.html 阅读全文
posted @ 2017-11-30 09:53 jery.M 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 读写oracle blob类型 http://zyw090111.iteye.com/blog/607869 http://blog.csdn.net/jeryjeryjery/article/details/64131058 http://www.jb51.net/article/41651.ht 阅读全文
posted @ 2017-11-23 10:44 jery.M 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 首先执行 alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss'; 然后执行insert语句而无需使用to_date函数 阅读全文
posted @ 2017-11-22 18:15 jery.M 阅读(3058) 评论(1) 推荐(1) 编辑