摘要: 1 Intellij Ideal创建Maven项目 来自网上的解释: archetypeCatalog表示插件使用的archetype元数据,不加这个参数时默认为remote,local,即中央仓库archetype元数据,由于中央仓库的archetype太多了,所以导致很慢,指定internal来 阅读全文
posted @ 2016-11-28 23:44 Fly_Coding 阅读(362) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { String str = "000AB"; Integer in = Integer.valueOf(str,16); String st = Integer.toHexString(in).toUpperCase(); st = String.f... 阅读全文
posted @ 2016-11-28 17:58 Fly_Coding 阅读(28512) 评论(0) 推荐(0) 编辑