09 2024 档案
摘要:Redis启动命令 docker run --name wh-redis -p 6379:6379 -v /root/RedisData:/data -d --restart unless-stopped redis --appendonly yes --requirepass 'Your-pass
阅读全文
摘要:宝塔部署教程:https://blog.csdn.net/m0_57944649/article/details/140693257 frp官方下载:https://github.com/fatedier/frp/releases frp官方文档:https://gofrp.org/zh-cn/do
阅读全文
摘要:个推官方文档:https://docs.getui.com/getui/server/rest_v2/push/ 首先申请个推官方账号,然后注册App获取AppID、AppKey、AppSecret、MasterSecret 接入教程 1、编写配置文件 修改.yml文件 getui: AppID:
阅读全文
摘要:官方地址: https://dev.mysql.com/downloads/mysql/ 选择版本前需先看一下服务器的 glibc 版本 ldd --version 上传 将下载好的 tar 包上传到服务器上,这里演示上传到了 /usr/local/ 文件夹下 (也可以自定义位置) 解压 tar -
阅读全文
摘要:使用教程:https://blog.csdn.net/qq_43600166/article/details/136732510 第一步引入依赖 只需要服务端引入即可 <dependency> <groupId>org.springframework.cloud</groupId> <artifac
阅读全文
摘要:1、部署:通过Docker镜像 或者 安装包解压到Linux系统的方式 下载docker镜像可参考:https://www.cnblogs.com/xd99/p/18386275 docker run -d --name sentinel-dashboard \ --restart unless-s
阅读全文
摘要:Github 地址:https://github.com/tech-shrimp/docker_image_pusher (内有详细教程) 阿里云镜像服务:https://cr.console.aliyun.com/ 视频教程链接:https://www.bilibili.com/video/BV1
阅读全文