码迷,mamicode.com
首页 >  
搜索关键字:service tomcat start    ( 68776个结果
Daily English words study
detect 发现 察觉workstation 工作站/计算机proceed vi 进行 继续abort n 中止计划 vi/vt 流产 发育不全 使…流产security 安全guideline 指导enhancement 增强interface 接口definition 清晰度multmedia...
分类:其他好文   时间:2014-05-01 10:47:53    阅读次数:338
weblogic安装
1、检查是否关闭防火墙[root@gaosheng ~]# service iptables statusFirewall is stopped.View Code如果防火墙没有关闭,最好关闭;生产环境下,视具体情况而定.2、上传weblogic安装包wls1036_generic.jar此步骤略3...
分类:Web程序   时间:2014-05-01 10:36:19    阅读次数:698
安装Jenkins
本文演示如何在Windows上和Linux上安装Jenkins。 1. Windows上Jenkins安装 参考网页:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service 在Window...
分类:其他好文   时间:2014-05-01 09:52:49    阅读次数:455
80端口未占用,apache无法启动解决办法
网上很多关于apache无法启动的原因,新手遇到最多的是80端口被占用。今天为了解决apache和tomcat端口共存问题,修改了httpd.conf的配置,由于增加位置没有做明显标识,重启apache后,发现apache无法启动,netstat -a后,没有查看到80端口,也就是80端口不仅没被占...
分类:其他好文   时间:2014-05-01 09:19:02    阅读次数:362
Aircrack-ng笔记
Aircrack-ng包含的组件具体列表aircrack-ng 主要用于WEP及WPA-PSK密码的恢复airmon-ng 用于改变无线网卡工作模式,以便其他工具的顺利使用airodump-ng 用于捕获802.11数据报文,以便于aircrack-ng破解aireplay-ng 创建特殊的无线网络...
分类:其他好文   时间:2014-05-01 09:13:47    阅读次数:341
(C#) 调用执行批处理文件
Task: 在Windows的Service里面定时的调用执行一个批处理文件。 private ApplicationOutput RunCommandOnPC(string executablePath, string args, string workingFolder, bool ...
分类:其他好文   时间:2014-05-01 08:29:47    阅读次数:311
蚂蚁变大象:浅谈常规网站是如何从小变大的(八)(转)
原文:http://blog.sina.com.cn/s/blog_6203dcd60100y1vi.html 【第十一阶段 :命名位置服务】 在前面我们不止一次提到了命名位置服务(Naming & Location Service)。在不同的架构或者公司里面,这个名字往往不一样,比如,在ja...
分类:Web程序   时间:2014-05-01 07:21:25    阅读次数:385
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
修复:"Failed to start Load Kernel Modules"
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service load...
分类:其他好文   时间:2014-05-01 03:38:30    阅读次数:589
bash 字符串处理
获取字符串长度%x="abcd"#方法一%expr length $x4# 方法二%echo ${#x}4# 方法三%expr "$x" : ".*"4# expr 的帮助# STRING : REGEXP anchored pattern match of REGEXP in STRING查找子串...
分类:其他好文   时间:2014-05-01 02:54:16    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!