上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 62 下一页
摘要: 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) 编辑
摘要: 关于http和http跨域淘宝解决方案研究: http://buyer.trade.taobao.com/trade/pay.htm?spm=a1z01.2.3.4.0.wZAGp9&bizOrderId=848792014755406&bizType=200&ispayforanother=f... 阅读全文
posted @ 2014-11-04 20:10 172257861 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 关于http和http跨域淘宝解决方案研究: http://buyer.trade.taobao.com/trade/pay.htm?spm=a1z01.2.3.4.0.wZAGp9&bizOrderId=848792014755406&bizType=200&ispayforanother=f... 阅读全文
posted @ 2014-11-04 20:10 172257861 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 62 下一页