摘要: public static final String DRIVER_CLASS = "com.mysql.jdbc.Driver"; //驱动名 public static final String URL = "jdbc:mysql://127.0.0.1:端口号/项目名?useUnicode=t 阅读全文
posted @ 2018-07-28 13:47 徐小圈 阅读(2925) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://blog.csdn.net/wangyu2016/article/details/76022928 使用axis2调用调用.net写的webservice接口时出现参数无法传递给接口的问题,找了很多资料,一下是找到可以实现的方法 正确代码为: import org.apac 阅读全文
posted @ 2018-07-28 13:34 徐小圈 阅读(1806) 评论(1) 推荐(0) 编辑
摘要: Address information does not exist in the Endpoint Reference (EPR).The system cannot infer the transport mechanism. 地址出错了 EndpointReference targetEPR 阅读全文
posted @ 2018-07-28 10:07 徐小圈 阅读(2617) 评论(0) 推荐(0) 编辑
摘要: /** * 测试 异常笔数,退费处理 * @return */ public static String refundHandle() { LogUtil.info(" 调用退费接口开始 "); try { PropertiesUtil propUtil = new PropertiesUtil(" 阅读全文
posted @ 2018-07-28 09:17 徐小圈 阅读(409) 评论(0) 推荐(0) 编辑