什么是iftopiftop是一个免费的网卡实时流量监测工具,类似有top命令,不仅可以监控特定网卡的实时流量,端口连接信息等,还可以显示本机网络流量的情况,非常适用于监控代理服务器或者路由器的网络流量。安装iftop
1.下载:
[root@www]#wgethttp://www.ex-parrot.com/pdw/iftop..
分类:
其他好文 时间:
2017-07-24 14:54:03
阅读次数:
190
写这个开发教程之前,还是先说点什么。 首先要声明的是我并非DJI的员工。仅仅是DJI 飞行器的爱好者。 在DJI的phantom出来之后。我就一直期待着能够推出SDK。之前最早是Parrot的AR DRONE有推出SDK。可是其飞机性能本身就和Phantom不是一个量级。并且SDK推出后还不更新。如 ...
分类:
移动开发 时间:
2017-07-23 16:51:57
阅读次数:
242
之前看爬虫的时候,看到这里就断了,一直不太理解这2个的区别。 今天重新看,也借助了这位哥们的方法,把结果打印出来,我大概知道了这2者的区别。 http://www.cnblogs.com/chensimin1990/p/6725803.html 代码是这样的 这是结果 用children的函数(?不 ...
分类:
其他好文 时间:
2017-07-22 13:25:08
阅读次数:
188
1 安装iftop 1.1 下载源码 wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz 1.2 解压压缩包 tar –xzvf iftop-0.17.tar.gz 1.3 安装依赖 yum install -y gc ...
分类:
其他好文 时间:
2017-07-05 11:44:10
阅读次数:
193
class Animal: pass class Mammal(Animal):#哺乳类 pass class Bird(Animal):#鸟类 pass class Dog(Mammal): #狗类 pass class Parrort(Bird): #鹦鹉类 pass class Runnabl... ...
分类:
编程语言 时间:
2017-07-01 17:13:15
阅读次数:
92
[常见错误]fatalerror:Python.h:Nosuchfileordirectory环境场景系统:ParrotLinux软件:系统python默认版本2.7PyCharm默认版本Python3.5场景:Buildpycrypto-2.6.1失败提示:building‘Crypto.PublicKey._fastmath‘extension
x86_64-linux-gnu-gcc-pthread-fwrapv-Wall-Wstrict-prot..
分类:
编程语言 时间:
2017-06-21 20:03:19
阅读次数:
1325
[资源]ParrotSecurityOS国内源指令sudoleafpad/etc/apt/sources.list源debhttp://mirrors.ustc.edu.cn/parrot/parrotmaincontribnon-freedebhttp://mirrors.tuna.tsinghua.edu.cn/parrot/parrotmaincontribnon-free寻找方式每次都记不住,可手动去下面的几个镜像站去看是否有支..
分类:
其他好文 时间:
2017-06-21 20:00:43
阅读次数:
257
函数可以通过 关键字参数 的形式来调用,形如 keyword = value 。例如,以下的函数: def parrot(voltage, state='a stiff', action='voom', type='Norwegian Blue'): print "-- This parrot wo... ...
分类:
编程语言 时间:
2017-06-16 16:46:40
阅读次数:
230
1、官网地址:http://www.ex-parrot.com/~pdw/iftop/2、依赖包:#yuminstallflexbyacclibpcapncursesncurses-devellibpcap-devel3、安装软件:#tarxvfiftop-0.17.tar.gz
#cdiftop-0.17
#./configure
#make&&makeinstall4、简单方法:iftop-ieth0-B-n
分类:
其他好文 时间:
2017-06-03 11:28:31
阅读次数:
99
Animal 可能有不同的分类: Animal Mammal Bird Animal run fly 对于每个动物 Dog,Cat ,Parrot可能 第一种分类,也可能同时继承第二种分类。笨方法是定义RunMammal,FlyMammal,FlyBird。但是需要更多分类时,显然不合理。 多继承 ...
分类:
编程语言 时间:
2017-05-25 19:51:31
阅读次数:
203