win10里汉口银行企业版网银登录时报错:系统参数配置错误,list out of bounds的解决方法 这两天我老婆在win10里装汉口银行的网银,不管怎么弄都报错:系统参数配置错误,list out of bounds。网上搜索不到任何相关的信息,我也是醉了,难道大家都不用汉口银行的网银吗。。 我老婆... 2018年12月13日 网络安全 浏览量:1,837 次 发表评论 阅读全文
类明明存在,但import时intellij idea 总提示找不到类 类明明存在,但import时intellij idea 总提示找不到类。。这个问题花了几个小时,代码明明没有任何错误,可以正常编译打包,但就是有红色波浪线,这让我看着很不舒服有没有,但是各种build... 2018年12月4日 IntelliJ IDEA 浏览量:6,125 次 发表评论 阅读全文
GitLab访问502错误 gitlab is taking too much time to respond的解决方法2 今天居然又遇到了gitlab的502错误 gitlab is taking too much time to respond 记得上一次遇到这个错误是通过我的之前一篇博文的方法解决的,但这次不行。 h... 2018年11月26日 gitLab 浏览量:4,898 次 发表评论 阅读全文
app使用postman调试api接口返回Required request body is missing的错误 后台是用@RequestBody的方式来接受参数的。用postman返回Required request body is missing的错误。 百度了一下,发现@RequestBody这种方式用po... 2018年11月23日 浏览量:7,965 次 发表评论 阅读全文
npm install 报node-sass错误(npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR! This is probably not a problem)的解决方法 前两天用npm install命令时不停node-sass错误: npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR!... 2018年11月18日 android 浏览量:2,762 次 发表评论 阅读全文
GitLab访问502错误的解决方法 今天重启服务器后启动gitlab,结果发生502错误。 原因是gitlab配置文件里设置的端口号被占用了。。把占用端口的进程强制Kill掉重新启动就OK了。 gitlab-ctl reconfigur... 2018年10月31日 gitLab 浏览量:3,315 次 发表评论 阅读全文
gitTortoiseGit无限弹出请输入密码的框 原因是: TortoiseGit的登录密码和git是不一样的,TortoiseGit使用的是putty,因此需要使用git生成的秘钥进行转换。 (1)生成ppk文件 打开“puttygen.exe”(... 2018年10月18日 浏览量:1,103 次 发表评论 阅读全文
eclipse中代码中有错误文件上却不显示红叉 1.单个项目修改 项目上右键-->properties-->java compiler-->building-->enable project specific s... 2018年10月8日 eclipse 浏览量:1,101 次 发表评论 阅读全文
SpringBoot里获取出错项目的项目名和错误消息 List err = result.getFieldErrors(); FieldError fe; String field; String errorMessage; for (int i = 0... 2018年8月31日 SpringBoot 浏览量:637 次 发表评论 阅读全文