下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
servlet小项目public class BookListener implements ServletContextListener { public void contextDestroyed(ServletContextEvent arg0) { // TODO Auto-generated method stub } public void contextInitialized(ServletContextEvent event) { Map map = new TreeMap(); Book b1 = new Book(1,"core java",100); Book b2 = new Book(2,"c++",132); Book b3 = new Book(3,"php",10); Book b4 = new Book(4,"asp",178); map.put(b1.getId(), b1); map.put(b2.getId(), b2); map.put(b3.getId(), b3); map.put(b4.getId(), b4);
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。