1 public class Test { 2 3 public static void main(String[] args) { 4 int A[] = {9,1,6,2,8,4,5,2,0}; 5 insertSorted(A); 6 for (int i = 0; i = 0 && A[j] > data) { 21 ... Read More
posted @ 2018-02-05 14:21 菲儿飞飞 Views(180) Comments(0) Diggs(0) Edit
问题: 解决方案: 即: 附录(仅针对SSH在Linux Shell中的用法) 一、什么是SSH? Secure Shell(安全外壳协议,简称SSH)是一种加密的网络传输协议,可在不安全的网络中为网络服务提供安全的传输环境。SSH最常见的用途是远程登录系统。SSH既有商业实现,也有开源实现。 SS Read More
posted @ 2018-02-05 09:21 菲儿飞飞 Views(4701) Comments(0) Diggs(0) Edit