上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 1.开启工程自动编译 2. Ctrl + Shift + Alt + / 然后选择Registry,开启运行时允许自动编译 <!-- 热部署依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri 阅读全文
posted @ 2020-01-15 15:13 紫枫夜羽 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1.新建脚本,添加脚本内容 vi mysql_backup_test_backup.sh #!/bin/bash # 设置mysql的登录用户名和密码(根据实际情况填写) mysql_user="root" mysql_password="root" mysql_host="localhost" m 阅读全文
posted @ 2019-12-31 13:38 紫枫夜羽 阅读(3316) 评论(0) 推荐(0) 编辑
摘要: 一、基础环境 1、操作系统:CentOS 7.3 2、Docker版本:18.06.1 官方下载地址 3、百度云Docker 18.06.1地址:https://pan.baidu.com/s/1YdN9z72QutPkHBfLq06H1A 密码:dvvh 4、官方参考文档:https://docs 阅读全文
posted @ 2019-12-30 16:49 紫枫夜羽 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 1、点击下载PLSQL,本次安装的PLSQL版本为12.0.7,建议安装64位。 PLSQL下载链接详见百度网盘 链接:https://pan.baidu.com/s/1YV42rw6aeD8_qAhFqb9FXw 提取码:n6il https://blog.csdn.net/li66934791/ 阅读全文
posted @ 2019-12-30 15:20 紫枫夜羽 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 1.以root用户登录Mysql mysql -uroot -proot 2.切换到mysql数据库 use mysql 3.添加用户 //只允许指定ip连接 create user '新用户名'@'localhost' identified by '密码'; //允许所有ip连接(用通配符%表示) 阅读全文
posted @ 2019-12-30 14:13 紫枫夜羽 阅读(318) 评论(0) 推荐(0) 编辑
摘要: shell脚本mysql_backup_test_backup.sh #!/bin/bash # 设置mysql的登录用户名和密码(根据实际情况填写) mysql_user="***" mysql_password="****" mysql_host="localhost" mysql_port=" 阅读全文
posted @ 2019-12-26 11:56 紫枫夜羽 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1.wget下载安装用的Yum Repository [root@localhost ~]# wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 2.安装 [root@localhost ~] 阅读全文
posted @ 2019-12-26 11:25 紫枫夜羽 阅读(407) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wangzhuxing/p/10158390.html 阅读全文
posted @ 2019-11-13 10:02 紫枫夜羽 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/TFengStorm/p/11776893.html 阅读全文
posted @ 2019-11-08 13:56 紫枫夜羽 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ziyegediao/p/11771171.html 阅读全文
posted @ 2019-11-08 13:53 紫枫夜羽 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页