上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页
摘要: 原文参考:https://www.cnblogs.com/xuwenjin/p/9876432.html redis有两种持久化方式:RDB和AOF。具体差别跟优缺点可参考redis数据的两种持久化方式对比,本篇只介绍这两种方式怎么配置 RDB配置方式 默认情况下,是快照RDB的持久化方式,将内存中 阅读全文
posted @ 2021-08-13 19:50 super超人 阅读(517) 评论(0) 推荐(0)
摘要: 问题1: windows下启动redis过一会儿就会弹出redis-server.exe已停止工作: 原因: 因为之前的系统是32位的,安装使用的也是32位的redis。后来重装系统为64位的,再使用之前32为的redis就会出现这种情况。 应该是与系统位数不兼容导致的。重新下载64位的redis使 阅读全文
posted @ 2021-08-13 19:38 super超人 阅读(1885) 评论(0) 推荐(0)
摘要: 下载地址:https://hsk.oray.com/ 安装后,打开软件。 添加内网穿透即可。 阅读全文
posted @ 2021-08-09 20:22 super超人 阅读(249) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/duanyue/p/7601688.html 使用natapp本地映射外网服务 官网:https://natapp.cn/ 软件很好用,这对于前端工程师来说,有了这个工具就很爽了,当你的领导或者不在你公司内网范围内的人,想要看你的页面效果,就很简 阅读全文
posted @ 2021-08-09 20:14 super超人 阅读(2294) 评论(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超人 阅读(1082) 评论(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超人 阅读(2336) 评论(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超人 阅读(293) 评论(0) 推荐(0)
摘要: 直接使用${属性名}即可。 后台在session中set值。 httpSession.setAttribute("source", source); 前台freemarker的ftl文件中取session的值: <input type="hidden" <#if source??> value="$ 阅读全文
posted @ 2021-08-09 19:41 super超人 阅读(1157) 评论(0) 推荐(0)
摘要: springBoot和springCloud的版本号要对应,否则会有问题。 不同的springboot对应的springcloud版本可能不一样,就拿springboot2.1.7或者2.1.8来说,它对应的springcloud版本是Greenwich.SR3。 这些对应的版本信息都是从官方文档中 阅读全文
posted @ 2021-08-09 19:38 super超人 阅读(1589) 评论(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超人 阅读(408) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 40 下一页