摘要:
这篇过气了! 重新补一个:http://www.cnblogs.com/hackyo/p/6809773.html 由于需要,得搭建个nginx+tomcat+https的服务器,搜了搜网上的发现总是有错,现在整理了些有用的,备忘。 环境:Centos6.5、JDK1.8、Tomcat8.5、Ngi 阅读全文
摘要:
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... 阅读全文
摘要:
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]; ... 阅读全文
摘要:
Good, then we can start 阅读全文