- 博客(6)
- 收藏
- 关注
转载 控制文本框禁止输入特殊字符
jquery$(function() { $('.integer').bind({ keyup : function() { $(this).val($(this).val().replace(/[^\d]/g, '')); } }); $('.int
2017-07-01 16:31:57
826
原创 ehcache与spring,mybatis整合
springclass="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">mybatis不打印日志打印日志@Cacheable(value="user",key="#mobile")
2017-07-01 10:45:52
296
原创 ehcache基本配置
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">maxElementsInMemory="10000"maxElementsOnDisk="0" eternal="true" overflowToDisk="true"diskPersistent="false" timeToIdl
2017-07-01 10:37:25
278
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅