上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页
摘要: 参考网址1.http://www.cnblogs.com/JimmyZhang/archive/2008/09/16/1291857.html2.http://www.cnblogs.com/zengqinglei/archive/2013/05/14/3078842.html 阅读全文
posted @ 2015-07-15 11:13 b̶i̶n̶g̶.̶ 阅读(137) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Data;using System.Xml;using System.Xml.... 阅读全文
posted @ 2015-07-15 10:16 b̶i̶n̶g̶.̶ 阅读(143) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/6259/Monitoring-network-speed 阅读全文
posted @ 2015-07-03 20:36 b̶i̶n̶g̶.̶ 阅读(168) 评论(0) 推荐(0)
摘要: 1.打开配置文件$ sudo vi /etc/ssh/sshd_config2.修改操作PermitRootLogin without-password 修改为PermitRootLogin yes3.重启shh服务或重启计算机$ service sshd restart 阅读全文
posted @ 2015-07-01 17:35 b̶i̶n̶g̶.̶ 阅读(1585) 评论(0) 推荐(0)
摘要: 1、反向代理全局配置 include mime.types; default_type application/octet-stream; client_max_body_size 100m; keepalive_timeout 65; proxy_read_timeout 600s; 2、http 阅读全文
posted @ 2015-07-01 16:20 b̶i̶n̶g̶.̶ 阅读(511) 评论(0) 推荐(0)
摘要: 安装前准备://更新系统1.sudo apt-get update//安装pcre包2.sudo apt-get install libpcre3 libpcre3-dev3.sudoapt-getinstall openssllibssl-dev 阅读全文
posted @ 2015-07-01 15:58 b̶i̶n̶g̶.̶ 阅读(233) 评论(0) 推荐(0)
摘要: function Map() { this.keys = new Array(); this.data = new Array(); //添加键值对this.set = function (key, value) { if (this.data[key] == null) {//如键不存在则身【键】... 阅读全文
posted @ 2015-07-01 13:37 b̶i̶n̶g̶.̶ 阅读(1950) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-19 21:09 b̶i̶n̶g̶.̶ 阅读(277) 评论(0) 推荐(0)
摘要: 原文:http://www.aicoffees.com/itshare/412261137.html 阅读全文
posted @ 2015-06-15 12:55 b̶i̶n̶g̶.̶ 阅读(200) 评论(0) 推荐(0)
摘要: 加入自定义头,亲测可以跨域调用Action 阅读全文
posted @ 2015-06-12 16:40 b̶i̶n̶g̶.̶ 阅读(214) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页