会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南方卖菜
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
2021年3月27日
Windows下 redis 操练-配置密码篇(2)
摘要: 一、配置密码(明文密码,密文目前没有找到实行方案,无账号设置) 编辑 redis.windows.conf 搜索:requirepass (# requirepass foobared) ( #为注释) 下方加入一行:requirepass 你要设置的密码 例如: requirepass 12345
阅读全文
posted @ 2021-03-27 01:13 南方卖菜
阅读(46)
评论(0)
推荐(0)
2021年3月25日
Windows下 redis 操练-安装篇(1)
摘要: 一、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 南方卖菜
阅读(129)
评论(0)
推荐(0)
2021年3月16日
es资料
摘要: https://www.pianshen.com/article/8176347941/
阅读全文
posted @ 2021-03-16 16:21 南方卖菜
阅读(64)
评论(0)
推荐(0)
2021年3月10日
nginx keepalived 主从配置
摘要: https://www.cnblogs.com/rianley/p/11760174.html
阅读全文
posted @ 2021-03-10 16:46 南方卖菜
阅读(70)
评论(0)
推荐(0)
NPOI excel导入导出
摘要: 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 南方卖菜
阅读(92)
评论(0)
推荐(0)
2021年3月8日
分布式锁 数据库、redis、Zookeeper
摘要: 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 南方卖菜
阅读(67)
评论(0)
推荐(0)
2021年3月4日
Redis 哨兵 sentinel
摘要: https://www.cnblogs.com/kevingrace/p/9004460.html
阅读全文
posted @ 2021-03-04 16:03 南方卖菜
阅读(62)
评论(0)
推荐(0)
2021年3月2日
Redis AOF数据持久化
摘要: https://blog.csdn.net/qq_35433716/article/details/82195106 --缓存穿透 雪崩
阅读全文
posted @ 2021-03-02 17:23 南方卖菜
阅读(62)
评论(0)
推荐(0)
2021年3月1日
redis原理及实现
摘要: https://www.cnblogs.com/xiufengchen/p/10455288.html
阅读全文
posted @ 2021-03-01 17:51 南方卖菜
阅读(92)
评论(0)
推荐(0)
2021年2月2日
linux命令查看进程
摘要: 启动jar包命令:java -jar yh_shop.jar 查看进程:ps -ef|grep yh_shop.jar 杀进程:kill 2561 第1个是进程号 nohup Java -jar yh_shop.jar & //意思是不挂断运行命令,当账户退出或终端关闭时,程序仍然运行 ctrl +
阅读全文
posted @ 2021-02-02 16:50 南方卖菜
阅读(172)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
17
下一页
公告