摘要: public ApiResult getState(@FormParam("deviceType") int deviceType, @FormParam("precinctId") String precinctId, @FormParam("deviceName") String deviceName, @FormParam("on... 阅读全文
posted @ 2018-12-13 23:15 茂财 阅读(117) 评论(0) 推荐(0) 编辑
摘要: public List getState(int deviceType, String precinctId, String deviceName, String onLine) { List deviceList = cfgDeviceMapper.findAllDevice();//查所有... 阅读全文
posted @ 2018-12-13 23:08 茂财 阅读(5297) 评论(0) 推荐(0) 编辑
摘要: package com.wiscom.ism.webapi.ismUtil; import org.apache.commons.io.FileUtils; import org.springframework.stereotype.Component; import org.springframework.util.ResourceUtils; import java.io.File; i... 阅读全文
posted @ 2018-12-13 22:53 茂财 阅读(1194) 评论(0) 推荐(0) 编辑
摘要: public static String doPost(String httpUrl, String param) { HttpURLConnection connection = null; InputStream is = null; OutputStream os = null; BufferedReader br = nu... 阅读全文
posted @ 2018-12-13 22:48 茂财 阅读(289) 评论(0) 推荐(0) 编辑