上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 使用Spring注入SolrClient时,使用完毕不要调用close()方法,否则可能会出现该异常 阅读全文
posted @ 2018-12-02 07:32 _chenyl 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 引入依赖。 org.springframework.boot spring-boot-start... 阅读全文
posted @ 2018-11-29 07:15 _chenyl 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 第一步,创建一个拦截器,实现前置处理方法 public class BasePathInterceptor extends Hand... 阅读全文
posted @ 2018-11-23 11:37 _chenyl 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 文章目录 一、安装二、创建核心2.1 创建核心前准备工作2.2 创建核心 三、schame3.1 schema主要成员3.2 添... 阅读全文
posted @ 2018-11-22 17:25 _chenyl 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 源码点这里; 官方介绍点这里 一、使用Maven插件的方式 1. 新建一个项目,导入pom。 4.0.0 com.fr... 阅读全文
posted @ 2018-11-20 10:34 _chenyl 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 在jar包所在的文件夹新建一个start.bat文件(新建一个txt文件修改文件名和后缀)。打开start.bat文件,填写以下内容... 阅读全文
posted @ 2018-11-19 09:57 _chenyl 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 1 简介 Spring Mail对Java Mail进行了封装,大大简化了邮件的发送,Spring Boot Mail在Spring... 阅读全文
posted @ 2018-11-06 11:04 _chenyl 阅读(73) 评论(0) 推荐(0) 编辑
摘要: Java SE5推出了C语言printf()风格的格式化输出功能。 1 System.out.printf() public sta... 阅读全文
posted @ 2018-11-05 10:22 _chenyl 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 文章目录 1 配置沙箱环境1.1 入驻开放平台1.2 下载官方DEMO1.3 配置DEMO中的zfbinfo.properties... 阅读全文
posted @ 2018-11-02 12:42 _chenyl 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 1 概述 1.1 定义 建造者模式(Builder Pattern)将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不... 阅读全文
posted @ 2018-11-01 20:53 _chenyl 阅读(66) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页