会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qwer78
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
下一页
2018年1月31日
ElasticsearchTemplate的详细使用,完成多条件查询、匹配度查询等
摘要: 详情:http://blog.csdn.net/tianyaleixiaowu/article/details/77965257 @PostMapping("/searchbookinfo") public Object searchbookinfo(@RequestBody Map<String,
阅读全文
posted @ 2018-01-31 14:08 qwer78
阅读(217)
评论(0)
推荐(0)
2018年1月30日
springboot使用elasticsearch踩得坑(Windows版)
摘要: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.9.RELEASE</version> <relativePat
阅读全文
posted @ 2018-01-30 11:47 qwer78
阅读(20)
评论(0)
推荐(0)
2018年1月29日
ElasticSearch-6.1.1安装head插件
摘要: 准备 windows7JDK-1.8ElasticSearch-6.1.1node-v9.4.0-x64.msigit 下载node.js ,网址:https://nodejs.org/en/ 安装node到D盘。如D:\nodejs。 把NODE_HOME设置到环境变量里(安装包也会自动加入PAT
阅读全文
posted @ 2018-01-29 16:55 qwer78
阅读(12)
评论(0)
推荐(0)
2018年1月24日
springboot 集成 elasticsearch(maven项目)
摘要: 1.搭建springboot项目,能跑起来(具体百度,我的springboot版本 1.5.9.RELEASE) 2.本机或者服务器安装elasticsearch并启动服务成功(我本地Windows安装的elasticsearch版本6.1.1) 3.pom引入依赖 <dependency> <gr
阅读全文
posted @ 2018-01-24 15:54 qwer78
阅读(125)
评论(0)
推荐(0)
2018年1月12日
mybatis 模糊查询(like和match against两种)
摘要: <select id="searchUser" parameterType="java.lang.String" resultType="com.datebook.vo.UserDetailVO"> select id,mobile,header,nickname,gender,birthday,s
阅读全文
posted @ 2018-01-12 10:26 qwer78
阅读(269)
评论(0)
推荐(0)
2018年1月5日
springboot 使用highcharts 结合ajax简单例子
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="zh-CN"> <head> <meta http-equiv="Co
阅读全文
posted @ 2018-01-05 11:18 qwer78
阅读(37)
评论(0)
推荐(0)
2017年12月25日
CountDownLatch使用
摘要: @RequestMapping(value = "/return", method = RequestMethod.POST) private JsonResult returnDeposit(@RequestBody Map<String, Object> params) { //新建一个线程池
阅读全文
posted @ 2017-12-25 14:18 qwer78
阅读(19)
评论(0)
推荐(0)
2017年12月15日
使用线程和线程池
摘要: 1、new Thread的弊端 执行一个异步任务你还只是如下new Thread吗? new Thread(new Runnable() { @Override public void run() { // TODO Auto-generated method stub } }).start();
阅读全文
posted @ 2017-12-15 15:27 qwer78
阅读(27)
评论(0)
推荐(0)
2017年11月6日
MySQL数据库读写Emoji表情符号报错
摘要: 1 MySQL的版本 utf8mb4的最低mysql版本支持版本为5.5.3+,若不是,请升级到较新版本。 2 MySQL驱动 5.1.34可用,最低不能低于5.1.13(开始没修改mysql的配置文件 导致服务器的mysql驱动jar包只能用5.1.13版本,升级版本就会报错,坑死) 3 修改My
阅读全文
posted @ 2017-11-06 10:03 qwer78
阅读(49)
评论(0)
推荐(0)
2017年10月23日
aop的使用
摘要: 1 spring-web.xml配置文件 <!-- 激活组件扫描功能,扫描aop的相关组件组件 --> <context:component-scan base-package="com.datebook.aop"/> <!-- 启动对@AspectJ注解的支持 --> <aop:aspectj-a
阅读全文
posted @ 2017-10-23 17:01 qwer78
阅读(51)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
下一页
公告