摘要: public static void main(String[] args) { Map<String, Object>map=new ConcurrentHashMap<String, Object>(); map.put("safein", "safein"); map.put("safein1 阅读全文
posted @ 2022-03-09 14:28 丶Ronnie 阅读(1435) 评论(0) 推荐(0)
摘要: 第一步、File -> Settings 第二步、Editor -> File and Code Templates -> Includes -> File Header 模板一: /** * @Author ${USER} * @create ${DATE} ${TIME} */模板二: /** 阅读全文
posted @ 2022-03-09 09:45 丶Ronnie 阅读(1687) 评论(0) 推荐(0)