摘要:
整个项目结构: 技术栈:spring cloud alibaba、MySQL8、Mybatis-Plus、Nacos、knife4j 接口文档、Lombok 一. 开发环境安装 JDK17安装 MySQL安装 二. 工程搭建 2.1 构建父子工程 2.1.1 创建父工程 创建⼀个空的 Maven 项 阅读全文
摘要:
介绍:你可以在 Python 脚本中指定多个 WiFi 网络,分别定义为“静音”或“取消静音”状态。脚本会检测当前连接的 WiFi,如果连接上属于“静音”的网络,就静音;如果连接上属于“取消静音”的网络,就恢复声音。 前置条件 -- 有python环境 安装python环境 参考链接:https:/ 阅读全文
摘要:
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 阅读全文
摘要:
教程链接:https://blog.csdn.net/m0_37999219/article/details/132585026 阅读全文