09 2017 档案

摘要:1.以http协议读取网络中的xml//basePath=http://xxx.com/xxx/xxx/{0}.xml";String strUrl = MessageFormat.format(basePath, cid);//将{0}替换成cidURL url = new URL(strUrl) 阅读全文
posted @ 2017-09-26 10:43 developer_os 阅读(393) 评论(0) 推荐(0)
摘要:昨天发现一个问题。2张表中只有百十来条数据。然后图方便使用了子查询,没有使用关联查询。里面还用了in ,没有使用exists。就这方面做个总结。 阅读全文
posted @ 2017-09-15 09:48 developer_os 阅读(456) 评论(0) 推荐(0)
摘要:public void Send() throws Exception { Transport transport = null; try { if (StringUtil.isBlank(this.host)) { throw new NetException(6002); } if (Strin 阅读全文
posted @ 2017-09-11 10:44 developer_os 阅读(201) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/u014316462/article/details/52241685 阅读全文
posted @ 2017-09-07 11:25 developer_os 阅读(223) 评论(0) 推荐(0)