- 博客(6)
- 收藏
- 关注
转载 控制文本框禁止输入特殊字符
jquery $(function() { $('.integer').bind({ keyup : function() { $(this).val($(this).val().replace(/[^\d]/g, '')); } }); $('.int
2017-07-01 16:31:57
815
原创 ehcache与spring,mybatis整合
spring class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"> mybatis 不打印日志 打印日志 @Cacheable(value="user",key="#mobile")
2017-07-01 10:45:52
281
原创 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
261
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人