03 2018 档案

摘要:传送门:http://www.mababa.xin/2021/01/14/java%e9%80%9a%e8%bf%87%e5%8f%8d%e5%b0%84%e8%b0%83%e7%94%a8%e6%9c%89%e5%8f%82%e6%95%b0%e7%9a%84%e6%96%b9%e6%b3%95/ 阅读全文
posted @ 2018-03-16 18:30 步步丶惊云 阅读(13861) 评论(0) 推荐(0)
摘要:/** * 通过HttpClient调用服务 * * @param url 路径 * data json数据 * @return *///post请求方法public String sendItsmTask(String url, String data) throws Exception{ Sys 阅读全文
posted @ 2018-03-14 14:52 步步丶惊云 阅读(1020) 评论(0) 推荐(0)
摘要:/** * 通过webserevice下发工单 * @param url * @param method * @param requestMap * @return * @throws ServiceException * @throws MalformedURLException * @throw 阅读全文
posted @ 2018-03-14 14:51 步步丶惊云 阅读(312) 评论(0) 推荐(0)
摘要:1、在web.xml中配置代码如下 <servlet> <servlet-name>AxisServlet</servlet-name> <display-name>Apache-Axis Servlet</display-name> <servlet-class> org.apache.axis. 阅读全文
posted @ 2018-03-05 20:20 步步丶惊云 阅读(782) 评论(0) 推荐(0)