自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

转载 org.springframework.beans.factory.UnsatisfiedDependencyException

org.springframework.beans.factory.UnsatisfiedDependencyException <!-- Mybatis-plus启动器 --> <dependency> <groupId>com.baomidou</groupId> ...

2019-09-18 16:29:00 293

转载 idea搭建springCloud----搭建父子项目(二)

今天介绍一下 : idea 搭建父子项目父项目:springCloud_ht子项目:eureka_server(注册中心)1-1.新建父项目:1-2 起名称 springCloud_ht1-3 什么都不选,next1-4 :起项目名称:springCloud_ht1-5: 该目录为下图,但是项目为红色,我不喜欢红色,去除红色(将svn删...

2019-07-19 16:30:00 4274

转载 MyBatis 逆向工程 mapper 文件生成其他数据库中的sql

这个坑太深了,搞了半天,才搞好,在这里谢谢原创:https://www.cnblogs.com/xqz0618/p/MybatisGeneratorError.html转载于:https://www.cnblogs.com/zongguitao/p/11181128.html...

2019-07-13 16:32:00 421

转载 eclipse 快速搭建springboot项目

eclipse 安装spring插件:https://blog.csdn.net/wysnxzm/article/details/78595268如果不识别yml文件需要安装 yedit 插件:https://blog.csdn.net/weixin_42475367/article/details/89309988转载于:https://www.cnblogs.com/...

2019-07-10 15:24:00 199

转载 idea搭建springCloud----配置阿里maven(一)

公司最近搭建微服务,现在我将项目的一点一滴记录下来,希望能帮助到需要的人目前暂时第一版为:springboot+mybatis+thymeleaf+shiro+日志今天介绍 idea 配置阿里maven1.在路径:C:\Users\Administrator\.m2 下创建:repository_al 文件夹和 settings_al.xml 文件2.setting...

2019-07-09 11:55:00 320

转载 idea springboot配置外置tomcat

1.<packaging>war</packaging>2.<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> &lt...

2019-07-08 14:10:00 531

转载 httpClient使用post

1.以form表单的样式发送数据/** * httpClient 发送表单提交的方式*/public static String sendPost(String url, String param){ PrintWriter out = null; BufferedReader in = null; StringBuilder res...

2019-07-06 15:59:00 145

转载 写点有意思的博客

今天,我要开始写一些,觉得不错的东西了,有可能会复制其他人的内容,但是我会在其下方会放上原作的链接,支持原创,我开始码代码了,,,有时间再聊。转载于:https://www.cnblogs.com/zongguitao/p/11142852.html...

2019-07-06 15:22:00 76

转载 mysql 对字符串进行排序

-- 方式一SELECT * FROM xxxxxx WHERE STATUS = '1' ORDER BY ORDER_NUMBER + 0 DESC -- 方式二 SELECT * FROM xxxxx WHERE STATUS...

2019-07-06 15:09:00 642

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除