摘要: public static JSONObject xmltoJson(String xmlString){ JSONObject obj=new JSONObject(); XMLSerializer xmlSerializer=new XMLSerializer(); String resulSt 阅读全文
posted @ 2020-05-12 15:46 pengchengcheng 阅读(2662) 评论(0) 推荐(0) 编辑
摘要: 引入jar包 commons-codec-1.3.jar commons-httpclient-3.0.jar commons-logging-1.0.4.jar jdom-1.0.jar wsdl4j-1.6.1.jar xfire-all-1.2.6.jar XmlSchema-1.1.jar 阅读全文
posted @ 2020-05-12 15:25 pengchengcheng 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xuzhw/p/10143626.html 阅读全文
posted @ 2020-05-12 15:04 pengchengcheng 阅读(1523) 评论(0) 推荐(0) 编辑
摘要: /** * 计算两点的距离 * * @param fromPoint * @param toPoint * @return 返回String类型带距离单位 */ public static String measureDistanceStr(LatLng fromPoint, LatLng toPo 阅读全文
posted @ 2020-05-12 15:00 pengchengcheng 阅读(7035) 评论(0) 推荐(1) 编辑