码迷,mamicode.com
首页 >  
搜索关键字:vm tools    ( 15075个结果
VC depends使用说明
Depends用来显示与一个可执行文件(exe或者dll)相关的依赖项(动态链接库dll),以及该exe或dll引用了这些dll中的哪些接口,同时也可以看到每个被依赖的dll中的所有导出的函数接口。VC6.0自带的Depends软件,该软件在VC6安装目录下的tools文件夹里面,既Microsof...
分类:其他好文   时间:2014-07-22 23:08:54    阅读次数:362
archlinux 命令安装
#pacman -Snet-tools相关命令:ifconfig参考:https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware
分类:系统相关   时间:2014-07-22 23:08:13    阅读次数:384
java编译器
编译: .java变成.class 前端编译 Sun javac Eclipse ECJ .class变成机器码 运行期编译 等HostSpot VM c1,c2 .java变成机器码 静态提前编译 GCJ ====================== 上述是三种不同的编译...
分类:编程语言   时间:2014-07-22 23:07:13    阅读次数:343
zabbix web场景模拟监控配置
一,zabbix2.2.3 VMware Vsphere exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} = http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:Web程序   时间:2014-05-01 14:31:32    阅读次数:664
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
VMwareTools 安装
主要介绍: 1.解决鼠标在windows和linux系统下切换的问题,实现自动切换; 2.解决windows和linux系统间的共享问题.VMwareTools的安装 (1) 虚拟机上启动linux,以根用户权限进入. (2) 在VMware的菜单栏选择VM->install vmware-...
分类:其他好文   时间:2014-05-01 00:05:58    阅读次数:429
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
Ubuntu12.04.4 Vmware 虚拟机安装总结
Ubuntu12.04.4 Vmware 虚拟机安装总结 背景:最近准备入手一块树莓派(RaspberryPI),准备一下开发环境,可惜机器硬盘小,又舍不得格调Win7,所以只好装虚拟机了。考虑到对ubuntu12.04还熟悉,又是长期版,出了一段时间有问题可以解决。所以就没用刚出的Ubuntu14.04 涉及Ubuntu12.04.4安装,网络ssh samba配置,vmware tools安装,本文用Markdown编写...
分类:其他好文   时间:2014-04-28 10:36:41    阅读次数:494
Ubuntu 14.04 设置Android开发环境
本文只安装ndk,不安装什么IDE,因为我只需要命令行模式开发即可。首先安装openjdk 1.6,然后安装ant,这个不赘述。从这里下载NDK for Linux 64bit的版本: http://developer.android.com/tools/sdk/ndk/index.html下载后,解压到本地目录,比如/opt/目录下, 然后设置环境变量,添加三行到~/.bashrc文件expor...
分类:移动开发   时间:2014-04-27 22:48:20    阅读次数:497
HZAU_Parser
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gao.hzau; import java.awt.Color; import java.awt.FileDialog; import java.awt.Font; import j...
分类:其他好文   时间:2014-04-27 21:34:04    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!