码迷,mamicode.com
首页 >  
搜索关键字:system center 2012 r2 configuration manager    ( 74236个结果
在电脑上找到这个路径: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
myeclipse、eclipse去掉无用的workSpace
在 eclipse\configuration\.settings\org.eclipse.ui.ide.prefs 文件里面有下面这段,我们可以从 RECENT_WORKSPACES 里面看到它列出了2个最近使用过的 workspace,我们去掉它。RECENT_WORKSPACES_PROTOC...
分类:系统相关   时间:2014-05-09 15:47:33    阅读次数:441
同步窗体移动
方法2unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:移动开发   时间:2014-05-09 08:45:39    阅读次数:315
同步,异步,回调例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;using System.Run...
分类:其他好文   时间:2014-05-09 07:46:58    阅读次数:370
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
Windows server 2008 R2路由器实现网络的互联
1.路由器的工作原理当IP子网中的一台主机发送IP分组给同一IP子网的另一台主机时,它将直接把IP分组送到网络上,对方就能收到。而要送给不同IP子网上的主机时,它要选择一个能到达目的子网上的路由器,把IP分组送给该路由器,由路由器负责把IP分组送到目的地。如果没有找到这样..
分类:Windows程序   时间:2014-05-09 06:47:21    阅读次数:658
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
迷上了代码!