摘要:
转自:https://zhidao.baidu.com/question/2119243279183884227.html 阅读全文
2016年12月29日
摘要:
autocomplete="off" : 使浏览器不记录用户之前输入过的值,用于保护用户隐私.placeholder="" : input为空时的提示字符串,当input获得焦点的时候消失。 readonly="true":不可选择,根据情况确定是否加上去。 阅读全文
摘要:
<cache type="org.mybatis.caches.ehcache.LoggingEhcache"> <property name="timeToIdleSeconds" value="1800"/> <property name="timeToLiveSeconds" value="1 阅读全文