摘要:
<!DOCTYPE html><head><meta charset="utf-8" /><title>微信公众号清除内存缓存</title><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" 阅读全文
摘要:
三月 15, 2017 2:23:41 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting prop 阅读全文
摘要:
criteria.setCacheable(true); 一下是Criteria的底层源代码 /** * Enable caching of this query result, provided query caching is enabled * for the underlying sessi 阅读全文
摘要:
1.首先将这段错误在百度翻译上面查询一下,是什么意思,查询结果如下: 打开密钥数据库文件失败。C;\用户\ w \平台\ securecrt_fx6.5.3 \\ \\ \\ hostsmap.txt knowhosts配置 2.然后将它 Failed to open the key databas 阅读全文
摘要:
严重: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8090"]java.net.BindException: Address already in use: JVM_Bind <null>:809 阅读全文
摘要:
什么时候用Integer : 如果该属性所对应的数据库的字段是主键或者是外键时,用Integer;因为Integer的默认值为null,数据库的主键或者外键不能为空,但是可以为null 什么时候用int : 如果表示数量用int,因为int的默认值为0,它不能为null或者空 阅读全文
摘要:
代表这个文件(类)是一个抽象类abstract的第一个字母; 阅读全文
摘要:
2017-03-02 10:08:03,112 [localhost-startStop-1] ERROR org.springframework.web.servlet.DispatcherServlet - Context initialization failedorg.springframe 阅读全文
摘要:
新的错误出现 spring-mvc.xml文件 <mvc:resources mapping="/static/**" location="/static/" /> <mvc:resources mapping="/upload/**" location="/upload/" /> cvc-comp 阅读全文