码迷,mamicode.com
首页 >  
搜索关键字:vmware cid parent virtual disk modified    ( 25165个结果
PatentTips - Modified buddy system memory allocation
BACKGROUNDMemory allocation systems assign blocks of memory on request. A memory allocation system employs an allocator to receive relatively large bl...
分类:其他好文   时间:2014-07-07 23:11:50    阅读次数:318
dynamic_cast的用处
主要用来在没有实现文件,只有头文件的情况下,添加派生类的功能,如下例给programmer加奖金。注意:dynamic_cast不能用于没有virtual函数的类/////////////////////////////////////////////////////////////////////...
分类:其他好文   时间:2014-07-07 19:05:40    阅读次数:165
简单的文本编辑器
#!/usr/bin/env pythonimport wxclass MainWindow(wx.Frame): def __init__(self, parent, title): wx.Frame.__init__(self, parent, title=title, si...
分类:其他好文   时间:2014-07-07 17:37:18    阅读次数:142
多重继承的注意点
1, 钻石型多重继承如果不想要底部的类有重复的变量,则需要声明为virtual继承 class File{...}; class InputFile: virtual public File{..}; class OutputFile: virtual public File{....}; ...
分类:其他好文   时间:2014-07-07 17:20:32    阅读次数:195
Teradata中fastload使用
Teradata Fastload Utility 是teradata数据库中一个基于命令行的快速load大量数据到一个空表的工具。数据可以从以下途径被load:1) Disk 或 tape;2) 网络服务器上的文件;Teradata Fastload使用多个session来load data,但是...
分类:其他好文   时间:2014-07-07 17:19:52    阅读次数:220
linux学习1
回忆今天所学。 今天学习了一些Linux系统的一些基本操作。 我是用Vmware虚拟机装的Ubuntu系统。 学习Linux的命令行指令,可以进入Ubuntu的terminal或者直接Ctrl+Alt+F1~F2 进入tty1~tty6的命令行,按Ctrl+Alt+F7或F8回到图形界面。...
分类:系统相关   时间:2014-06-30 13:03:36    阅读次数:304
debain上安装mono3.4.0和jexus5.5.2
今天折腾了四个小时才把这个正确安装上,特此记录下。特别感谢群友的支持。在VMware上新安装了Debain7.5,具体细节不复述了。一、更新系统#apt-get update#apt-get upgrade二、构建编译环境#apt-get install build-essential#apt-ge...
分类:其他好文   时间:2014-06-30 12:38:53    阅读次数:247
[转] Vmware vs Virtualbox vs KVM vs XEN: virtual machines performance comparison
http://www.ilsistemista.net/index.php/virtualization/1-virtual-machines-performance-comparison.html?limitstart=0 Today, “Virtual machine” seems to be ...
分类:其他好文   时间:2014-06-29 20:23:58    阅读次数:509
CVS服务器配置要点
为了方便管理,可为 cvs 专门建立现存于操作系统中的一个组和其中的若干用户。后面还需要建立只属于 cvs 服务的 virtual 用户,并将他们映射到已建立的系统用户上。通过设置文件与目录的不同权限,则可以对 cvs 服务的 virtual 用户进行不同访问权限的控制。由于 cvs 服务并不是采用...
分类:其他好文   时间:2014-06-29 20:08:30    阅读次数:197
[转] Barriers and journaling filesystems
http://lwn.net/Articles/283161/ Journaling filesystems come with a big promise: they free system administrators from the need to worry about disk corr...
分类:其他好文   时间:2014-06-29 18:51:33    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!