上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 原文:http://blog.csdn.net/ustcgy/article/details/56550505. NAT穿透5.1 转发最可靠但又是最低效的点对点通信方法,莫过于将p2p网络通信看作一个C/S结构,通过服务器来转发信息.如下图,两个客户端A和B,均与服务器S初始化了一个TCP或UDP... 阅读全文
posted @ 2015-06-10 18:50 yinsua 阅读(830) 评论(0) 推荐(1)
摘要: 原文:http://blog.csdn.net/hui523hui523hui523/article/details/384937251.2.2无线网络WirelessWiFi设置储存在/etc/config/wireless中(目前支持Broadcom, Atheros 和mac80211)。当第... 阅读全文
posted @ 2015-06-08 17:36 yinsua 阅读(9293) 评论(0) 推荐(0)
摘要: 1.使用环境为AWS ubuntu 14.04 LTS 2.默认的python版本为2.7.6 3.根据安装指南开始安装环境: 安装LXML: apt-get install libxslt-dev sudo apt-get install python-dev apt-get install zlib1g-dev pip install lxml 4.安装爬虫框架: pip install... 阅读全文
posted @ 2015-06-05 17:04 yinsua 阅读(145) 评论(0) 推荐(0)
摘要: ubuntu下执行:apt-get install zlib1g-dev 阅读全文
posted @ 2015-06-05 16:05 yinsua 阅读(168) 评论(0) 推荐(0)
摘要: ubuntu下执行:sudo apt-get install python-dev 阅读全文
posted @ 2015-06-05 15:57 yinsua 阅读(288) 评论(0) 推荐(0)
摘要: redhat 、 centos下执行:yum install libxslt-develubuntu下执行:apt-get install libxslt-dev 阅读全文
posted @ 2015-06-05 15:55 yinsua 阅读(1070) 评论(0) 推荐(1)
摘要: 下载驱动更新驱动程序软件 -> 手动查找安装-> 设备列表选取-> 版本3.3.5.122 [ 2009/7/17 ]-> 下一步 阅读全文
posted @ 2015-06-04 18:02 yinsua 阅读(191) 评论(0) 推荐(0)
摘要: 参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/124.md#enumerateenumerate的作用是将序列的每一个元素都拿出来和其偏移值组成一个元组(tuple)图例:它可以指定下标的起始: 阅读全文
posted @ 2015-06-03 16:19 yinsua 阅读(188) 评论(0) 推荐(0)
摘要: 参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/124.md#语句4zip:将每个队列里面的值依次取出来并组成一个新的序列结果序列的值的数量由输入序列中值最少的那一个序列的值的数量而定(有点绕口,看图就知道了,a b c... 阅读全文
posted @ 2015-06-03 14:17 yinsua 阅读(160) 评论(0) 推荐(0)
摘要: 参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/204.md#map https://github.com/qiwsir/StarterLearningPython/blob/master/204.md#reduc... 阅读全文
posted @ 2015-06-02 23:43 yinsua 阅读(173) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页