会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CHW'S BLOG
认真你就赢了!
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
2018年12月2日
Solr7使用常见问题:java.net.SocketException: Socket Closed
摘要: 使用Spring注入SolrClient时,使用完毕不要调用close()方法,否则可能会出现该异常
阅读全文
posted @ 2018-12-02 07:32 _chenyl
阅读(100)
评论(0)
推荐(0)
2018年11月29日
SpringBoot中使用Swagger2
摘要: 引入依赖。 org.springframework.boot spring-boot-start...
阅读全文
posted @ 2018-11-29 07:15 _chenyl
阅读(43)
评论(0)
推荐(0)
2018年11月23日
SpringBoot全局路径设置
摘要: 第一步,创建一个拦截器,实现前置处理方法 public class BasePathInterceptor extends Hand...
阅读全文
posted @ 2018-11-23 11:37 _chenyl
阅读(354)
评论(0)
推荐(0)
2018年11月22日
Solr7.5安装和使用详细教程(单机版)
摘要: 文章目录 一、安装二、创建核心2.1 创建核心前准备工作2.2 创建核心 三、schame3.1 schema主要成员3.2 添...
阅读全文
posted @ 2018-11-22 17:25 _chenyl
阅读(185)
评论(0)
推荐(0)
2018年11月20日
使用MyBatis逆向工具MyBatis GeneratorDao生成Model、Mapper、Mapping
摘要: 源码点这里; 官方介绍点这里 一、使用Maven插件的方式 1. 新建一个项目,导入pom。 4.0.0 com.fr...
阅读全文
posted @ 2018-11-20 10:34 _chenyl
阅读(107)
评论(0)
推荐(0)
2018年11月19日
创建.bat一键运行SpringBoot等各种jar包
摘要: 在jar包所在的文件夹新建一个start.bat文件(新建一个txt文件修改文件名和后缀)。打开start.bat文件,填写以下内容...
阅读全文
posted @ 2018-11-19 09:57 _chenyl
阅读(338)
评论(0)
推荐(0)
2018年11月6日
使用Spring Boot发送邮件
摘要: 1 简介 Spring Mail对Java Mail进行了封装,大大简化了邮件的发送,Spring Boot Mail在Spring...
阅读全文
posted @ 2018-11-06 11:04 _chenyl
阅读(91)
评论(0)
推荐(0)
2018年11月5日
Java格式化输出
摘要: Java SE5推出了C语言printf()风格的格式化输出功能。 1 System.out.printf() public sta...
阅读全文
posted @ 2018-11-05 10:22 _chenyl
阅读(59)
评论(0)
推荐(0)
2018年11月2日
对接支付宝接口流程(沙箱环境)
摘要: 文章目录 1 配置沙箱环境1.1 入驻开放平台1.2 下载官方DEMO1.3 配置DEMO中的zfbinfo.properties...
阅读全文
posted @ 2018-11-02 12:42 _chenyl
阅读(1002)
评论(0)
推荐(0)
2018年11月1日
设计模式-建造者模式(Builder Pattern)
摘要: 1 概述 1.1 定义 建造者模式(Builder Pattern)将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不...
阅读全文
posted @ 2018-11-01 20:53 _chenyl
阅读(79)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
公告