Loading

摘要: 这篇过气了! 重新补一个:http://www.cnblogs.com/hackyo/p/6809773.html 由于需要,得搭建个nginx+tomcat+https的服务器,搜了搜网上的发现总是有错,现在整理了些有用的,备忘。 环境:Centos6.5、JDK1.8、Tomcat8.5、Ngi 阅读全文
posted @ 2016-09-21 10:06 hackyo 阅读(9331) 评论(1) 推荐(1) 编辑
摘要: import java.util.Arrays; public class Main { public static void main(String[] args) { int[] a = { 6, -2, 7, 8, 3, 4, 12, 1, 0, -3, -8, 3, 4, 7 }; System.out.println("排序之前:" + Arra... 阅读全文
posted @ 2016-09-21 09:46 hackyo 阅读(356) 评论(0) 推荐(0) 编辑
摘要: public class Main { public static void main(String[] args) { int[] A = { 6, 4, 3, 5, 6, 2 }; for (int j = 1; j = 0 && A[i] > key) { A[i + 1] = A[i]; ... 阅读全文
posted @ 2016-09-21 09:36 hackyo 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Good, then we can start 阅读全文
posted @ 2016-09-21 09:32 hackyo 阅读(114) 评论(0) 推荐(0) 编辑