上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 一、配置密码(明文密码,密文目前没有找到实行方案,无账号设置) 编辑 redis.windows.conf 搜索:requirepass (# requirepass foobared) ( #为注释) 下方加入一行:requirepass 你要设置的密码 例如: requirepass 12345 阅读全文
posted @ 2021-03-27 01:13 南方卖菜 阅读(46) 评论(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 南方卖菜 阅读(129) 评论(0) 推荐(0)
摘要: https://www.pianshen.com/article/8176347941/ 阅读全文
posted @ 2021-03-16 16:21 南方卖菜 阅读(64) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/rianley/p/11760174.html 阅读全文
posted @ 2021-03-10 16:46 南方卖菜 阅读(70) 评论(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 南方卖菜 阅读(92) 评论(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 南方卖菜 阅读(67) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kevingrace/p/9004460.html 阅读全文
posted @ 2021-03-04 16:03 南方卖菜 阅读(62) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35433716/article/details/82195106 --缓存穿透 雪崩 阅读全文
posted @ 2021-03-02 17:23 南方卖菜 阅读(62) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xiufengchen/p/10455288.html 阅读全文
posted @ 2021-03-01 17:51 南方卖菜 阅读(92) 评论(0) 推荐(0)
摘要: 启动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 下一页