码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
Openvswitch手册(4)
这一节我们来分析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
Openvswitch手册(4)
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:其他好文   时间:2014-06-21 12:01:13    阅读次数:562
Linux下动态调整LVM文件系统大小
LINUX下可以通过LVM动态调整一个已挂载的文件系统大小LV可以根据需求增大或减小,但是LV改变大小以后,在LV中的文件系统也需要相应的改变大小。这个概念非常重要,如果没有相应的调整LV中文件系统的大小,那么可能导致数据误用!扩展文件系统:1、umount掉文件系统2、先加LV e2fsck-f....
分类:系统相关   时间:2014-06-21 06:24:03    阅读次数:361
leetcode - Symmetric Tree
题目:Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmet...
分类:其他好文   时间:2014-06-20 18:44:41    阅读次数:279
ftp
CentOS http://vault.centos.org/apachehttp://mirror.bit.edu.cn/apache/httpd/mysqlftp://mysql.cdpa.nsysu.edu.tw/Unix/Database/MySQL/Downloads/phphttps:/...
分类:其他好文   时间:2014-06-18 22:24:38    阅读次数:214
[LeetCode OJ] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-06-18 13:29:31    阅读次数:214
开发Google眼镜的app
谷歌眼镜,相信很多人都不陌生,让很多人带着好奇与期待,希望自己也能带着试试,是什么样的感觉。先来简单了解谷歌眼镜开发 在此就简单介绍谷歌眼镜开发中的一些知识,API / SDK。 1、是谷歌眼镜的 Mirror API,是基于RESTful接口,从远程服务器到谷歌眼镜timeline的云。 2、是眼镜的开发工具包,构建在Android SDK基础之上,不仅用来开发谷歌眼镜的应用程序。还能利用Android NDK和原生代码协作。...
分类:移动开发   时间:2014-06-18 12:41:33    阅读次数:305
HBase入门之安装测试过程(Local Filesystem)
目标:学习Hbase,实现在本地文件系统中中安装Hbase参考资料:apache官方文档,HbaseQuickStart环境:MacOS上运行虚拟机,虚拟机中操作系统为CentOS安装过程: 1、安装JDK,本次安装过程中使用的JDK版本是jdk1.8。下载JDK后,执行默认安装; 2、下载HBase(http://mirror.esocc..
分类:其他好文   时间:2014-06-16 15:32:25    阅读次数:191
LeetCode——Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the f...
分类:其他好文   时间:2014-06-15 19:49:35    阅读次数:176
Leetcode:Symmetric Tree 判断对称树
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2014-06-15 18:55:36    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!