码迷,mamicode.com
首页 >  
搜索关键字:tomcat shell    ( 50300个结果
CentOS Linux Install Core Development
How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:系统相关   时间:2014-06-07 01:23:47    阅读次数:317
执行 CMD 时,参数加引号常见问题
在调用 CMD 时,如脚本中用 WScript.Shell 调用。 如果参数中有包含空格的长路径名时,必须要加引号才能正确被识别。 是的,大家都知道要加引号,但怎么加却容易被误解。这个问题,不时地会遇上,上次弄清楚了,但隔一段时间,还是忘了,同样的问题又要重新摸索,非常痛苦。 如: Set objShell = WScript.CreateObject("WScript...
分类:其他好文   时间:2014-06-05 11:54:12    阅读次数:430
startallserver
[lvhongmin@AY1401201736089361adZ start_svr]$ cat startall_svr.sh  #!/bin/bash errpath[0]='' errnum=0 runnum=0 curr_path=`pwd` #进程的名字 array[${#array[*]}]=/home/lvhongmin/bin/bin....
分类:其他好文   时间:2014-06-05 11:11:43    阅读次数:243
adb shell input的用法
最近做LCD模组的gamma自动化测试过程中用到了input命令,于是也来了解一下该命令的使用。在运行adb shell 后输入input后运行就会输出input的使用方法,如下: Usage: input [] [...] The sources are:       trackball       joystick       touchnavigation...
分类:数据库   时间:2014-06-05 10:55:38    阅读次数:274
chrome的ssh客户端插件-- secure shell
强大的chrome中的插件中实现的ssh客户端...
分类:其他好文   时间:2014-06-05 09:19:55    阅读次数:245
killallserver
[lvhongmin@AY1401201736089361adZ start_svr]$ cat killall_svr.sh  #!/bin/bash unrun[0]='' unnum=0 runnum=0 #进程的名字 array[${#array[*]}]=paiyouQuan.svr array[${#array[*]}]=jjm.cornucopia.svr...
分类:其他好文   时间:2014-06-05 08:04:29    阅读次数:277
centOS下安装tomcat详解
本人是用的vmware上安装的centOS系统。 先去apache的tomcat官网上下载下来所需要的文件,网址为http://tomcat.apache.org/download-70.cgi 点击tar.gz下载就可以。 接着把下载下来的tomcat拖到虚拟机中的centOS的目录下,我拖到的是/home/449261417/下载 这个目录中。 接着打开终端开始敲命令 tar...
分类:其他好文   时间:2014-06-05 07:06:24    阅读次数:305
shell编程教程or学习笔记
----------------------------------------------------hello world------------------------------------------- linux 创建如下文件 vim hello #! /bin/bash   //告诉Shell 使用哪个Shell 程序 #Display  a line    //#表示...
分类:其他好文   时间:2014-06-05 02:41:41    阅读次数:393
Adb shell获取root权限
在Adb shell中我们希望使用一些系统目录下的文件时候,常常痛苦于没有Root权限,系统会提示su: Permission Denied。 su不是每个手机都有的,没有的可以在这里下载:...
分类:数据库   时间:2014-06-05 01:01:58    阅读次数:493
在一台服务器上部署多个Tomcat
在同一台服务器上配置多个Tomcat...
分类:其他好文   时间:2014-06-04 23:20:15    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!