其他好文[总排行] [月排行] [周排行] [日排行]
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:其他好文 时间:2014-06-21 15:32:53 阅读:227
1.顺序容器的类型顺序容器:vector 支持快速随机访问list 支持快速插入/删除deque 双端队列顺序容器适配器:stack 后进先出(LIFO)栈queue 先进先出(FIFO)队列priority_queue 有优先级管理的队列
分类:其他好文 时间:2014-06-21 15:31:26 阅读:235
可以通过该方法来实现程序插件化。假设A,B两个类,A类为宿主,B类为插件需要加载到A类中:class Program{ public interface IHellow { void Hellow(); } static void Main(string[] a...
分类:其他好文 时间:2014-06-21 15:35:29 阅读:189
Posted in Linux Kernel at November 8th, 2012 / 1 Comment » 我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over ...
分类:其他好文 时间:2014-06-21 15:36:55 阅读:210
自用备份: 1 [rhel-packages] 2 name=packages 3 baseurl=http://172.26.1.84:8080/ 4 enabled=1 5 gpgcheck=0 6 7 [rhel-server] 8 name=server 9 baseurl=http://....
分类:其他好文 时间:2014-06-21 15:38:20 阅读:233
下划线属性:text-decoration: underline;点击查看
分类:其他好文 时间:2014-06-21 15:39:37 阅读:187
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-8定义内容类型 Customer 1.创建CustomerPartRecord 2.创建Custome.....
分类:其他好文 时间:2014-06-21 15:42:22 阅读:247
第一种:在使用主题的时候出现 控件包含代码块(即 ),因此无法修改控件集合错误,原来错误的原因是:控件包含代码块(即 ),因此无法修改控件集合。 将这些代码去掉,相应的功能在代码中实现即可。造成这个错误的原因是:在里面,使用了类似这样的代码,把Head中使用的的脚本放到body中,就OK了.Sour...
分类:其他好文 时间:2014-06-21 15:43:42 阅读:191
List of OpenFlow Software Projects (that I know of) http://yuba.stanford.edu/~casado/of-sw.html (I am trying to keep a running list of all OpenFlow-re...
分类:其他好文 时间:2014-06-21 15:44:58 阅读:323
static int MthDiff1(date d1, date d2){ int daysDiff = d1 - d2 - 1; if (daysDiff >= 0) return (year(num2date(daysDiff)) - 1900)*12 + mthofyr(num2dat...
分类:其他好文 时间:2014-06-21 15:46:24 阅读:171
1144640144641144642148452
上一页1484515下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!