摘要: 首先罗列几个HashTable的方法: 1.size(); 2.isEmpty(); 3.clear(); 4.put(String Key,Integer value); 5.get(String key); 6.containsKey(String key); 7.ContainsKey(Int 阅读全文
posted @ 2020-08-24 16:28 xujiangxi 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1.常用注解及作用 1.1 Spring相关注解 @Autowired、@Resource、@Component 分享一篇关于@Autowired和@Resource非常好的文章:https://www.cnblogs.com/xrq730/p/5313412.html @Autowired :默认 阅读全文
posted @ 2020-08-24 16:26 xujiangxi 阅读(442) 评论(0) 推荐(0) 编辑