摘要: tomcat7的failed to parse the expression [${xxx}]异常的解决方法 阅读全文
posted @ 2018-03-08 22:23 HPUCL 阅读(619) 评论(0) 推荐(0) 编辑
摘要: ORA-28547:connection to server failed,probable Oracle Net admin error 阅读全文
posted @ 2018-03-05 22:52 HPUCL 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 画图-》定义监听事件-》给任务赋值-》部署(zip部署、文件部署)-》使用 阅读全文
posted @ 2017-09-07 09:21 HPUCL 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ALTER TABLE `yichangreport` ADD `updateTime` TIMESTAMP NULL ON UPDATE CURRENT_TIMESTAMP; 阅读全文
posted @ 2017-09-01 09:38 HPUCL 阅读(346) 评论(0) 推荐(0) 编辑
摘要: # maven,gradle ignoretarget/_build/build/_site/.gradle*dependency-reduced-pom.xmltest.* # eclipse ignore.settings/.project.classpath # idea ignore.ide 阅读全文
posted @ 2017-08-07 18:11 HPUCL 阅读(295) 评论(0) 推荐(0) 编辑
摘要: IDEA远程调试 阅读全文
posted @ 2017-07-26 09:31 HPUCL 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 有时候改完代码发现改错分支了,而这个时候已经add或者commit了,怎么办,有办法。 阅读全文
posted @ 2017-07-21 16:41 HPUCL 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: 允许特定主机连接MySQL数据库 阅读全文
posted @ 2017-07-18 14:44 HPUCL 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 形式:@Scheduled(cron = "0 0 0/3 * * ?") 一个cron表达式有至少6个(也可能7个)有空格分隔的时间元素。 按顺序依次为: 秒(0~59) 分钟(0~59) 小时(0~23) 天(月)(0~31,但是你需要考虑你月的天数) 月(0~11) 天(星期)(1~7 1=S 阅读全文
posted @ 2017-05-26 14:15 HPUCL 阅读(200) 评论(0) 推荐(0) 编辑
摘要: mybatis的参数传递以及resultType和resultMap的使用 阅读全文
posted @ 2017-05-26 14:11 HPUCL 阅读(14180) 评论(0) 推荐(0) 编辑