03 2021 档案

摘要:https://blog.csdn.net/qq_28198181/article/details/86741515 https://www.jb51.net/article/126689.htm 1. Redis主从同步的过程 配置好slave服务器连接的master后,slave会建立和mast 阅读全文
posted @ 2021-03-31 16:32 南方卖菜 阅读(36) 评论(0) 推荐(0) 编辑
摘要:一、内存配置 Redis是基于内存的key-value数据库,因硬件设备内存大小有限,在使用Redis的时可以配置Redis使用的最大内存 配置文件设置: 搜索 maxmemory ,如果不设置最大内存或者设置最大内存为0,在64位操作系统下不限制内存大小,在32位操作系统下最多使用3GB内存 使用 阅读全文
posted @ 2021-03-30 01:16 南方卖菜 阅读(204) 评论(0) 推荐(0) 编辑
摘要:vscode安装插件 1、Vetur 阅读全文
posted @ 2021-03-28 14:46 南方卖菜 阅读(79) 评论(0) 推荐(0) 编辑
摘要:一、配置密码(明文密码,密文目前没有找到实行方案,无账号设置) 编辑 redis.windows.conf 搜索:requirepass (# requirepass foobared) ( #为注释) 下方加入一行:requirepass 你要设置的密码 例如: requirepass 12345 阅读全文
posted @ 2021-03-27 01:13 南方卖菜 阅读(32) 评论(0) 推荐(0) 编辑
摘要:一、Windows查看Redis版本号:cmd => redis -server 二、官网下载:Redis 6.2.1 官网地址:https://redis.io/ 三、安装包至于盘符:D:\redis 四、发现没有windows版本 Windows需要到github上下: https://gith 阅读全文
posted @ 2021-03-25 22:06 南方卖菜 阅读(81) 评论(0) 推荐(0) 编辑
摘要:https://www.pianshen.com/article/8176347941/ 阅读全文
posted @ 2021-03-16 16:21 南方卖菜 阅读(50) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/rianley/p/11760174.html 阅读全文
posted @ 2021-03-10 16:46 南方卖菜 阅读(62) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_44548643/article/details/89960446 参考 https://my.oschina.net/u/1778848/blog/542250 设置宽高 文字竖向 已测试 net var workbook = new XS 阅读全文
posted @ 2021-03-10 11:09 南方卖菜 阅读(86) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_23502409/article/details/107818264 redis https://www.cnblogs.com/zjtao/p/11451806.html redis 阅读全文
posted @ 2021-03-08 17:58 南方卖菜 阅读(53) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/kevingrace/p/9004460.html 阅读全文
posted @ 2021-03-04 16:03 南方卖菜 阅读(58) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_35433716/article/details/82195106 --缓存穿透 雪崩 阅读全文
posted @ 2021-03-02 17:23 南方卖菜 阅读(57) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/xiufengchen/p/10455288.html 阅读全文
posted @ 2021-03-01 17:51 南方卖菜 阅读(84) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示