摘要: import java.util.Scanner;/** * * @author luozhonghua * */public class charSearchAndSort { static void kuaiSu(char[] a,int left,int right) ... 阅读全文
posted @ 2014-11-05 12:12 172257861 阅读(118) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;/** * * @author luozhonghua * */public class charSearchAndSort { static void kuaiSu(char[] a,int left,int right) ... 阅读全文
posted @ 2014-11-05 12:12 172257861 阅读(104) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;/** * * @author luozhonghua * */public class charSearchAndSort { static void kuaiSu(char[] a,int left,int right) ... 阅读全文
posted @ 2014-11-05 12:12 172257861 阅读(72) 评论(0) 推荐(0) 编辑
摘要: static final int N=15; static void quickSort(int[] arr,int left,int right) //快速排序算法 { int f,t; int rtemp,ltemp; ltemp=left; rtemp=rig... 阅读全文
posted @ 2014-11-05 11:47 172257861 阅读(102) 评论(0) 推荐(0) 编辑
摘要: static final int N=15; static void quickSort(int[] arr,int left,int right) //快速排序算法 { int f,t; int rtemp,ltemp; ltemp=left; rtemp=rig... 阅读全文
posted @ 2014-11-05 11:47 172257861 阅读(69) 评论(0) 推荐(0) 编辑
摘要: static final int N=15; static void quickSort(int[] arr,int left,int right) //快速排序算法 { int f,t; int rtemp,ltemp; ltemp=left; rtemp=rig... 阅读全文
posted @ 2014-11-05 11:47 172257861 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 基本原理: 用户A始终认为它访问的是原始服务器B而不是代理服务器Z,但实用际上反向代理服务器接受用户A的应答,从原始资源服务器B中取得用户A的需求资源,然后发送给用户A。由于防火墙的作用,只允许代理服务器Z访问原始资源服务器B。尽管在这个虚拟的环境下,防火墙和反向代理的共同作用保护了原始资源服务... 阅读全文
posted @ 2014-11-05 08:48 172257861 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 基本原理: 用户A始终认为它访问的是原始服务器B而不是代理服务器Z,但实用际上反向代理服务器接受用户A的应答,从原始资源服务器B中取得用户A的需求资源,然后发送给用户A。由于防火墙的作用,只允许代理服务器Z访问原始资源服务器B。尽管在这个虚拟的环境下,防火墙和反向代理的共同作用保护了原始资源服务... 阅读全文
posted @ 2014-11-05 08:48 172257861 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 基本原理: 用户A始终认为它访问的是原始服务器B而不是代理服务器Z,但实用际上反向代理服务器接受用户A的应答,从原始资源服务器B中取得用户A的需求资源,然后发送给用户A。由于防火墙的作用,只允许代理服务器Z访问原始资源服务器B。尽管在这个虚拟的环境下,防火墙和反向代理的共同作用保护了原始资源服务... 阅读全文
posted @ 2014-11-05 08:48 172257861 阅读(818) 评论(0) 推荐(0) 编辑