09 2019 档案
摘要:首先,在web.xml中加载配置文件 然后配置缓存管理器,开启注解支持等 然后在相应方法上添加@Cacheable、@CachePut、@CacheEvict等注解
阅读全文
摘要:# Obtain a suitable buffer length by partial file length function Get-BufferLength ([int]$partialFileLength) { [int]$MinBufferLength = 1MB # No need to consume great amount memory,initialize as 50M, y
阅读全文