上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 62 下一页
摘要: https://www.cnblogs.com/amap_tech/p/11320171.html 导读 随着软件项目代码的日积月累,系统维护成本变得越来越高,是所有软件团队面临的共同问题。持续地优化代码,提高代码的质量,是提升系统生命力的有效手段之一。软件系统思维有句话“Less coding, 阅读全文
posted @ 2019-09-11 13:59 刘达人186 阅读(496) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yeqingxue/p/11193455.html 问题描述: 使用springMVC的时候,有些时候会需要获取请求或者响应对象,例如在身份验证的时候,需要获取请求头中的token,在做登录系统的时候需要使用response对象向客户端添加cookie 阅读全文
posted @ 2019-09-11 13:51 刘达人186 阅读(11130) 评论(0) 推荐(1) 编辑
摘要: 原文地址:HttpServletResponse ServletResponse 返回响应 设置响应头设置响应正文体 重定向 常用方法 如何重定向 响应编码 响应乱码 HttpServletResponse 和 ServletResponse 都是接口 具体的类型对象是由Servlet容器传递过来 阅读全文
posted @ 2019-09-11 13:14 刘达人186 阅读(635) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wenbronk/p/6432990.html /** * 通配符查询, 支持 * * 匹配任何字符序列, 包括空 * 避免* 开始, 会检索大量内容造成效率缓慢 */ @Test public void testWildCardQuery() { Q 阅读全文
posted @ 2019-09-10 16:48 刘达人186 阅读(8972) 评论(0) 推荐(1) 编辑
摘要: 1. Request cannot be executed; I/O reactor status: STOPPED RestClient被关闭了 2. SpringBoot启动后 Stopping service [Tomcat] 加上log4j的配置,显现出更多的信息来定位问题。在resourc 阅读全文
posted @ 2019-09-10 15:10 刘达人186 阅读(1766) 评论(0) 推荐(0) 编辑
摘要: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Pro 阅读全文
posted @ 2019-09-10 14:15 刘达人186 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 问题说明 data jpa和data redis同时配置时,出现Spring modules spring Spring Data Release Train <dependencyManagement> <dependencies> <dependency> <groupId>org.spring 阅读全文
posted @ 2019-09-10 13:42 刘达人186 阅读(5296) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhangpengshou/p/5366413.html Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctr 阅读全文
posted @ 2019-09-10 13:32 刘达人186 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.3/java-rest-high-supported-apis.html 阅读全文
posted @ 2019-09-10 13:32 刘达人186 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000016828977?utm_source=tag-newest#articleHeader0 嗅探器 允许从正在运行的Elasticsearch集群中自动发现节点并将它们设置到现有的RestClient实例的最小的库,它默认使用节点 阅读全文
posted @ 2019-09-09 16:53 刘达人186 阅读(1089) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 62 下一页