上一页 1 ··· 78 79 80 81 82
摘要: #!/bin/bash #获取ipipaddr=`/sbin/ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d : -f2 | awk '{print $1}'` #rename networkname=$1hostname $n 阅读全文
posted @ 2015-10-10 16:52 paul_hch 阅读(481) 评论(0) 推荐(0) 编辑
摘要: ipaddr=`/sbin/ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d : -f2 | awk '{print $1}'` 阅读全文
posted @ 2015-10-10 16:50 paul_hch 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 设置只能内网访问 1.添加允许内网访问规则 2.编辑功能设置 阅读全文
posted @ 2015-10-08 16:45 paul_hch 阅读(262) 评论(0) 推荐(0) 编辑
摘要: tomcat简介之web.xml详解 一、Tomcat背景 自从JSP发布之后,推出了各式各样的JSP引擎。Apache Group在完成GNUJSP1.0的开发以后,开始考虑在SUN的JSWDK基础上开发一个可以直接提供Web服务的JSP服务器,当然同时也支持Servlet, 这样Tomcat就诞 阅读全文
posted @ 2014-07-06 10:46 paul_hch 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 ··· 78 79 80 81 82
点击右上角即可分享
微信分享提示