会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yinsua
.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
2015年6月10日
(转)NAT与NAT穿透 原理
摘要: 原文: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)
2015年6月8日
openwrt 的/etc/config/wireless 文件解析
摘要: 原文: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)
2015年6月5日
1.环境安装
摘要: 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)
/usr/bin/ld: cannot find -lz
摘要: ubuntu下执行:apt-get install zlib1g-dev
阅读全文
posted @ 2015-06-05 16:05 yinsua
阅读(168)
评论(0)
推荐(0)
Python.h:No such file or directory
摘要: ubuntu下执行:sudo apt-get install python-dev
阅读全文
posted @ 2015-06-05 15:57 yinsua
阅读(288)
评论(0)
推荐(0)
xslt-config: not found
摘要: redhat 、 centos下执行:yum install libxslt-develubuntu下执行:apt-get install libxslt-dev
阅读全文
posted @ 2015-06-05 15:55 yinsua
阅读(1070)
评论(0)
推荐(1)
2015年6月4日
WIN8/8.1下PL2303的驱动
摘要: 下载驱动更新驱动程序软件 -> 手动查找安装-> 设备列表选取-> 版本3.3.5.122 [ 2009/7/17 ]-> 下一步
阅读全文
posted @ 2015-06-04 18:02 yinsua
阅读(191)
评论(0)
推荐(0)
2015年6月3日
python中的enumerate学习
摘要: 参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/124.md#enumerateenumerate的作用是将序列的每一个元素都拿出来和其偏移值组成一个元组(tuple)图例:它可以指定下标的起始:
阅读全文
posted @ 2015-06-03 16:19 yinsua
阅读(188)
评论(0)
推荐(0)
python中的zip学习
摘要: 参考自:https://github.com/qiwsir/StarterLearningPython/blob/master/124.md#语句4zip:将每个队列里面的值依次取出来并组成一个新的序列结果序列的值的数量由输入序列中值最少的那一个序列的值的数量而定(有点绕口,看图就知道了,a b c...
阅读全文
posted @ 2015-06-03 14:17 yinsua
阅读(160)
评论(0)
推荐(0)
2015年6月2日
python中的map和reduce学习
摘要: 参考自: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
下一页
公告