08 2018 档案

摘要:服务器A:192.168.1.104 sund CentOS release 6.5 (Final) 1、熟悉默认sshd_config配置 [root@sund ~]# egrep -v "#|^$" /etc/ssh/sshd_config 默认配置 Protocol 2 SyslogFacil 阅读全文
posted @ 2018-08-11 22:46 wang_wei123 阅读(304) 评论(0) 推荐(0) 编辑
摘要:1、创建类:com.itheima.servlet HelloServlet 编辑HelloServlet.java类 编辑完成,新增5个方法。 A、配置文件实现servlet接口。 将5个方法中的service方法移到最前面(当客户端访问,后台会打印HelloServlet…)。 B、配置serv 阅读全文
posted @ 2018-08-05 20:21 wang_wei123 阅读(420) 评论(0) 推荐(0) 编辑
摘要:1、下载Windows版本jdk和tomcat。 D:\Java\jdk1.7.0_79 oracle官网下载 D:\apache-tomcat-7.0.90 http://mirrors.shu.edu.cn/apache/tomcat/tomcat-7/v7.0.90/bin/apache-to 阅读全文
posted @ 2018-08-05 20:11 wang_wei123 阅读(213) 评论(0) 推荐(0) 编辑