会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
乙侍
博客园
首页
新随笔
联系
订阅
管理
2021年3月8日
java常用、通用代码或配置
摘要: 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 乙侍
阅读(140)
评论(0)
推荐(0)
2021年1月23日
SpringMVC的常用操作汇总
摘要: springboot集成springmvc springmvc
阅读全文
posted @ 2021-01-23 22:17 乙侍
阅读(113)
评论(0)
推荐(0)
2019年1月7日
git命令行常用指令和IDEA中git操作指南
摘要: git日程操作 服务器常用操作 ①同步代码库主干master 本地代码和云端代码库的master同步,进行融合,这个一般没冲突 git pull origin master ②创建分支 git checkout -b 分支名 ③常规操作 #纯粹的查看当前文件和本地最近版本的区别 git diff #
阅读全文
posted @ 2019-01-07 23:11 乙侍
阅读(428)
评论(0)
推荐(0)
2018年12月8日
简单工厂模式demo
摘要: 1. 简单工厂模式 domain的接口 red blue 颜色工厂
阅读全文
posted @ 2018-12-08 23:19 乙侍
阅读(534)
评论(0)
推荐(0)
maven_SSM集成的demo
摘要: 一、集成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 乙侍
阅读(251)
评论(0)
推荐(0)
2018年12月1日
博客收藏
摘要: SSM 相关 log4j.properties的配置 https://blog.csdn.net/sinat_30185177/article/details/73550377
阅读全文
posted @ 2018-12-01 00:49 乙侍
阅读(106)
评论(0)
推荐(0)
2018年11月7日
【mysql】must reset your password using ALTER USER statement before executing this statement
摘要: 问题描述: must reset your password using ALTER USER statement before executing this statement 登录centos服务器的时候,设置的密码本来好好的,隔了几分钟发现不能访问数据库任何数据。折腾了五六个小时发现找到解决方
阅读全文
posted @ 2018-11-07 11:33 乙侍
阅读(179)
评论(0)
推荐(0)
2018年9月26日
访问不了虚拟机 ubuntu中的myql,解决方案
摘要: 1. 现象 2. 原因分析 2.1 访问虚拟机中的mysql的前提: 你的电脑可以ping xxx.xx.xx.xxx 你的主机可以ping 通你的虚拟机 window中,window+r 打开命令窗口:输入 ipconfig 可以看到你主机的ip 在ubuntu中,进入命令行后,输入 ifconf
阅读全文
posted @ 2018-09-26 13:08 乙侍
阅读(415)
评论(0)
推荐(0)
2018年9月11日
解决idea中 mvn项目导了包找不到包的问题
摘要: 分割线 分割线 分割线 分割线 分割线 补充说明: 1. 明确你需要的是 什么 jar包 2. 去本地 maven 仓库 查看jar包在不在,如果在,就使用上面的策略 3. 如果没有找到需要的jar包。就进入项目的目录,输入cmd命令
阅读全文
posted @ 2018-09-11 09:25 乙侍
阅读(856)
评论(0)
推荐(0)
2018年9月7日
idea导入maven项目,找不到jar包,出现红色波浪线【转】
摘要: 参考链接 点击跳转
阅读全文
posted @ 2018-09-07 09:14 乙侍
阅读(437)
评论(0)
推荐(0)
下一页
公告