微信素材获取(JAVA)

摘要: public void getMaterial(HttpServletRequest request, HttpServletResponse response) throws Exception { String csid = request.getParameter("csid"); Strin 阅读全文
posted @ 2019-08-30 09:57 chuntao 阅读(774) 评论(0) 推荐(0)

微信素材上传(JAVA)

摘要: public ResultResp uploadmaterial(HttpServletRequest request) throws Exception { WxMaterialType materialType = WxMaterialType.valueOf(request.getParame 阅读全文
posted @ 2019-08-30 09:52 chuntao 阅读(1101) 评论(0) 推荐(0)

java中文乱码问题

摘要: 将JDK默认编码设置为UTF-8 创建系统环境变量: 变量名: JAVA_TOOL_OPTIONS, 变量值:-Dfile.encoding=UTF-8 阅读全文
posted @ 2019-03-28 09:48 chuntao 阅读(286) 评论(0) 推荐(0)

SQL SERVER 时间与时间戳转换相差8小时问题

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-03-26 17:43 chuntao 阅读(4) 评论(0) 推荐(0)