摘要:
转载自http://www.cnblogs.com/xdp-gacl/p/3763559.html感谢孤傲苍狼的分享。一、ServletConfig讲解1.1、配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个标签为servlet配置一些初始化参数。例如:... 阅读全文
摘要:
转载自http://www.cnblogs.com/xdp-gacl/p/3760336.html感谢孤傲苍狼的分享。一、Servlet简介 Servlet是sun公司提供的一门用于开发动态web资源的技术。 Sun公司在其API中提供了一个servlet接口,用户若想用发一个动态web资源(即... 阅读全文