上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页
摘要: 1、ws.config签名 调用ticket等获取ws.config的签名,下面会调用方法再调用方法时需要再次按照调用方法的签名 wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通 阅读全文
posted @ 2019-11-06 15:45 王洪洪 阅读(2251) 评论(0) 推荐(0)
摘要: /** * POST Multipart Request * @Description: * @param requestUrl 请求url * @param requestText 请求参数 * @param requestFile 请求上传的文件 * @return * @throws Exce 阅读全文
posted @ 2019-10-31 16:33 王洪洪 阅读(5910) 评论(0) 推荐(0)
摘要: // pages/ruquestexer/index.js Page({ /** * 页面的初始数据 */ data: { }, getUserData:function(){ wx.request({ url: 'http://localhost:8080/getUsers', data:{ id:"1" ... 阅读全文
posted @ 2019-10-14 14:44 王洪洪 阅读(549) 评论(0) 推荐(0)
摘要: public class TryExer { public static void main(String[] args) { String test = test(); System.out.printf("返回:"+test); } public static String test(){ try { System.out.println("try"); return "try"; } cat 阅读全文
posted @ 2019-09-24 16:07 王洪洪 阅读(280) 评论(0) 推荐(0)
摘要: String str="[{\"cIndex\":14,\"column\":\"nextAdvice\",\"id\":1289,\"rIndex\":1,\"row\":\"sales\",\"tableName\":\"income\",\"value\":\"100000\"}]"; JSONArray array = JSONObject.pars 阅读全文
posted @ 2019-09-12 16:48 王洪洪 阅读(703) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-08-02 10:51 王洪洪 阅读(113) 评论(0) 推荐(0)
摘要: package com.gome.budget.common.utils; import org.apache.commons.compress.archivers.ArchiveEntry; import org.apache.commons.compress.archivers.ArchiveInputStream; import org.apache.commons.compress.a... 阅读全文
posted @ 2019-06-20 11:10 王洪洪 阅读(258) 评论(0) 推荐(0)
摘要: @GetMapping(value = "/down2") public void down2(HttpServletResponse response) throws Exception{ ExcelTypeEnum type=ExcelTypeEnum.XLSX; response.setContentType("multipart/form-data... 阅读全文
posted @ 2019-06-19 14:50 王洪洪 阅读(1202) 评论(0) 推荐(0)
摘要: package com.gome.budget.common.utils; import com.alibaba.excel.EasyExcelFactory; import com.alibaba.excel.ExcelWriter; import com.alibaba.excel.metadata.Sheet; import java.io.FileNotFoundException;... 阅读全文
posted @ 2019-06-18 20:54 王洪洪 阅读(198) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-28 19:45 王洪洪 阅读(563) 评论(2) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页