全文预览

课程设计-课外兴趣小组管理-毕业生选题管理系统

上传者:菩提 |  格式:doc  |  页数:27 |  大小:600KB

文档介绍
her idMatcher=idPatten.matcher(id); if(idMatcher.matches()){ student=student.select(id); break; }else{ System.out.println(" 学号输入格式有误,请重新输入");}} catch (IOException e) {} }//while }//case 4 case 5: }//switch 内部} break; case 2: {// 学校信息的操纵 int schoolChoice=0; System.out.println(" 您已进入学校的操作\n1 、学校信息添加\n2 、学校信息的删除\n3 、学校信息的修改\n4 、学校信息的查找\n5 、退出当前操作"); while(true){ try { schoolChoice=Integer.parseInt(bin.readLine()); if((schoolChoice>0)&&(schoolChoice<6)) break; else System.out.println(" 输入有误,请重新输入操作序号"); } catch (NumberFormatException e){ System.out.println(" 输入有误,请重新输入"); } catch (IOException e){ System.out.println(" 输入有误,请重新输入"); } }//while School school=new School(null); switch (schoolChoice) { case 1:{// 学校信息的添加 System.out.println(" 请输入学校的名字"); while(true){ try { school.name=bin.readLine();

收藏

分享

举报
下载此文档