摘要: pom.xml 支持springBoot parent <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.1</v 阅读全文
posted @ 2021-03-08 23:37 乙侍 阅读(126) 评论(0) 推荐(0) 编辑
摘要: springboot集成springmvc springmvc 阅读全文
posted @ 2021-01-23 22:17 乙侍 阅读(100) 评论(0) 推荐(0) 编辑
摘要: git日程操作 服务器常用操作 ①同步代码库主干master 本地代码和云端代码库的master同步,进行融合,这个一般没冲突 git pull origin master ②创建分支 git checkout -b 分支名 ③常规操作 #纯粹的查看当前文件和本地最近版本的区别 git diff # 阅读全文
posted @ 2019-01-07 23:11 乙侍 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 1. 简单工厂模式 domain的接口 red blue 颜色工厂 阅读全文
posted @ 2018-12-08 23:19 乙侍 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 一、集成spring 二、集成springMVC 三、集成mybatis 1. pom.xml 2. web.xml 3. applicationContext.xml 4. applicationContext-mvc.xml 5. applicationContext-mybatis.xml 6 阅读全文
posted @ 2018-12-08 22:55 乙侍 阅读(242) 评论(0) 推荐(0) 编辑
摘要: SSM 相关 log4j.properties的配置 https://blog.csdn.net/sinat_30185177/article/details/73550377 阅读全文
posted @ 2018-12-01 00:49 乙侍 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 问题描述: must reset your password using ALTER USER statement before executing this statement 登录centos服务器的时候,设置的密码本来好好的,隔了几分钟发现不能访问数据库任何数据。折腾了五六个小时发现找到解决方 阅读全文
posted @ 2018-11-07 11:33 乙侍 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1. 现象 2. 原因分析 2.1 访问虚拟机中的mysql的前提: 你的电脑可以ping xxx.xx.xx.xxx 你的主机可以ping 通你的虚拟机 window中,window+r 打开命令窗口:输入 ipconfig 可以看到你主机的ip 在ubuntu中,进入命令行后,输入 ifconf 阅读全文
posted @ 2018-09-26 13:08 乙侍 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 分割线 分割线 分割线 分割线 分割线 补充说明: 1. 明确你需要的是 什么 jar包 2. 去本地 maven 仓库 查看jar包在不在,如果在,就使用上面的策略 3. 如果没有找到需要的jar包。就进入项目的目录,输入cmd命令 阅读全文
posted @ 2018-09-11 09:25 乙侍 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 参考链接 点击跳转 阅读全文
posted @ 2018-09-07 09:14 乙侍 阅读(406) 评论(0) 推荐(0) 编辑