上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 先引入先在你的页面引入 bootstrap-select.css 和 bootstrap-select.js 只要在<select>控件里加入multiple:多选 data-actions-box="true":全选,全不选 data-live-search="true":查询 data-none 阅读全文
posted @ 2019-07-18 14:05 NOT_COPY 阅读(4313) 评论(0) 推荐(0) 编辑
摘要: 大家应该都知道在做Zuul网关过滤的时候,如果不在网关过滤时转发头信息,经过网关时头信息就会丢失。 但我用 addZuulRequestHeader转发头信息时,却不起作用,在子服务的controller取不到头信息的内容, 是因为头信息的Authorization这个单词的问题 敏感头信息Auth 阅读全文
posted @ 2019-07-13 22:23 NOT_COPY 阅读(2567) 评论(0) 推荐(0) 编辑
摘要: SpringCloud对应SpringBoot不匹配 Greenwich 2.1.x Finchley 2.0.x Edgware 1.5.x Dalston 1.5.x 阅读全文
posted @ 2019-07-11 22:44 NOT_COPY 阅读(2987) 评论(1) 推荐(1) 编辑
摘要: SpringBoot打开Eureka server时出现以下错误: java.lang.TypeNotPresentException: Type javax.xml.bind.JAXBContext not present pom文件导入坐标 阅读全文
posted @ 2019-07-11 22:02 NOT_COPY 阅读(988) 评论(0) 推荐(0) 编辑
摘要: logstash异常 1 2 3 Unrecognized VM option 'UseParNewGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program 阅读全文
posted @ 2019-07-06 17:25 NOT_COPY 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 问题一failed to load elasticsearch nodes : org.elasticsearch.index.mapper.MapperParsingException: No type specified for field【属性名称]出现这个问题,我就想到了用solr时需要再s 阅读全文
posted @ 2019-07-06 16:27 NOT_COPY 阅读(4660) 评论(0) 推荐(1) 编辑
摘要: @Autowired 与@Resource的区别: 1、 @Autowired与@Resource都可以用来装配bean. 都可以写在字段上,或写在setter方法上。 2、 @Autowired默认按类型装配(这个注解是属业spring的),默认情况下必须要求依赖对象必须存在,如果要允许null值 阅读全文
posted @ 2019-07-05 19:06 NOT_COPY 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: linux系统镜像iso文件下载 首先你要选择你想要的linux版本,常见版本有CentOS,Ubuntu。选择一个你需要的。 有两个镜像站推荐: 网易镜像站:http://mirrors.163.com/ 国外镜像站:http://mirrors.kernel.org/ 原文地址:http://i 阅读全文
posted @ 2019-07-04 15:25 NOT_COPY 阅读(13566) 评论(0) 推荐(2) 编辑
摘要: 在Dropzone中设置 maxFilesize: 350, //MB 但上传的文件没有到最大限定350MB,就报出来 未显示页面,因为请求实体过大的错误 Web.config中设置 maxAllowedContentLength大小 </system.webServer> <security> < 阅读全文
posted @ 2019-06-20 15:03 NOT_COPY 阅读(3761) 评论(0) 推荐(0) 编辑
摘要: src\main\resources\application.properties 或者src\main\resources\application.yml 在你的application.properties或application.yml配置文件中加 logging.level.com.hotel 阅读全文
posted @ 2019-06-08 13:15 NOT_COPY 阅读(2925) 评论(1) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页