批处理命令启动和关闭tomcat,其实只要把tomcat自己的脚本呼叫起来就好了呢关闭tomcatif
exist "C:\Tomcat-7.0.39\bin\shutdown.bat" call
"C:\Tomcat-7.0.39\bin\shutdown.bat"启动tomcatif exist...
分类:
其他好文 时间:
2014-05-01 15:18:52
阅读次数:
321
sudo vim /etc/network/interfaces,
将该文件的内容修改为如下:(也就是说删掉其他的什么auto eth0、auto wlan0)auto loiface lo inet loopback
分类:
Web程序 时间:
2014-04-30 15:50:31
阅读次数:
474
I had been waiting for the latest MySQL
connector for .NET to come out so I can move on to the new and sleek Visual
Studio 2012 for my projects. Found...
分类:
数据库 时间:
2014-04-29 14:17:54
阅读次数:
753
写在前面:
Why to learn Python?All in picture:
开始正文啦,本文截取了笔记中的部分,其他详细内容稍微会整理呈现在博客中...
本文解决以下问题:
一、什么是Python
二、配置Windows Python环境
三、配置Python的Eclipse开发环境
四、Hello World,Python,waiting f...
分类:
编程语言 时间:
2014-04-28 10:12:41
阅读次数:
400
sysdba>sysoper>dba角色shutdown;关闭数据库startup;启动数据库
分类:
数据库 时间:
2014-04-28 00:15:20
阅读次数:
548
1、JAVA多线程简单示例 1.1 、Thread 集成接口Runnable 1.2
、线程状态,可以通过 Thread.getState()获取线程状态: New (新创建) Runnable (可以运行) Blocked (被阻塞)
Waiting (等待) Tim...
分类:
编程语言 时间:
2014-04-27 21:22:25
阅读次数:
813