03 2016 档案

摘要:请求web服务时,会有如题的异常出现,解决方法如下: 1 检查web服务是否正常,如果web服务有异常,那么Web服务控制程序就会以text/html的格式显示异常信息,这样客户端就会出现“....   应该是text/xml...”的提示。 2 config文件中添加 <webServices>  阅读全文
posted @ 2016-03-14 19:37 AStronghcm 阅读(1768) 评论(0) 推荐(0)
摘要:http://www.itnose.net/detail/6139800.html 像net一样分层 maven http://www.cnblogs.com/xdp-gacl/p/4242221.html 阅读全文
posted @ 2016-03-02 13:40 AStronghcm 阅读(435) 评论(0) 推荐(0)
摘要:用or 用union 代替 union 是去重 没有union all 效率高 case when then 用DECODE(mbi.isvalidatebill,NULL,0,0,0,1) IsValidateBill, 代替 with rs as (select formcode, bill.c 阅读全文
posted @ 2016-03-01 10:05 AStronghcm 阅读(161) 评论(0) 推荐(0)
摘要:Ctrl +shirt +o 清理不用的 import 引用 net 我记得好像没有吧 net 引用是 using project 下的 clean 可以选择单个项目清空或者整体清空 相当于net的重新生成 阅读全文
posted @ 2016-03-01 09:47 AStronghcm 阅读(140) 评论(0) 推荐(0)