码迷,mamicode.com
首页 >  
搜索关键字:vshield manager    ( 7165个结果
Mac /Ubuntu/Windows 下安装nodejs
MacIf you're using the excellenthomebrewpackage manager, you can install node with one command:brew install node.Otherwise, follow the below steps:Ins...
分类:Windows程序   时间:2014-08-09 21:06:29    阅读次数:299
员工信息系统
#include #include #include #include #include #include #include using namespace std;class manager;class employeeInfo;manager *gMgr;string strDept[]={.....
分类:其他好文   时间:2014-08-09 13:14:37    阅读次数:339
Cloudera hadoop-2.3.0-cdh5.1.0 在Centos 6.5 下的安装
安装前准备 1.  虚拟机3个,安装Centos 6.5, 内存设置为4GB  2.  配置yum源为163(不配置,在安装软件时,慢的要死) 3. 关闭防火墙( iptables),disabled SELinux 4. 配置静态IP,并在/etc/hosts中将Hadoop集群中的主机名加进去 安装  1. 在Cloudera官网上下载 cloudera-manager-i...
分类:其他好文   时间:2014-08-09 00:12:07    阅读次数:313
[译]Tomcat8类加载机制
原文直通车:Class Loader HOW-TO 目录 概述 类加载器的定义 XML解析器和Java 运行在security manager下 概述 和其他服务器程序类似,Tomcat也定义了一些类加载器(实现了java.lang.ClassLoader的类)用以实现让Tomcat的容器的不同部分...
分类:其他好文   时间:2014-08-09 00:04:49    阅读次数:273
微软云计算介绍与实践(实践之三十一)
今天开始管理私有云中的应用实践了。一、先决条件小张将在实验室环境中的GUEST01服务器上部署销售应用。这将安装和配置agent用于(discover)发现,(inventory)库存和(monitor)监控。Guest01添加到Contoso域中在混合模式下安装SQLServer2012到Guest01中,启用sa帐户和配置密..
分类:其他好文   时间:2014-08-08 16:30:37    阅读次数:264
System Center 2012 R2 POC部署之Operations Manager部署
SystemCenter2012R2POC部署之OperationsManager部署一、准备工作在安装OperationsManager之前需要先做准备工作,如IIS.NET的安装,SQLReportVier的安装,另外还要安装ReportingServices并配置实用远程SQL服务器的实例。1、安装IIS、.NET打开添加角色和向导,点击下一步选择基于..
分类:其他好文   时间:2014-08-08 16:28:06    阅读次数:196
Andorid项目创建AVD时,OK按钮无法点亮
经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,通过与安装好了的ADT-bundle中的AVD Manager创建模拟器的窗口情况对比,发现该下拉列表选项正好是SDK ...
分类:其他好文   时间:2014-08-08 01:45:14    阅读次数:323
VS2012编译64位程序
安装64位操作系统不是编译64位程序的必要条件,关键是要装64位程序的编译器。1. 选择“Build” – “Configuration Manager”菜单,打开配置管理器。点击新建解决方案平台。2. 选择“x64”平台,点击确定按钮。3. 这时候配置管理器中的平台已经改成刚才选择的x64了,这时...
分类:其他好文   时间:2014-08-07 22:44:05    阅读次数:264
在Ubuntu 12.04 64 位 搭载Android4.4源码编译环境
一、准备工作:(1)VMare Workstation 10(2)Ubuntu12.04 64bit(3)JDK1.6 (4)Android 4.4 源码(PS: 忘记下载的地方了)(5)安装好ubuntu12.04之后,在update source manager中设置一下软件源,选择selece...
分类:移动开发   时间:2014-08-07 17:59:10    阅读次数:285
System Center 2012 Data Protection Manager(1)
Overview of DPMFeatures基于磁盘的数据保护与恢复.使用PowerShell进行命令行脚本的编写.分发DPM代理的企业级部署方式.配合OM的企业级监控.基于磁带的备份及归档解决方案.灾备方案,为运行windows系统的服务器提供了裸机恢复功能.可以将DPM的数据库备份到磁带,也可...
分类:其他好文   时间:2014-08-07 13:02:39    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!