上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: https://www.cnblogs.com/yuerugou54/p/11632579.html https://blog.csdn.net/u012373281/article/details/89761656 阅读全文
posted @ 2020-05-13 12:15 M号开发者 阅读(340) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lfalex0831/p/8963247.html 阅读全文
posted @ 2020-05-11 12:21 M号开发者 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u014745069/article/details/83820511 阅读全文
posted @ 2020-05-08 17:14 M号开发者 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://www.baidu.com/link?url=padI-PSNGf2qkRXupbdswDIIA0hGUbzNlm6RCrbquFlW3M6g5xLQMnOYko36HtXn8tsERLrPOZrpmELwmwaMwK&wd=&eqid=e88be8cb000786550000000 阅读全文
posted @ 2020-05-04 01:29 M号开发者 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: StringBuffer requestURL = request.getRequestURL(); URI ip = IpUtil.getIP(new URI(requestURL.toString())); public class IpUtil { public static URI getI 阅读全文
posted @ 2020-04-29 16:44 M号开发者 阅读(4997) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/a704397849/article/details/103820538 import org.springframework.context.annotation.Bean; import org.springframework.context.anno 阅读全文
posted @ 2020-04-20 14:08 M号开发者 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 1.体验版小程序 需要https域名,调试模式下不需要 2.体验正式版本,对登录注册有要求,需要有展示给用户小程序的功能页面,才可以审核通过 阅读全文
posted @ 2020-04-20 11:30 M号开发者 阅读(877) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liantdev/p/10125284.html 多个aop类可以实现顺序,通过类上的@order.需要纠正的是 越小就先执行 https://blog.51cto.com/4837471/2326708 获得aop请求方法上的注解 https://w 阅读全文
posted @ 2020-04-20 11:29 M号开发者 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <jdbcConnection driverClass="com.mysql.cj.jdbc.Driver" connectionURL="jdbc:mysql://127.0.0.1:3306/orange?useUnicode=true&amp;characterEncoding=utf-8&a 阅读全文
posted @ 2020-04-15 14:39 M号开发者 阅读(952) 评论(0) 推荐(0) 编辑
摘要: 可以让小程序一开始就进入一个固定的启动页面,在这个页面中的onload中去进行判断是否登录,有登录就跳转到正常页面,没登录就跳登录页面 阅读全文
posted @ 2020-04-11 17:27 M号开发者 阅读(5958) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页