码迷,mamicode.com
首页 >  
搜索关键字:track nqa    ( 2299个结果
H.264视频的RTP荷载格式
Status of This Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions f...
分类:其他好文   时间:2015-01-24 10:08:33    阅读次数:210
iptables配置conntrack的NOTRACK和TRACK
iptables本身没有TRACKtarget,以至于你不能指定需要被conntrack模块处理的数据包白名单,比如我想实现:除了来源IP是192.168.10.0/16网段的需要被track之外,其它的都不要track。当然,你可以通过下面的配置实现我的需求:iptables-traw-APREROUTING!-s192.168.10.0/16-jNOTRA..
分类:其他好文   时间:2015-01-17 19:39:23    阅读次数:155
iptables配置conntrack的NOTRACK和TRACK
iptables本身没有TRACK target,以至于你不能指定需要被conntrack模块处理的数据包白名单,比如我想实现:除了来源IP是192.168.10.0/16网段的需要被track之外,其它的都不要track。       当然,你可以通过下面的配置实现我的需求:iptables -t raw -A PREROUTING ! -s 192.168.10.0/16 -j NOTRACK...
分类:其他好文   时间:2015-01-17 16:37:05    阅读次数:189
SparkSQL简易入门
SparkSQL操作文本文件val sqlContext = new org.apache.spark.sql.SQLContext(sc)import sqlContext._case class PageViews(track_time: String, url: String, session...
分类:数据库   时间:2015-01-09 10:29:50    阅读次数:732
The Four Stages of Recovering a Project
If a project is in trouble, the project manager needs to work to recover it and get the schedule back on track. Hopefully, it's not too late to still ...
分类:其他好文   时间:2015-01-07 16:46:47    阅读次数:135
H3C nqa 配置
nqaentryadminhngdtypeicmp-echo使用ICMPping的方式destinationip10.114.10.1frequency1000频率1000msreaction1checked-elementprobe-failthreshold-typeconsecutive5action-typetrigger-onlyreaction2checked-elementprobe-failthreshold-typeconsecutive10action-typetrigger..
分类:其他好文   时间:2015-01-02 16:16:04    阅读次数:626
[安全]Back_Track_5 vm 版安装和使用
下载安装 下载使用国内的镜像  http://mirrors.ustc.edu.cn/kali-images/kali-1.0.9/ 我这里是vm9.0 下载之后解压,然后打开vm,然后 文件-->打开-->选择解压后的vm文件加载 基本事项 系统启动之后用户名密码为 root/toor vm中几个要做的事情 ssh...
分类:其他好文   时间:2014-12-31 01:08:26    阅读次数:203
css之-webkit-scrollbar
在IE中可以自定义滚动条的样式 ,基于webkit的浏览器现在也可以自定义其样式:::-webkit-scrollbar {/* 1 */}::-webkit-scrollbar-button {/* 2 */}::-webkit-scrollbar-track {/* 3 */}...
分类:Web程序   时间:2014-12-29 08:52:14    阅读次数:127
LAMP+NFS之MariaDB安装
MariaDB是基于二机制包安装的,不需要编译一、数据磁盘准备我们在虚拟机上另外挂一块磁盘,大小自己定,这里的是2G的创建分区查看新加的磁盘位置[root@localhost~]#fdisk-l Disk/dev/sda:137.4GB,137438953472bytes 255heads,63sectors/track,16709cylinders Units=cylindersof..
分类:数据库   时间:2014-12-29 06:43:44    阅读次数:309
HTML5不允许写结束标记的元素
HTML5不允许写结束标记的元素 1、area 2、base 3、br 4、col 5、command 6、embed 7、img 8、hr 9、keygen 10、link 11、meta 12、param 13、source 14、track 15、in...
分类:Web程序   时间:2014-12-27 21:48:28    阅读次数:871
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!