上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页
摘要: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/login/auth.code2Session.html 阅读全文
posted @ 2019-11-13 10:16 A汉克先生 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 接口headers from-data header: { 'Content-Type':'application/json'}, header: { 'Content-Type':'application/x-www-form-urlencoded'}, 阅读全文
posted @ 2019-11-13 09:39 A汉克先生 阅读(262) 评论(0) 推荐(0) 编辑
摘要: https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html 阅读全文
posted @ 2019-11-10 14:51 A汉克先生 阅读(186) 评论(0) 推荐(0) 编辑
摘要: applicationContext.xml <!--切面Bean--> <bean id ="aspectbean" class='"con.softjx.intercept.MyInterceptior'> <!--配置AOP--> <aop:config> <aop:aspect id="as 阅读全文
posted @ 2019-11-10 13:58 A汉克先生 阅读(263) 评论(0) 推荐(0) 编辑
摘要: package com.foen.foensys.config;import com.alibaba.fastjson.JSON;import com.foen.foensys.model.SysLogsOper;import com.foen.foensys.model.Users;import 阅读全文
posted @ 2019-11-08 17:24 A汉克先生 阅读(203) 评论(0) 推荐(0) 编辑
摘要: import java.lang.annotation.*;/** * @auther: 作者 GZH,自定义注解 * @description: 类说明 * @Date: created in 15:29 2019/7/5 */@Target({ElementType.PARAMETER, Ele 阅读全文
posted @ 2019-11-08 17:24 A汉克先生 阅读(140) 评论(0) 推荐(0) 编辑
摘要: package com.foen.foensys.config;import com.alibaba.fastjson.JSON;import com.foen.foensys.model.SysLogsOper;import com.foen.foensys.model.Users;import 阅读全文
posted @ 2019-11-08 15:18 A汉克先生 阅读(177) 评论(0) 推荐(0) 编辑
摘要: try { Date now = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd"); String logName = sdf.format(now); //服务器日志地址 /data/website/zhuohu 阅读全文
posted @ 2019-11-08 15:12 A汉克先生 阅读(274) 评论(0) 推荐(0) 编辑
摘要: aop 命名空间,jar 扫路径 阅读全文
posted @ 2019-11-08 11:54 A汉克先生 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 一、初入Dubbo Dubbo学习文档: http://dubbo.incubator.apache.org/books/dubbo-user-book/ http://dubbo.incubator.apache.org/books/dubbo-admin-book/ https://github 阅读全文
posted @ 2019-11-08 11:50 A汉克先生 阅读(298) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页