摘要: Mininet 使用源码安装过程=====================version : 2.1.0+1.从GITHUB上获取mininet源码 git clone git://github.com/mininet/mininet2.安装 mininet/util/install.s... 阅读全文
posted @ 2014-09-12 20:45 阿刻 阅读(4200) 评论(0) 推荐(0) 编辑
摘要: preg_replace函数用法:搜索$string中符合正则规则$pattern的部分,以$replacement替换,返回替换后的内容。在$replacement中,可以用$1,$2,$3分别引用$pattern中从左到右第一、二、三个括号中匹配的内容,为了避免$11被解析为引用第11个而不是第... 阅读全文
posted @ 2014-09-12 16:13 阿刻 阅读(454) 评论(0) 推荐(0) 编辑
摘要: array_maparray_map() 函数返回用户自定义函数作用后的数组。回调函数接受的参数数目应该和传递给 array_map() 函数的数组数目一致 输出:Array ( [0] => Horse [1] => Fido [2] => Cat ) 阅读全文
posted @ 2014-08-22 23:15 阿刻 阅读(115) 评论(0) 推荐(0) 编辑
摘要: PHP Array 函数定义和用法array_shift() 函数删除数组中的第一个元素,并返回被删除元素的值。注释:如果键是数字的,所有元素都将获得新的键,从 0 开始,并以 1 递增带有数字键:"Dog",1=>"Cat",2=>"Horse");echo array_shift($a);pri... 阅读全文
posted @ 2014-08-14 09:44 阿刻 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Zend Studio 8.0.1 windows版:http://downloads.zend.com/studio-eclipse/8.0.1/ZendStudio-8.0.1.msilinux版(32位):http://downloads.zend.com/studio-eclipse/8.0... 阅读全文
posted @ 2014-08-12 16:17 阿刻 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1)在父进程中,fork返回新创建子进程的进程ID; 2)在子进程中,fork返回0; 3)如果出现错误,fork返回一个负值; 阅读全文
posted @ 2014-08-08 17:55 阿刻 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 int parallel_qsort(int * data , int start , int end, int p_count, int pid); 5 int quick_sort(int *data ,int start , int en... 阅读全文
posted @ 2014-08-08 17:48 阿刻 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 12 IT skills that employers can't say no to 转载的没事就看看文章来源: http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=902662... 阅读全文
posted @ 2014-08-08 17:39 阿刻 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Visual BCD Editor 编辑启动项BCOMPARE 文档对比Octave 3.6.4 类似matlab 开源IOCP&EPOLL 并发模型Understand 源码分析工具GraphLab 分布式图计算hostapd linux下无线热点工具Bochs 开源虚拟机 阅读全文
posted @ 2014-08-08 17:38 阿刻 阅读(137) 评论(0) 推荐(0) 编辑
摘要: indent -kr -cli4 -nut -bl4 -bli0 kserver.c 阅读全文
posted @ 2014-07-30 19:57 阿刻 阅读(223) 评论(0) 推荐(0) 编辑