码迷,mamicode.com
首页 >  
搜索关键字:system center 2012、virtual machine manager    ( 70217个结果
在电脑上找到这个路径:D:\jakarta-tomcat-6\conf\Catalina,将localhost目录直接删除掉,再一运行,就没事了! 因为配置文件中配置了启动程序,而webapps文件夹下却没有此应用程序,所以出现了上述错误。
java.lang.IllegalArgumentException: Document base D:\appservers\apache-tomcat-6.0.20\webapps\megaeyes_enterprise_manager does not exist or is not a re...
分类:移动开发   时间:2014-05-09 16:09:21    阅读次数:776
正在进行中效果
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:其他好文   时间:2014-05-09 16:00:14    阅读次数:209
MSMQ发送和接收
using System;using System.IO;using System.Messaging;namespace YuRen.PaiWei.BaLianGui{ /// /// MQ文件发送 /// 所有异常都将抛出请做好异常处理 /// public s...
分类:其他好文   时间:2014-05-09 15:50:53    阅读次数:807
C# 虚方法的重载 new 与 virtual
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace OverrideTest{ class A {...
分类:其他好文   时间:2014-05-09 13:43:24    阅读次数:291
学习java浮点型的一些细节
出自《Java深入解析》的例子例1、先看一段代码:public static void main(String[] args) { double d1 = 0.1; double d2 = 0.2; System.out.println("" + d1 + ...
分类:编程语言   时间:2014-05-09 13:24:54    阅读次数:356
Remove Old Kernels in Ubuntu 11.10 (Oneiric ocelot)
When you’re running Ubuntu and updating your system frequently, there is a high chance that older kernels that are no longer needed are still installe...
分类:其他好文   时间:2014-05-09 13:19:09    阅读次数:311
CentOS 5.4 安装和卸载桌面
显示系统已经安装的组件,和可以安装的组件:#yum grouplist如果系统安装之初采用最小化安装,没有安装xwindow,那么先安装:#yum groupinstall "X Window System"安装GNOME桌面环境yum groupinstall "GNOME Desktop Env...
分类:其他好文   时间:2014-05-09 12:51:43    阅读次数:236
LeetCode OJ - Gray Code
这道题就是找规律啊!!!想想啊,11和10是可以连续的,那么10和11也是可以连续的。下面是AC代码: 1 /** 2 * The gray code is a binary numeral system where two successive values differ in on...
分类:其他好文   时间:2014-05-09 07:38:17    阅读次数:325
Class.getSimpleName()的作用
public class sample{public static void main(String[] args){//得到类的简写名称System.out.println(sample.class.getSimpleName());//得到对象的全路径System.out.println(sam...
分类:其他好文   时间:2014-05-09 07:17:59    阅读次数:242
SQLite外键
数据库工具:SQLite Manager(V0.7.7)         SQLite版本:V3.6.19+        SQLite Manager 默认是不开启外键的。         那么如何,使用它创建一个带有外键的表呢? 一、开启外键支持         1. 打开“On-connect SQL Tab”             "Tools"->"Open...
分类:数据库   时间:2014-05-09 06:31:55    阅读次数:463
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!