摘要: Servlet概述 Servlet是Sun提供的动态web资源开发技术。其本质是一个java类,要求这个类必须实现Servlet接口,以便服务器能够调用。 开发Servlet的两个步骤: (1) 写一个java程序实现Servlet接口(或继承其实现类GenericServlet或HttpServl 阅读全文
posted @ 2016-06-05 20:10 阿Hai 阅读(292) 评论(0) 推荐(0)