- 博客(6)
- 收藏
- 关注
原创 Elasticsearch出现circuit_breaking_exception异常
问题原因解决方法PUT /_cluster/settings{ "persistent" : { "indices.breaker.fielddata.limit" : "40%" }}仅供记录
2021-11-16 09:07:49 1088
原创 Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean的原因之一
解决方法之一:项目上使用的是maven,查看在该项目或模块中是否引入一下依赖,如果有将其移除即可(至于里面的原因还没去深究)。 <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency>如果是parent依赖的话,可以添加&l...
2021-03-03 14:42:29 4236 1
原创 SpringBoot 做前后端分离,使用自定义Filter,出现 Cannot call sendRedirect()
解决方案 @Override protected void redirectToLogin(ServletRequest request, ServletResponse response) throws IOException { return; }原因在集成Shiro做前后端的分离的时候,使用自定义Filter,出现 java.lang.Ill...
2019-08-16 14:10:50 792
原创 ionic 使用crosswalk-webview 发布APP 生成多个apk的解决方案
发个帖子,方便以后查找cross_walk1、安装cross_walk插件 cordova plugin add cordova-plugin-crosswalk-webview2、ionic cordova build -help//帮助3、生产发布版本ionic cordova build android --prod --release -- -- --minSdkVersion=214、...
2018-05-04 11:35:28 848
原创 下载ngCordova出现 ECMDERR Failed to execute问题
自己在做H5手机开发,去下载ngCordova时出现:C:\Users\admin\Desktop\t\myApp>bower install ngCordovabower ngCordova#* not-cached https://github.com/driftyco/ng-cordova.git#*bower ngCordova#* re...
2018-04-18 23:20:39 560
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人