elasticsearch7.3报错[script] unknown field [file], parser not found elasticsearch7.3报错 unknown field , parser not found 原因:高版本的elasticsearch不支持file类型,也就是说不支持从外部文件读取脚本。 ... 2019年8月31日 全文检索 浏览量:4,387 次 发表评论 阅读全文
Solr请求数据大时报错I/O exception (java.net.SocketException) caught when processing request to {}->http://xxx:8983: Connection reset by peer: socket write error 报错信息如下: 2019-08-02 08:48:29.813 INFO 18080 --- o.apache.http.impl.execchain.RetryExec : Retrying req... 2019年8月3日 全文检索 浏览量:951 次 发表评论 阅读全文
Spring Security Oauth2.0 ajax post请求跨域的解决方法 最近项目中有单点登录的需求,用的是Spring Security Oauth2.0框架,授权的服务端已经写好,用postman测的也没问题。但是新建一个工程来获取token,就会报跨域的错。网上找了半... 2019年2月13日 ajax 浏览量:2,136 次 发表评论 阅读全文
SpringBoot ajax get和post方法总结 1. GET请求会将参数跟在URL后进行传递, 例如: data : {id :1,name:"gaa"}, 会以/search?id=1&&name=aa的形式传递给后台。 而POS... 2018年8月6日 ajax 浏览量:1,474 次 发表评论 阅读全文
SpringBoot ajax Required request body is missing 因为GetMapping 不支持@RequestBody 改成PostMapping即可 2018年8月3日 SpringBoot 浏览量:1,371 次 发表评论 阅读全文