2017年8月2日

sublime 改动文件后,实现 eclipse 自动刷新文件

摘要: Preference-general-workplace,勾选Refresh using native hooks or polling 阅读全文

posted @ 2017-08-02 10:45 丛林摄影狮 阅读(251) 评论(0) 推荐(0) 编辑

2017年8月1日

spring @Autowired 方法参数时 经常会遇到实参中的属性值(@Autowired 修饰)是null 不知道为什么

摘要: spring @Autowired 方法参数时 经常会遇到实参中的属性值(@Autowired 修饰)是null 不知道为什么 阅读全文

posted @ 2017-08-01 19:04 丛林摄影狮 阅读(774) 评论(0) 推荐(0) 编辑

2017年7月31日

import org.apache.ibatis.io.Resources 找不到

摘要: maven 下载的包有问题, 从mybatis 下载后 覆盖maven仓库中的包后回复正常 阅读全文

posted @ 2017-07-31 15:33 丛林摄影狮 阅读(3869) 评论(0) 推荐(0) 编辑

2017年7月26日

Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)

摘要: 重新删除maven已下载的jar,让maven重新下载下就好了 阅读全文

posted @ 2017-07-26 20:23 丛林摄影狮 阅读(222) 评论(0) 推荐(0) 编辑

2017年7月20日

slapadd: error while loading shared libraries: libdb-4.6.so: cannot open shared object file: No such file or directory

摘要: # tar xvf db-4.7.25.tar.gz# cd db_4.7.25# cd build_unix/ # ../dist/configure -prefix=/home/XXX/app/BerkeleyDB# make# make install 2、安装openldap前准备:配置环境变量,参考openldap install文件#export CPPFLAGS="-I/home... 阅读全文

posted @ 2017-07-20 22:43 丛林摄影狮 阅读(741) 评论(0) 推荐(0) 编辑

致命错误:ltdl.h

摘要: yum install libtool-ltdl-devel 阅读全文

posted @ 2017-07-20 16:57 丛林摄影狮 阅读(221) 评论(0) 推荐(0) 编辑

2017年7月18日

because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

摘要: 是由于header 中加了 X-Content-Type-Options:nosniff 导致的 spring 框架 出现这个错误,是未给js文件授权用户访问造成的 阅读全文

posted @ 2017-07-18 14:05 丛林摄影狮 阅读(7528) 评论(0) 推荐(0) 编辑

spring MVC &{} 取不到值的解决方案

摘要: <input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/> 取不到值。 需要加th,更正如下: <input type="hidden" th:name="${_csrf.parameterName}" th 阅读全文

posted @ 2017-07-18 11:28 丛林摄影狮 阅读(454) 评论(0) 推荐(0) 编辑

导航