摘要: redis 阅读全文
posted @ 2023-01-16 15:13 Mr_xYu 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 在用mybatis-plus的过程中 , 报如下错误 : Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "ur" <K_ISOLATION> at line 4, column 27 阅读全文
posted @ 2022-09-28 17:18 Mr_xYu 阅读(1809) 评论(0) 推荐(0) 编辑
摘要: 按月查询分月数量 , 某个月份没有的显示为0 SELECT@s := @s + 1 AS `index`,DATE_FORMAT( DATE_SUB( CURDATE(), INTERVAL @s MONTH ), '%Y-%m' ) AS `mon`FROMmysql.help_topic,( S 阅读全文
posted @ 2021-12-20 11:33 Mr_xYu 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 1.检查内核版本,必须是3.10及以上 uname -r 2.yum install docker命令安装 安装过程中的询问,输入y即可 Is this ok [y/d/N]: y 3.启动Docker 启动docker systemctl start docker 查看docker状态,如图说明成 阅读全文
posted @ 2021-06-11 16:42 Mr_xYu 阅读(61) 评论(0) 推荐(0) 编辑
摘要: ping -c 4 www.baidu.com检查网络是否连通 安装wget yum -y install wget 添加mysql端口3306 firewall-cmd --zone=public --add-port=3306/tcp --permanent 重新载入 firewall-cmd 阅读全文
posted @ 2021-05-27 11:17 Mr_xYu 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 选择自定义安装 选择稍后安装系统 使用桥接网络 自定义硬件,去掉不必要硬件 编辑虚拟机,使用镜像文件,内存,硬盘,处理器,根据自己需要变更 开启虚拟机后会出现以下界面 Install CentOS 7 安装CentOS 7 Test this media & install CentOS 7 测试安 阅读全文
posted @ 2021-05-26 16:56 Mr_xYu 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 该方法是在你的pom中的依赖(是否缺少,版本是否兼容)maven仓库等配置没有问题的情况下 第一种方法: 打开IDEA底部的终端Terminal,输入"mvn idea:idea" mvn idea:idea:生成idea项目 第二种方法: 打开IDEA右上角的File——>Settings搜索ma 阅读全文
posted @ 2020-12-08 13:50 Mr_xYu 阅读(695) 评论(0) 推荐(1) 编辑
摘要: 路径配置文件使用的常量,其它文件使用路径时,编译class时为静态常量信息,改变不同的路径常量则不生效 阅读全文
posted @ 2020-06-18 15:36 Mr_xYu 阅读(107) 评论(0) 推荐(0) 编辑
摘要: mysql 阅读全文
posted @ 2020-05-26 11:07 Mr_xYu 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 文件上传 阅读全文
posted @ 2020-05-12 18:25 Mr_xYu 阅读(138) 评论(0) 推荐(0) 编辑