摘要: web.xml (添加init-param) 1 2 7 8 9 This is the description of my J2EE component10 This is the display name of my J2EE component11 Ge... 阅读全文
posted @ 2015-03-18 21:42 思思博士 阅读(770) 评论(0) 推荐(0)
摘要: Users.java 1 package com.po; 2 3 public class Users { 4 private String username; 5 private String password; 6 7 public Users(){}; 8 ... 阅读全文
posted @ 2015-03-18 21:13 思思博士 阅读(275) 评论(0) 推荐(0)