01 2018 档案

摘要:错误原因: 阅读全文
posted @ 2018-01-30 16:36 武红明 阅读(1350) 评论(0) 推荐(0) 编辑
摘要:Caused by: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.deppon.gis.module.datamanage.shared.domain. 阅读全文
posted @ 2018-01-23 08:52 武红明 阅读(424) 评论(0) 推荐(0) 编辑
摘要:获得ID方法: 阅读全文
posted @ 2018-01-22 14:53 武红明 阅读(141) 评论(0) 推荐(0) 编辑
摘要:org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter. Most JDBC drivers require that the JdbcType must be specified for al 阅读全文
posted @ 2018-01-19 16:17 武红明 阅读(978) 评论(0) 推荐(0) 编辑
摘要:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: 阅读全文
posted @ 2018-01-19 08:21 武红明 阅读(465) 评论(0) 推荐(0) 编辑
摘要:select * from t_address_express_mapping t where t.start_house_number is null; 阅读全文
posted @ 2018-01-18 11:30 武红明 阅读(490) 评论(0) 推荐(0) 编辑
摘要:这个错误说明配置里面,MQC环境配置错了 运行war包时会读到本地的配置system-config.propertites文件 阅读全文
posted @ 2018-01-17 14:07 武红明 阅读(105) 评论(0) 推荐(0) 编辑
摘要:TEST COMPILE 阅读全文
posted @ 2018-01-17 10:23 武红明 阅读(129) 评论(0) 推荐(0) 编辑
摘要:需要把gis-datamanage包中的配置test改成compile 阅读全文
posted @ 2018-01-16 08:57 武红明 阅读(101) 评论(0) 推荐(0) 编辑
摘要:表A中为文本(有绿色三角符号),表B为数字(没有三角符号),而自动对比时会检查数据类型,怎么办? 执行对比: 得到结果: 这时候要解决类型问题(即绿色三角形标志) 点击灰色区域全选 哪个黄色感叹号可以选择,“转为数字”就可以了(主要提要全表选中,最好把表头先隐藏) 阅读全文
posted @ 2018-01-13 16:09 武红明 阅读(273) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/ca00d56c75b7e5e99eebcf3c.html 阅读全文
posted @ 2018-01-13 16:09 武红明 阅读(143) 评论(0) 推荐(0) 编辑
摘要:百度经验: https://jingyan.baidu.com/article/6181c3e0877c7a152ef15304.html 阅读全文
posted @ 2018-01-13 13:10 武红明 阅读(674) 评论(0) 推荐(0) 编辑
摘要:地址: https://jingyan.baidu.com/article/c1465413b2f2c50bfdfc4c61.html 阅读全文
posted @ 2018-01-13 12:44 武红明 阅读(218) 评论(0) 推荐(0) 编辑
摘要:代码: text4500.txt文档用text打开(不知道格式): 读取会出现乱码,然后用Notepad++打开换成UTF-8格式的。就可以了 阅读全文
posted @ 2018-01-13 11:01 武红明 阅读(1935) 评论(0) 推荐(0) 编辑
摘要:单元测试提示下面错误: 核心错误: Failed to parse mapping resource: 'file [D:\490993\安装程序\DPAP2.1\dpap_v2.0.1\dpap_v2.0.1\dpap\gis_workspaces1\gis-edi\gis-edi-cn-serv 阅读全文
posted @ 2018-01-13 09:44 武红明 阅读(1327) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/7908e85c758a58af481ad2ae.html 阅读全文
posted @ 2018-01-12 16:07 武红明 阅读(162) 评论(0) 推荐(0) 编辑
摘要:1、这个是地址: https://www.ggdoc.com/cHl0aG9uIG1zaeaYr_S7gOS5iA2/NTY4Nzc1MWQxMDJkZTJiZDk3MDU4OGE20/ 阅读全文
posted @ 2018-01-06 20:55 武红明 阅读(188) 评论(0) 推荐(0) 编辑
摘要:转自博客园 @python~小成录 pycharm常用快捷键与设置 pycharm高频率使用的快捷键 Ctrl+Shift+F10 运行当前的页面 Ctrl + / 注释(取消注释)选择的行 Ctrl+Shift+F 高级查找 Shift + Enter 开始新行 TAB Shift+TAB 缩进/ 阅读全文
posted @ 2018-01-06 13:45 武红明 阅读(539) 评论(0) 推荐(0) 编辑
摘要:1.单行注释: # 2.多行注释: ‘’‘ ’‘’ 成对的三个单引号 阅读全文
posted @ 2018-01-06 13:40 武红明 阅读(181) 评论(0) 推荐(0) 编辑
摘要:run as --> Maven clean 可以清除旧的jar包 阅读全文
posted @ 2018-01-05 19:00 武红明 阅读(3501) 评论(0) 推荐(0) 编辑
摘要:1、转自知乎上的@Haoyuan Xing得答案: Linux是一个以开发者为中心的操作系统,Windows是以消费者为中心的操作系统。这是最根本的区别,也是Linux相对于Windows的优势/劣势所在。 必须承认,尽管有很多人、很多公司在努力让Linux变得更加"User Friendly",但 阅读全文
posted @ 2018-01-05 09:49 武红明 阅读(286) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示