帅气金毛

文章
4
资源
0
加入时间
2年10月17天

java缓存LoadingCache的实际用法

java缓存LoadingCache的实际用法guava-16.0.jar 解决方法:1.http://www.yayiho​use.com/yayishuwu/chapter/17662.accountCache.get("123456");//key=123456调用get方法就会内部调用getOrLoad(K key)方法,缓存中有对应的值则返回,没有则使用CacheLo...

vue2 可设置公共部分mixins,可复用功能

import {mixinstest} from './mixins/index' export default { name: 'App', mixins:[mixinstest], components: { HelloWorld }}index.jsexport const mixinstest = { data(){ return { testMix: '混入对象的data' } }, created(){