会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mr_xYu
猿,妙不可言
博客园
首页
新随笔
联系
管理
订阅
2024年7月17日
docker 部署 jar 运行
摘要: 准备demo-0.0.1-SNAPSHOT.jar,复制到宿主机中,比如/data/demo 在/data/demo中新建Dockerfile文件 执行命令 touch Dockerfile 编辑Dockerfile文件 vim , 输入 i 进入编辑 填充如下内容: # 拉取jdk8作为基础镜像F
阅读全文
posted @ 2024-07-17 16:21 Mr_xYu
阅读(26)
评论(0)
推荐(0)
编辑
2024年7月12日
银河麒麟 安装 Docker
摘要: Root 权限下 1.更新麒麟系统软件包,打开终端执行以下命令 apt update apt upgrade 2.安装 docker apt install docker.io 3.配置 docker systemctl start docker systemctl enable docker us
阅读全文
posted @ 2024-07-12 17:22 Mr_xYu
阅读(1089)
评论(0)
推荐(0)
编辑
2023年1月16日
CentOS7 安装redis
摘要: redis
阅读全文
posted @ 2023-01-16 15:13 Mr_xYu
阅读(263)
评论(0)
推荐(0)
编辑
2022年9月28日
Encountered unexpected token: "ur" <K_ISOLATION>
摘要: 在用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
阅读(2037)
评论(0)
推荐(0)
编辑
2021年12月20日
Mysql 查询最近一年的数量sql
摘要: 按月查询分月数量 , 某个月份没有的显示为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
阅读(658)
评论(0)
推荐(0)
编辑
2021年6月11日
CentOS7 安装Docker
摘要: 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
阅读(63)
评论(0)
推荐(0)
编辑
2021年5月27日
CentOS7安装mysql 5.7
摘要: 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
阅读(48)
评论(0)
推荐(0)
编辑
2021年5月26日
虚拟机安装CentOS7
摘要: 选择自定义安装 选择稍后安装系统 使用桥接网络 自定义硬件,去掉不必要硬件 编辑虚拟机,使用镜像文件,内存,硬盘,处理器,根据自己需要变更 开启虚拟机后会出现以下界面 Install CentOS 7 安装CentOS 7 Test this media & install CentOS 7 测试安
阅读全文
posted @ 2021-05-26 16:56 Mr_xYu
阅读(66)
评论(0)
推荐(0)
编辑
2020年12月8日
IDEA 启动SpringBoot项目或Spring项目出现程序包XXX不存在
摘要: 该方法是在你的pom中的依赖(是否缺少,版本是否兼容)maven仓库等配置没有问题的情况下 第一种方法: 打开IDEA底部的终端Terminal,输入"mvn idea:idea" mvn idea:idea:生成idea项目 第二种方法: 打开IDEA右上角的File——>Settings搜索ma
阅读全文
posted @ 2020-12-08 13:50 Mr_xYu
阅读(778)
评论(0)
推荐(1)
编辑
2020年6月18日
上传路径Class替换无效
摘要: 路径配置文件使用的常量,其它文件使用路径时,编译class时为静态常量信息,改变不同的路径常量则不生效
阅读全文
posted @ 2020-06-18 15:36 Mr_xYu
阅读(107)
评论(0)
推荐(0)
编辑
下一页
公告