12 2018 档案

摘要:package com.wiscom.ism.webapi.ismController; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; import org.springframework.stereotype.Component;... 阅读全文
posted @ 2018-12-15 00:01 茂财 阅读(10519) 评论(0) 推荐(0)
摘要:public ApiResult getState(@FormParam("deviceType") int deviceType, @FormParam("precinctId") String precinctId, @FormParam("deviceName") String deviceName, @FormParam("on... 阅读全文
posted @ 2018-12-13 23:15 茂财 阅读(120) 评论(0) 推荐(0)
摘要:public List getState(int deviceType, String precinctId, String deviceName, String onLine) { List deviceList = cfgDeviceMapper.findAllDevice();//查所有... 阅读全文
posted @ 2018-12-13 23:08 茂财 阅读(5332) 评论(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 茂财 阅读(1202) 评论(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 茂财 阅读(300) 评论(0) 推荐(0)