摘要: 下载地址:https://hsk.oray.com/ 安装后,打开软件。 添加内网穿透即可。 阅读全文
posted @ 2021-08-09 20:22 super超人 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/duanyue/p/7601688.html 使用natapp本地映射外网服务 官网:https://natapp.cn/ 软件很好用,这对于前端工程师来说,有了这个工具就很爽了,当你的领导或者不在你公司内网范围内的人,想要看你的页面效果,就很简 阅读全文
posted @ 2021-08-09 20:14 super超人 阅读(2218) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/xiufengchen/p/10970525.html 升级jar包即可。 这个使用的版本 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <v 阅读全文
posted @ 2021-08-09 20:13 super超人 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 1.修改maven的镜像: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/ 阅读全文
posted @ 2021-08-09 20:08 super超人 阅读(2178) 评论(0) 推荐(0) 编辑
摘要: github地址:https://github.com/wechat-group/weixin-java-tools 例如授权回调: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb268f3ac33d62442&redire 阅读全文
posted @ 2021-08-09 19:58 super超人 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 直接使用${属性名}即可。 后台在session中set值。 httpSession.setAttribute("source", source); 前台freemarker的ftl文件中取session的值: <input type="hidden" <#if source??> value="$ 阅读全文
posted @ 2021-08-09 19:41 super超人 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: springBoot和springCloud的版本号要对应,否则会有问题。 不同的springboot对应的springcloud版本可能不一样,就拿springboot2.1.7或者2.1.8来说,它对应的springcloud版本是Greenwich.SR3。 这些对应的版本信息都是从官方文档中 阅读全文
posted @ 2021-08-09 19:38 super超人 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: 在测试公众号中发如下授权消息: https://open.weixin.qq.com/connect/oauth2/authorizeappid=wxb268f3ac33d62442&redirect_uri=http%3A%2F%2Fpcr5p6.natappfree.cc%2Fmobile%2F 阅读全文
posted @ 2021-08-09 18:54 super超人 阅读(381) 评论(0) 推荐(0) 编辑