Windows 恢复默认的服务

Posted by admin on 七月 1st, 2010

将以下的文本 复制到一个 ***.bat文本文件中并运行。 @按任意键开始   @pause   sc config Alerter start= DISABLED   sc config ALG start= DEMAND   sc config ... Read More

Windows中服务详解

Posted by admin on 七月 1st, 2010

Alerter 微软: 通知选取的使用者及计算机系统管理警示。如果停止这个服务,使用系统管理警示的程序将不会收到通知。如果停用这个服务,所有依存... Read More

Windows xp 可以禁用和手动的服务

Posted by admin on 七月 1st, 2010

Automatic Updates 禁用 Application Layer Gateway Service 禁用 Computer Browser 禁用 Cryptographic Services 手动 Distributed Link Tracking Client 禁用 Error Reporting Service 禁用 Fast Us... Read More

DIV 级联菜单

Posted by admin on 六月 3rd, 2010

... Read More

NetBeans 中使用PHP调试器 Debug

Posted by admin on 六月 2nd, 2010

NetBeans 中使用PHP调试器 Debug 1.安装XAMPP  xampp-win32-1.6.6a.exe 2 下载   php_xdebug-2.0.5-5.2.dll 文件 放在 xampp\php\ext 目录下 3.在安装后的文件夹中找到  xampp\php\... Read More

严重: Error listenerStart 错误解决方案

Posted by admin on 五月 4th, 2010

严重: Error listenerStart 2010-5-4 17:15:22 org.apache.catalina.core.StandardContext start 严重: Context [] startup failed due to previous errors Error listenerStart 错误很可能是 程序内... Read More

Intellij IDEA 下 项目启动后没进入项目主页,而是进入了Tomcat 主页的解决办法

Posted by admin on 五月 4th, 2010

Intellij IDEA下启动时不进入项目主要而进入Tomcat主页解决办法 Intellij IDEA 在启动时会拷贝 Tomcat 到 诸如下面的地址 Using CATALINA_BASE:   C:\Documents and Settings\... Read More

超强1000个jquery极品插件(3.图片文字展示类)

Posted by admin on 四月 29th, 2010

3.图片文字展示类 (1)imgAreaSelect imgAreaSelect 这个jQuery插件能够选取一张图片中一个矩形区域。 imgAreaSelect (2)Easy Slide EasySlide 是以jQuery为基础开发的一... Read More

linux tomcat 自动重启

Posted by admin on 四月 29th, 2010

pid=`ps aux | grep /opt/apache-tomcat-6.0.18 | grep -v grep | grep -v retomcat | awk ‘{print $2}’` echo $pid if [ -n "$pid" ] then { echo ===========shutdown================ /opt/apa... Read More

struts2 字符串截串

Posted by admin on 四月 29th, 2010

... Read More