文件名称:User
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 凯*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Scanner提供用户输入,输入后作正则验证,如果格式不正确重新输入。
(包括用户名/密码/email/电话)2,把用户输入的String信息创建一个User对象存起来,
其中用户名是用户的识别的准则,然后把user对象传入Server模拟类。
3,Server模拟类把User对象传入DB模拟类,在DB模拟类中,打印出用户有关信息。-Scanner offers the user input, the input was made after the regular verification, if the format is not correct to re-enter.
(Including username/password/email/phone) 2, String user input information to create a User object save
Where username is the user s identification criteria, then the user object passed in Server simulation class.
3, Server simulation class to the User object into DB simulation class, DB simulation class, print out the user information about the
(包括用户名/密码/email/电话)2,把用户输入的String信息创建一个User对象存起来,
其中用户名是用户的识别的准则,然后把user对象传入Server模拟类。
3,Server模拟类把User对象传入DB模拟类,在DB模拟类中,打印出用户有关信息。-Scanner offers the user input, the input was made after the regular verification, if the format is not correct to re-enter.
(Including username/password/email/phone) 2, String user input information to create a User object save
Where username is the user s identification criteria, then the user object passed in Server simulation class.
3, Server simulation class to the User object into DB simulation class, DB simulation class, print out the user information about the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
User.java