摘要: 开发工具使用的是idea 1.我们现在项目上面打包 1)增加一个打包,clean,deploy,跳过测试的一个命令 命令:clean install deploy -Dmaven.javadoc.skip=true -Dmaven.test.skip=true 依次打完包之后找到项目所在的文件夹找到 阅读全文
posted @ 2019-04-08 14:55 侯朋威啊 阅读(3275) 评论(0) 推荐(0)
摘要: 1.Comparable自然规则排序 //在自定义类Student里面实现Comparable接口,并重写抽象方法compareTo(Student o); //Collections.sort(集合); public static void main(String[] args) { List<I 阅读全文
posted @ 2019-04-08 14:32 侯朋威啊 阅读(5332) 评论(0) 推荐(0)