码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
JPDA 架构研究19 - JDI的连接模块
引入:上文提到了JDI的Mirror机制,把整个目标虚拟机上的所有数据、类型、域、方法、事件、状态和资源,以及调试器发向目标虚拟机的事件请求等都映射成Mirror对象。这里进一步讨论JDI的链接模块。分析:连接模块其主要目的是提供调试器(Debugger)到目标虚拟机(TargetVM)之间的..
分类:其他好文   时间:2014-12-09 19:53:30    阅读次数:284
去非数字字符串的前导零
DATA: LV_LEN TYPE I, LV_NUM TYPE I, LV_NU TYPE I.DATA:L_ORT02 TYPE KNA1-ORT02.L_ORT02 = '000你好你好'.*lv_len = cl_abap_list_utilities=>d...
分类:其他好文   时间:2014-12-09 15:30:08    阅读次数:197
find ./ -name "cgi_*.c" -type f -exec grep "javascript" -lv {} \;
查找:find . -type f -exec grep 'GUI_PAGE' -l {} \;查找文件:find ./ -name info.h在c文件中查找:find ./ -name "cgi_*.c" -type f -exec grep "javascript" -lv {} \;
分类:编程语言   时间:2014-12-08 12:00:11    阅读次数:205
CentOS 6.4 下安装 Apache
下载地址:http://mirror.bit.edu.cn/参数描述prefix安装目录enable-rewrite开启 rewrite 模块sysconfdir配置文件目录./configuremakemake install
分类:Web程序   时间:2014-12-06 19:28:16    阅读次数:183
LAMP+NAGIOS+CACTI完整实现笔记
源码包:httpd-2.2.24.tar.gzphp-5.2.17.tar.gzcdmysql-5.1.73-linux-x86_64-glibc23.tar.gz其余依赖程序均通过yum源来安装,推荐EPEL和CentOS163镜像http://mirrors.163.com/http://mirror.centos.org/epel镜像http://mirrors.fedoraproject.org操作步骤:mysql安装:tarzxfmy..
分类:移动开发   时间:2014-12-04 15:58:48    阅读次数:299
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-12-03 23:00:53    阅读次数:290
Oracle
参看: http://www.cnblogs.com/mophee/archive/2013/06/01/3107137.html wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/pdksh-5.2.14-37.el5_8.1.x86_64.rpm...
分类:数据库   时间:2014-12-03 19:42:00    阅读次数:142
unity TileMode 3参数:clamp、repeat和mirror
CLAMP的作用是如果渲染器超出原始边界范围,则会复制边缘颜色对超出范围的区域进行着色。 REPEAT的作用是在横向和纵向上以平铺的形式重复渲染位图。 MIRROR的作用是在横向和纵向上以镜像的方式重复渲染位图。...
分类:编程语言   时间:2014-12-03 19:26:15    阅读次数:246
马哥10-3
MDDM/dev/md#metadeviceDM:DeviceMapper逻辑设备RAID,LVM2DM:LVM2快照多路径PV:pvcreate,pvremove,pvscan,pvdisplay,pvmovevg:vgcreate,vgremove,vgextend,vgreduce,vgs,vgdisplay,vgscanvgcreateVG_NAME/PATH/TO/PV-s#:PE大小,默认为4MBlvlvcreate,lvremove,lv..
分类:其他好文   时间:2014-12-02 00:19:36    阅读次数:219
马哥10-4
一.扩展逻辑卷:lvextend:-L[+]#/PATH/TO/LVresize2fs:resize2fs/PATH/TO/LV5G-p/PATH/TO/LV能扩展多大就多大二.缩减逻辑卷:注意:1.不能在线缩减,得先卸载2.确保缩减后的空间大小依然能存储原有的所有数据3.在缩减之前应该先强行检查文件,以确保文件系统处于一致性状态res..
分类:其他好文   时间:2014-12-02 00:16:57    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!