个人通讯录管理系统,java源代码

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Person p = personDao.queryPerson(name);
}else if ("3".equals(num)) {
int id = input.nextInt();
String item = input.next();
String val = input.next();
personDao.updatePerson(id,item, val);
String lbbz = input.next();
Type type = new Type(lbmc,lbsm,lbbz);
typeDao.createType(type);
}else if ("2".equals(num)) {
List<Type> types = typeDao.queryType();
TypeDao typeDao = new TypeDaoImpl();
PersonDao personDao = new PersonDaoImpl();
String in = input.next();
if ("1".equals(in)) {
boolean islogin = userDao.login();
System.exit(-1);
}else{
}
}
}
}
String yzbm = input.next();
Person person = new Person(lb,xm,dh,sjh,gzdw,zz,yzbm);
personDao.createPerson(person);
}else if ("2".equals(num)) {
String name = input.next();
}else if ("4".equals(num)) {
String name = input.next();
personDao.deletePerson(name);
}else if ("5".equals(num)) {
break;
}else{
}
}
}else if ("3".equals(in2)) {
}
while(true){
String in2 = input.next();
if ("1".equals(in2)) {
while(true){
String num = input.next();
if ("1".equals(num)) {
String lbmc = input.next();
String lbsm = input.next();
if(islogin){
}else{
System.exit(-1);
}
}else if ("2".equals(in)) {
boolean modiFlag = userDao.modify();
if(modiFlag){
}else{
}
System.exit(-1);
}else{
System.exit(-1);
for (int i = 0; i < types.size(); i++) {
Type type =types.get(i);
}
}else if ("3".equals(num)) {
String lbmc = input.next();
Type type = new Type(lbmc,null,null);
/**
*业务类
*/
public class PABmanager {
/**
*系统启动
*/
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
UserDao userDao = new UserDaoImpl();
String lb = input.next();
String xm = input.next();
String dh = input.next();
String sjh = input.next();
StrinБайду номын сангаас gzdw = input.next();
String zz = input.next();
typeDao.deleteType(type);
}else if ("4".equals(num)) {
break;
}else{
}
}
}else if ("2".equals(in2)) {
while(true){
String num = input.next();
if ("1".equals(num)) {
相关文档
最新文档