07 2018 档案

摘要:import com.sinosoft.survey.api.SurveyConstant;import org.apache.commons.net.ftp.FTPClient;import org.apache.commons.net.ftp.FTPReply; import java.io.I 阅读全文
posted @ 2018-07-27 19:52 袋子里的袋鼠 阅读(349) 评论(0) 推荐(0)
摘要://微信 JSONObject json = new JSONObject();json.put("touser", touser);json.put("template_id", templatId); JSONObject result = HttpsUtil.httpsRequest(tmpu 阅读全文
posted @ 2018-07-26 13:13 袋子里的袋鼠 阅读(914) 评论(0) 推荐(0)
摘要:@Query使用Pageable 进行分页查询排序 Pageable:Pageable pageable = new PageRequest(pageNo-1,pageSize,sort); Sort:Sort.Order order = new Sort.Order(Sort.Direction. 阅读全文
posted @ 2018-07-24 10:29 袋子里的袋鼠 阅读(263) 评论(0) 推荐(0)