07 2015 档案

摘要:1、输出txt文件(用于sqlldr导入)SPOOL test.txt select id|| '|' || name FROMtest ; SPOOL OFFSQLLOAD导入数据:sqlldr'dbname/dbpassword'@数据库ip_实例 control=test.ctl ERRORS... 阅读全文
posted @ 2015-07-24 14:52 binbiny 阅读(256) 评论(0) 推荐(0)
摘要:本地tomcat部署webserivce项目正常,但是放到weblogic下却又异常:(JaxWsImplementorInfo.java:60)at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:385)....经查,原... 阅读全文
posted @ 2015-07-15 17:41 binbiny 阅读(6058) 评论(0) 推荐(0)
摘要:在项目中配置webservice,查找wsdl时总是提示"HTTP Status 404 - There is no Action mapped for namespace / and action name ...",原来是因为web.xml中struts过滤器StrutsPrepareAndEx... 阅读全文
posted @ 2015-07-14 17:17 binbiny 阅读(213) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-07-13 19:43 binbiny 阅读(132) 评论(0) 推荐(0)