码迷,mamicode.com
首页 >  
搜索关键字:vmware cid parent virtual disk modified    ( 25165个结果
Oracle Managed Files,OMF
OMF相关参数:DB_CREATE_FILE_DESTDefines the location of the default file system directory or Oracle ASM disk group where the database creates datafiles or ...
分类:数据库   时间:2014-06-29 13:34:37    阅读次数:300
HDU - 4788 Hard Disk Drive (成都邀请赛H 水题)
HDU - 4788 Hard Disk Drive Time Limit:1000MS   Memory Limit:32768KB   64bit IO Format:%I64d & %I64u [Submit]  [Go Back]  [Status]   Description   Yesterday your dear cou...
分类:其他好文   时间:2014-06-20 10:51:20    阅读次数:316
Dojo Tree设置默认选中项并且获得它
先上用来生成Tree的JSON数据 [ { "id": "Root", "name": "资源目录" }, { "id": "PF", "name": "批发价格", "parent": "Root" }, { "id": "PF93", "name": "93#", "parent": "
分类:其他好文   时间:2014-06-13 13:49:33    阅读次数:442
脚本的浏览器兼容性问题
1.window对象不要去掉 window.parent.location2.firefox和ie内置的对象确实不一样,你用jquery吧这个是跨浏览器的,只需要$("#yourID").parent()就直接可以得到了 很方便,而且jquery也比较小,只有几十k,现在浏览器这么多 不可能不用跨浏...
分类:其他好文   时间:2014-06-11 23:01:55    阅读次数:311
yum 命令详解
linux yum命令详解yum(全 称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载 RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无...
分类:其他好文   时间:2014-06-11 22:15:39    阅读次数:321
Win8/8.1下驱动安装“数据无效”错误的有效解决方法
Windows8.1 安装完vmware 后并没有安装 vmnet1,vmnet8 这两个虚拟网卡,纠结了半天,原来是两个服务没打开。如果你使用的是Windows8或者8.1,并且精简过系统,那么在安装驱动程序的过程中,你可能会遇到“数据无效”的错误。笔者确信所拥有的驱动程序是可以安装在Win8/W...
分类:Windows程序   时间:2014-06-11 22:12:26    阅读次数:380
VMWare linux 虚拟机扩容
首先通过VMWare修改虚拟机参数,增加虚拟机磁盘空间(请参考相关资料),其次在虚拟机中加入扩容的磁盘空间。 1、使用parted查看可分配的空间 [root@stest ~]# parted GNU Parted 1.8.1 使用 /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (part...
分类:系统相关   时间:2014-06-07 15:34:37    阅读次数:296
error LNK2005 : already defined in libcmt.lib
1>MSVCRT.lib(MSVCR100.dll) : error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) already defined in libcmt.lib(stdexcpt.obj) 1>MS...
分类:其他好文   时间:2014-06-07 14:42:14    阅读次数:947
[转载]JQ 选择器大全
jquery获取父元素方法比较多,比如parent(),parents(),closest()这些都能帮你实现查找父元素或节点,下面我们来一一讲解:先举个例子,jquery获取父节点jquery获取父元素我们的目的是通过 id 为 item1 的便签a取到 class 为 parent1 的ul元素...
分类:其他好文   时间:2014-06-07 06:52:15    阅读次数:144
LeetCode:Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k then l...
分类:其他好文   时间:2014-06-05 22:13:19    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!