ZIPJAVA学生信息管理系统 41.38KB

2301_80874364需要积分:10(1积分=1元)

资源文件列表:

JAVA.学生信息管理系统.zip 大约有3个文件
  1. Main.docx 21.43KB
  2. StudentService.docx 13.49KB
  3. Teacher.docx 14.18KB

资源介绍:

由JAVA语言写的学生信息管理系统 注:没应用I/O流 开始界面 1.学生注册 2.学生登入 3.老师注册 4.老师登入 注册界面 学生 学号 姓名 性别 年龄 成绩年级 密码 老师 编号 姓名 密码 性别 年龄 登入界面 学生 学号 密码 老师 编号 密码 主界面 学生 查看个人信息 退出 老师 查看学生列表 更新学生信息 删除学生信息 添加学生信息 退出
<link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/base.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/css/fancy.min.css" rel="stylesheet"/><link href="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/raw.css" rel="stylesheet"/><div id="sidebar" style="display: none"><div id="outline"></div></div><div class="pf w0 h0" data-page-no="1" id="pf1"><div class="pc pc1 w0 h0"><img alt="" class="bi x0 y0 w1 h1" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/bg1.jpg"/><div class="t m0 x1 h2 y1 ff1 fs0 fc0 sc0 ls0 ws0">package <span class="fc1">ssss<span class="fc2">;</span></span></div><div class="t m0 x1 h2 y2 ff1 fs0 fc3 sc0 ls0 ws0">//package student.system;</div><div class="t m0 x1 h2 y3 ff1 fs0 fc0 sc0 ls0 ws0">import <span class="fc1">java.util.<span class="fc2">*;</span></span></div><div class="t m0 x1 h2 y4 ff1 fs0 fc0 sc0 ls0 ws0">public class <span class="fc1">Main <span class="fc2">{</span></span></div><div class="t m0 x1 h3 y5 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc3">//<span class="ff2">控制台输入</span></span></div><div class="t m0 x1 h3 y6 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">private static <span class="fc1">Scanner <span class="ff4 fc4">input</span><span class="fc2">=</span></span>new <span class="fc2">Scanner(<span class="fc1">System</span>.<span class="ff4 fc4">in</span>);</span></span></div><div class="t m0 x1 h3 y7 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc3">//<span class="ff2">创建一个集合<span class="_ _0"> </span></span>studentlist<span class="_ _1"> </span><span class="ff2">存储学生信息,通过<span class="_ _0"> </span></span>ArrayList</span></div><div class="t m0 x1 h3 y8 ff2 fs0 fc3 sc0 ls0 ws0">类去实现<span class="_ _0"> </span><span class="ff1">List<span class="_ _1"> </span></span>接口中的方法</div><div class="t m0 x1 h3 y9 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">private static <span class="fc1">List<span class="fc2">&lt;</span>Student<span class="fc2">&gt; <span class="ff4 fc4">studentlist</span>=</span></span>new </span></div><div class="t m0 x1 h2 ya ff1 fs0 fc2 sc0 ls0 ws0">ArrayList&lt;<span class="fc1">Student</span>&gt;();</div><div class="t m0 x1 h3 yb ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc3">//<span class="ff2">声明一个<span class="_ _0"> </span></span>Student<span class="_ _1"> </span><span class="ff2">类对象,记录当前学生的信息</span></span></div><div class="t m0 x1 h3 yc ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">private static <span class="fc1">Student <span class="ff4 fc4">current</span><span class="fc2">=</span></span>new <span class="fc2">Student();</span></span></div><div class="t m0 x1 h2 yd ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">private static <span class="fc1">List</span></span>&lt;<span class="fc1">Teacher</span>&gt; <span class="ff4 fc4">teacherlist</span>=<span class="fc0">new </span></div><div class="t m0 x1 h2 ye ff1 fs0 fc2 sc0 ls0 ws0">ArrayList&lt;<span class="fc1">Teacher</span>&gt;();</div><div class="t m0 x1 h2 yf ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">private static <span class="fc1">Teacher <span class="ff4 fc4">curren</span></span></span>=<span class="fc0">new </span>Teacher();</div><div class="t m0 x1 h3 y10 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc3">//<span class="ff2">声明一个<span class="_ _0"> </span></span>StudentManage<span class="_ _1"> </span><span class="ff2">类对象</span></span></div><div class="t m0 x1 h3 y11 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">private static <span class="fc1">StudentManage <span class="ff4 fc4">studentservice</span><span class="fc2">=</span></span>new </span></div><div class="t m0 x1 h2 y12 ff1 fs0 fc2 sc0 ls0 ws0">StudentManage();</div><div class="t m0 x1 h3 y13 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc3">//<span class="ff2">标记变量,是否登录的标志</span></span></div><div class="t m0 x1 h3 y14 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1">//<span class="ff2">主界面,菜单栏</span></span></div><div class="t m0 x1 h3 y15 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">private static <span class="fc1">String <span class="fc5">StudentMenu<span class="fc2">(){</span></span></span></span></div><div class="t m0 x1 h3 y16 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"==============<span class="ff2">学生信息管理系</span></span></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf2" class="pf w0 h0" data-page-no="2"><div class="pc pc2 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/bg2.jpg"><div class="t m0 x1 h3 y17 ff2 fs0 fc6 sc0 ls0 ws0">&#32479;<span class="ff1">=============="<span class="fc2">);</span></span></div><div class="t m0 x1 h3 y18 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"7.<span class="ff2">&#26597;&#30475;&#20010;&#20154;&#20449;&#24687;</span>"</span>);</div><div class="t m0 x1 h3 y19 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"10.<span class="ff2">&#36864;&#20986;</span>"</span>);</div><div class="t m0 x1 h2 y4 ff1 fs0 fc2 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y1a ff1 fs0 fc1 sc0 ls0 ws0">System<span class="fc2">.<span class="ff4 fc4">out</span>.println(<span class="fc6">"===================================</span></span></div><div class="t m0 x1 h2 y6 ff1 fs0 fc6 sc0 ls0 ws0">====="<span class="fc2">);</span></div><div class="t m0 x1 h3 y7 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.print(<span class="fc6">"<span class="ff2">&#36755;&#20837;&#20320;&#38656;&#35201;&#36873;&#25321;&#30340;&#21151;&#33021;&#32534;&#21495;&#65306;</span>"</span>);</div><div class="t m0 x1 h3 y8 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">return <span class="ff4 fc4">input</span></span>.next();<span class="fc3">//<span class="ff2">&#36820;&#22238;&#27599;&#20010;&#21151;&#33021;&#21069;&#30340;&#25968;&#23383;</span></span></div><div class="t m0 x1 h3 y9 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc2">}</span></div><div class="t m0 x1 h2 ya ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">private static <span class="fc1">String <span class="fc5">StudentandTeacherMenu</span></span></span>(){</div><div class="t m0 x1 h3 yb ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"==============<span class="ff2">&#23398;&#29983;&#20449;&#24687;&#31649;&#29702;&#31995;</span></span></div><div class="t m0 x1 h3 y1b ff2 fs0 fc6 sc0 ls0 ws0">&#32479;<span class="ff1">=============="<span class="fc2">);</span></span></div><div class="t m0 x1 h3 y1c ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"1.<span class="ff2">&#23398;&#29983;&#30331;&#24405;</span> 2.<span class="ff2">&#25945;&#24072;&#30331;&#24405;</span> "</span>);</div><div class="t m0 x1 h3 y1d ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"3.<span class="ff2">&#23398;&#29983;&#27880;&#20876;</span> 4.<span class="ff2">&#25945;&#24072;&#27880;&#20876;</span>"</span>);</div><div class="t m0 x1 h2 yf ff1 fs0 fc2 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y1e ff1 fs0 fc1 sc0 ls0 ws0">System<span class="fc2">.<span class="ff4 fc4">out</span>.println(<span class="fc6">"===================================</span></span></div><div class="t m0 x1 h2 y11 ff1 fs0 fc6 sc0 ls0 ws0">====="<span class="fc2">);</span></div><div class="t m0 x1 h3 y1f ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.print(<span class="fc6">"<span class="ff2">&#36755;&#20837;&#20320;&#38656;&#35201;&#36873;&#25321;&#30340;&#21151;&#33021;&#32534;&#21495;&#65306;</span>"</span>);</div><div class="t m0 x1 h3 y13 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">return <span class="ff4 fc4">input</span></span>.next();<span class="fc3">//<span class="ff2">&#36820;&#22238;&#27599;&#20010;&#21151;&#33021;&#21069;&#30340;&#25968;&#23383;</span></span></div><div class="t m0 x1 h3 y20 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc2">}</span></div><div class="t m0 x1 h2 y15 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">private static <span class="fc1">String <span class="fc5">TeacherMenu</span></span></span>(){</div><div class="t m0 x1 h3 y16 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"==============<span class="ff2">&#23398;&#29983;&#20449;&#24687;&#31649;&#29702;&#31995;</span></span></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf3" class="pf w0 h0" data-page-no="3"><div class="pc pc3 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/bg3.jpg"><div class="t m0 x1 h3 y17 ff2 fs0 fc6 sc0 ls0 ws0">&#32479;<span class="ff1">=============="<span class="fc2">);</span></span></div><div class="t m0 x1 h3 y18 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"5.<span class="ff2">&#26597;&#30475;&#23398;&#29983;&#21015;&#34920;</span>"</span>);</div><div class="t m0 x1 h3 y19 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"6.<span class="ff2">&#26356;&#26032;&#23398;&#29983;&#20449;&#24687;</span>"</span>);</div><div class="t m0 x1 h3 y21 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"8.<span class="ff2">&#21024;&#38500;&#23398;&#29983;&#20449;&#24687;</span>"</span>);</div><div class="t m0 x1 h3 y5 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"9.<span class="ff2">&#28155;&#21152;&#23398;&#29983;&#20449;&#24687;</span>"</span>);</div><div class="t m0 x1 h3 y22 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"10.<span class="ff2">&#36864;&#20986;</span>"</span>);</div><div class="t m0 x1 h2 y23 ff1 fs0 fc2 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y24 ff1 fs0 fc1 sc0 ls0 ws0">System<span class="fc2">.<span class="ff4 fc4">out</span>.println(<span class="fc6">"===================================</span></span></div><div class="t m0 x1 h2 y9 ff1 fs0 fc6 sc0 ls0 ws0">====="<span class="fc2">);</span></div><div class="t m0 x1 h3 y25 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.print(<span class="fc6">"<span class="ff2">&#36755;&#20837;&#20320;&#38656;&#35201;&#36873;&#25321;&#30340;&#21151;&#33021;&#32534;&#21495;&#65306;</span>"</span>);</div><div class="t m0 x1 h3 yb ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">return <span class="ff4 fc4">input</span></span>.next();<span class="fc3">//<span class="ff2">&#36820;&#22238;&#27599;&#20010;&#21151;&#33021;&#21069;&#30340;&#25968;&#23383;</span></span></div><div class="t m0 x1 h3 yc ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc2">}</span></div><div class="t m0 x1 h2 yd ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">private static boolean <span class="ff4 fc4">isLogin</span></span>=<span class="fc0">false</span>;</div><div class="t m0 x1 h2 ye ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">public static void <span class="fc5">main</span></span>(<span class="fc1">String</span>[] <span class="fc1">args</span>) <span class="fc0">throws </span></div><div class="t m0 x1 h2 yf ff1 fs0 fc1 sc0 ls0 ws0">InterruptedException <span class="fc2">{</span></div><div class="t m0 x1 h3 y10 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">System</span>.<span class="ff4 fc4">out</span>.println(<span class="fc6">"<span class="ff2">&#27491;&#22312;&#25171;&#24320;&#23398;&#29983;&#20449;&#24687;&#31649;&#29702;&#31995;</span></span></div><div class="t m0 x1 h3 y26 ff2 fs0 fc6 sc0 ls0 ws0">&#32479;<span class="ff1">......."<span class="fc2">);</span></span></div><div class="t m0 x1 h3 y1f ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc1">Thread</span>.<span class="ff4">sleep</span>(<span class="fc7">3000</span>);<span class="fc3">//<span class="ff2">&#32447;&#31243;&#24310;&#26102;&#65292;&#20063;&#21487;&#20197;&#19981;&#20889;</span></span></div><div class="t m0 x1 h3 y13 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff4 fc4">studentservice<span class="ff1 fc2">.initStudentInfo(</span>studentlist<span class="ff1 fc2">);<span class="fc3">//<span class="ff2">&#21021;</span></span></span></span></div><div class="t m0 x1 h3 y14 ff2 fs0 fc3 sc0 ls0 ws0">&#22987;&#21270;&#65292;&#38543;&#26426;&#29983;&#25104;<span class="_ _0"> </span><span class="ff1">10<span class="_ _1"> </span></span>&#20010;&#23398;&#29983;&#20449;&#24687;</div><div class="t m0 x1 h3 y15 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">int </span></div><div class="t m0 x1 h3 y16 ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">StudentandTeacherMenu</span>());<span class="fc3">//<span class="ff2">&#33719;&#21462;</span></span></span></div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf4" class="pf w0 h0" data-page-no="4"><div class="pc pc4 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/bg4.jpg"><div class="t m0 x1 h3 y17 ff1 fs0 fc3 sc0 ls0 ws0">Menu()<span class="ff2">&#26041;&#27861;&#20013;&#30340;<span class="_ _0"> </span></span>Integer<span class="_ _1"> </span><span class="ff2">&#25972;&#24418;&#25968;&#25454;</span></div><div class="t m0 x1 h3 y18 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">while<span class="fc2">(<span class="fc1">choose</span>&lt;<span class="fc7">10</span>) {<span class="fc3">//<span class="ff2">&#24490;&#29615;&#35835;&#20837;&#19981;&#21516;&#30340;&#25968;&#23383;&#65292;&#34920;&#31034;&#19981;&#21516;&#30340;</span></span></span></span></div><div class="t m0 x1 h3 y19 ff2 fs0 fc3 sc0 ls0 ws0">&#21151;&#33021;</div><div class="t m0 x1 h3 y4 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc0">switch<span class="fc2">(<span class="fc1">choose</span>) {</span></span></div><div class="t m0 x1 h2 y1a ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">1</span></span>:</div><div class="t m0 x1 h3 y22 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="ff4">login1</span>();<span class="fc3">//<span class="ff2">&#23398;&#29983;&#30331;&#24405;</span></span></div><div class="t m0 x1 h3 y7 ff3 fs0 fc3 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y24 ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">StudentMenu</span>());</span></div><div class="t m0 x1 h2 y9 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 ya ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">2</span></span>:</div><div class="t m0 x1 h3 yb ff1 fs0 fc2 sc0 ls0 ws0"> <span class="ff4">login2</span>();<span class="fc3">//<span class="ff2">&#25945;&#24072;&#30331;&#24405;</span></span></div><div class="t m0 x1 h3 y1b ff3 fs0 fc3 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 yd ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">TeacherMenu</span>());</span></div><div class="t m0 x1 h2 ye ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 yf ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">3</span></span>:</div><div class="t m0 x1 h3 y10 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="ff4">registerstudent</span>();<span class="fc3">//<span class="ff2">&#23398;&#29983;&#27880;&#20876;</span></span></div><div class="t m0 x1 h3 y26 ff3 fs0 fc3 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y12 ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">StudentandTeacherMenu</span>());</span></div><div class="t m0 x1 h2 y27 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 y20 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">4</span></span>:</div><div class="t m0 x1 h2 y15 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="ff4">registerteacher</span>();</div><div class="t m0 x1 h2 y28 ff1 fs0 fc2 sc0 ls0 ws0"> </div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div><div id="pf5" class="pf w0 h0" data-page-no="5"><div class="pc pc5 w0 h0"><img class="bi x0 y0 w1 h1" alt="" src="/image.php?url=https://csdnimg.cn/release/download_crawler_static/89564401/bg5.jpg"><div class="t m0 x1 h2 y1 ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">StudentandTeacherMenu</span>());</span></div><div class="t m0 x1 h2 y2 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 y3 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">5</span></span>:</div><div class="t m0 x1 h3 y21 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">if</span>(<span class="ff4 fc4">isLogin</span>) {<span class="fc3">//<span class="ff2">&#24050;&#32463;&#30331;&#24405;</span></span></div><div class="t m0 x1 h3 y5 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc1">System<span class="fc2">.<span class="ff4 fc4">out</span>.println(<span class="fc6">"=====&gt;<span class="ff2">&#23398;&#29983;&#21015;&#34920;</span></span></span></span></div><div class="t m0 x1 h2 y6 ff1 fs0 fc6 sc0 ls0 ws0">"<span class="fc2">);</span></div><div class="t m0 x1 h2 y23 ff1 fs0 fc2 sc0 ls0 ws0"> </div><div class="t m0 x1 h3 y8 ff4 fs0 fc4 sc0 ls0 ws0">studentservice<span class="ff1 fc2">.printStudentInfo(</span>studentlist<span class="ff1 fc2">);<span class="fc3">//<span class="ff2">&#25171;&#21360;&#23398;&#29983;</span></span></span></div><div class="t m0 x1 h3 y29 ff2 fs0 fc3 sc0 ls0 ws0">&#20449;&#24687;&#21015;&#34920;</div><div class="t m0 x1 h3 y25 ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc2">}<span class="fc0">else </span>{<span class="fc3">//<span class="ff2">&#26410;&#30331;&#24405;</span></span></span></div><div class="t m0 x1 h3 yb ff3 fs0 fc3 sc0 ls0 ws0"> <span class="ff1 fc1">System<span class="fc2">.<span class="ff4 fc4">out</span>.println(<span class="fc6">"<span class="ff2">&#35831;&#20808;&#30331;&#24405;&#65281;&#65281;&#65281;</span></span></span></span></div><div class="t m0 x1 h2 yc ff1 fs0 fc6 sc0 ls0 ws0">"<span class="fc2">);</span></div><div class="t m0 x1 h2 yd ff1 fs0 fc2 sc0 ls0 ws0"> }</div><div class="t m0 x1 h2 ye ff1 fs0 fc2 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 yf ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">TeacherMenu</span>());</span></div><div class="t m0 x1 h2 y1e ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 y11 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">6</span></span>:</div><div class="t m0 x1 h3 y1f ff1 fs0 fc2 sc0 ls0 ws0"> <span class="ff4">update</span>();<span class="fc3">//<span class="ff2">&#26356;&#26032;&#23398;&#29983;&#20449;&#24687;</span></span></div><div class="t m0 x1 h3 y13 ff3 fs0 fc3 sc0 ls0 ws0"> </div><div class="t m0 x1 h2 y20 ff1 fs0 fc1 sc0 ls0 ws0">choose<span class="fc2">=</span>Integer<span class="fc2">.<span class="ff4">parseInt</span>(<span class="ff4">TeacherMenu</span>());</span></div><div class="t m0 x1 h2 y15 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">break</span>;</div><div class="t m0 x1 h2 y28 ff1 fs0 fc2 sc0 ls0 ws0"> <span class="fc0">case <span class="fc7">7</span></span>:</div></div><div class="pi" data-data='{"ctm":[1.611830,0.000000,0.000000,1.611830,0.000000,0.000000]}'></div></div>
100+评论
captcha
    类型标题大小时间
    ZIP利用QT制作简易计算器13.74MB9月前
    ZIP线性预测房屋价格加清洗评估加分析-项目实战5-分析房屋价格数据-ipynb格式-Python语法-用Jupyter打开243.17KB9月前
    ZIP使用Python PyQt5制作文本编辑器30.8KB9月前
    ZIP校园商铺管理系统 JAVA+Vue.js+SpringBoot+MySQL22.51MB9月前
    ZIP人格障碍诊断系统 JAVA+Vue.js+SpringBoot+MySQL18.27MB9月前
    ZIPmingw+cmake+QT+hdf5库24.22MB9月前
    ZIPmingw+cmake+QT的GeographicLib库1.06MB9月前
    ZIPC++ primer plus书中2-11章代码1.63MB9月前