longyuan

Results 34 issues of longyuan

配置: ``` @Configuration @EnableMethodCache(basePackages = "cn.xxx.xxx") @EnableCreateCacheAnnotation public class JetCacheConfig { final static int CACHE_LIMIT_NUM = 1000; @Bean public SpringConfigProvider springConfigProvider() { SpringConfigProvider provider = new SpringConfigProvider(); return provider; }...

Good job! ![image](https://user-images.githubusercontent.com/3142363/29546911-86c2a522-8729-11e7-81de-b16013f30138.png)

see https://github.com/mrmans0n/smart-adapters/issues/17

RecyclerView.Adapter.getItemId() ``` /** * Return the stable ID for the item at position. If {@link #hasStableIds()} * would return false this method should return {@link #NO_ID}. The default implementation *...

![image](https://cloud.githubusercontent.com/assets/3142363/4266199/ffc58454-3c76-11e4-9566-7abb5a03e2c1.png)