版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、PHP 編程基礎(chǔ)與實(shí)例教程課程設(shè)計(jì)報(bào)告學(xué)生信息管理系統(tǒng)姓名:班級:14-1專業(yè):信息管理與信息系統(tǒng)完成日期:2017.6.14指導(dǎo)教師:目錄1.系統(tǒng)需求分析 .11.1系統(tǒng)分析過程 .11.1.1 系統(tǒng)的總體目標(biāo)是: .11.2系統(tǒng)可行性分析 .12.數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì) .22.2.1數(shù)據(jù)庫 E-R 圖 .22.2.2 數(shù)據(jù)庫關(guān)系模式: .23.軟件結(jié)構(gòu)設(shè)計(jì) .63.1開發(fā)環(huán)境 .63.2系統(tǒng)功能結(jié)構(gòu) .63.3系統(tǒng)結(jié)構(gòu) - 模塊劃分 .73.3.1登陸模塊 .73.3.2增刪模塊 .144.軟件調(diào)試 .184.1進(jìn)入主頁 .184.2登錄界面 .184.3根據(jù)用戶身份登錄到對應(yīng)界面 .184
2、.3.1學(xué)生登錄 .184.3.2教師登錄 .204.3.3管理員登錄 .215.心得 .246PHP參考文獻(xiàn) .241.系統(tǒng)需求分析1.1 系統(tǒng)分析過程1.1.1 系統(tǒng)的總體目標(biāo)是:設(shè)計(jì)一個(gè)學(xué)生成績管理系統(tǒng),學(xué)生所具有的操作功能如下:瀏覽個(gè)人基本信息;學(xué)生登錄系統(tǒng)后,修改個(gè)人信息,為了保證系統(tǒng)的安全性,學(xué)生只能修改個(gè)人密碼 ,瀏覽課程信息,進(jìn)行選課等;教師查詢、錄入、修改成績,修改個(gè)人密碼;管理員查詢、錄入、修改基本信息 , 修改個(gè)人密碼 ,同時(shí)修改老師教授的課程。1.1.2 系統(tǒng)所能實(shí)現(xiàn)的功能有:查詢模塊:負(fù)責(zé)學(xué)生查詢自己的基本信息和成績, 教師查詢成績和個(gè)人基本信息,管理員查詢基本信息情
3、況。錄入模塊:以教師的角色登錄, 允許錄入成績; 以管理員身份登錄允許錄入人員和課程信息;修改模塊:以教師的角色登錄, 允許修改成績; 以管理員身份登錄允許修改人員和課程信息;系統(tǒng)配置模塊:密碼修改和重置等。1.2 系統(tǒng)可行性分析1.2.1 經(jīng)濟(jì)可行性現(xiàn)在,計(jì)算機(jī)的價(jià)格已經(jīng)十分低廉, 性能卻有了長足的進(jìn)步。 而本系統(tǒng)的開發(fā),為學(xué)校的工作效率帶來了一個(gè)質(zhì)的飛躍,為此主要表現(xiàn)有以下幾個(gè)方面:第一,本系統(tǒng)的運(yùn)行可以代替人工進(jìn)行許多繁雜的勞動(dòng);第二,本系統(tǒng)的運(yùn)行可以節(jié)省許多資源;第三,本系統(tǒng)的運(yùn)行可以大大的提高學(xué)校的工作效率;所以,本系統(tǒng)在經(jīng)濟(jì)上是可行的。1.2.2 技術(shù)可行性本系統(tǒng)的開發(fā)利用MySQ
4、L作為本系統(tǒng)的數(shù)據(jù)庫, 它是一個(gè)支持多用戶的新型1數(shù)據(jù)庫,適用于大中規(guī)模的數(shù)據(jù)量需求。學(xué)校校園網(wǎng)的建設(shè)也為新系統(tǒng)服務(wù)器/客戶端的結(jié)構(gòu)提供了硬件的支持。使用 wamp與 navicat作為系統(tǒng)開發(fā)的開發(fā)環(huán)境,它提供完善的指令控制語句、類與對象的支持及豐富的數(shù)據(jù)類型,給開發(fā)高性能系統(tǒng)提供的保障為開發(fā)滿足客戶要求的系統(tǒng), 保證了代碼的模塊化要求, 而代碼模塊化的提高, 非常有利于以后對新系統(tǒng)的擴(kuò)展與修改。1.2.3 操作可行性本系統(tǒng)為一個(gè)小型的學(xué)生信息管理系統(tǒng), 所耗費(fèi)的資源非常的小, 學(xué)校的電腦無論是硬件還是軟件都能夠滿足條件,界面設(shè)計(jì)時(shí)充分考慮管理人員的習(xí)慣,使得操作簡單;數(shù)據(jù)錄入迅速、規(guī)范、可
5、靠;統(tǒng)計(jì)準(zhǔn)確;制表靈活;適應(yīng)力強(qiáng);容易擴(kuò)充,因此,本系統(tǒng)在操作上是可行的2.數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計(jì)2.2.1 數(shù)據(jù)庫 E-R 圖Student_passwordStudent_idStudent_nameStudent_sex學(xué)生Student_birthdayStudent_classidClass_idClass_department班級Class_collegeClass_number管理員Student_grade開設(shè)選課課程教師Admin_idAdmin_passwordCourse_idCourse_nameCourse_periodCourse_creditCourse_kindTe
6、acher_idTeacher_nameTeacher_sexTeacher_collegeTeacher_password2.2.2 數(shù)據(jù)庫關(guān)系模式:Administrator( AdminID , AdminName, AdminPassword); ClassInfo(Class,Major,department)CourseInfo(CourseNumber, CourseName, Grade);2StudentCourse(StudentID , CourseNumber, Marks); StudentInfo(StudentID,StudentName ,Class,Stude
7、ntPassword); TeacherInfo (TeacherID,TeacherName,TeacherPassword); TeachingInfo(CourseNumber,TeacherID);數(shù)據(jù)庫名稱 : management擁有的表 :administrator; Classinfo;Courseinfo;StudentCourse;Studentinfo;Teacherinfo;Teachinginfo;各個(gè)表的屬性及數(shù)據(jù):Administrator (AdminID char(20) primary key, , AdminName char(20),AdminPassw
8、ord char(20);包含:管理員編號(hào) AdminID 、管理員姓名 AdminName、管理員密碼 AdminPasswordClassinfo(Class char(20) primary key,Major char(20),department char(20);包含:班級號(hào)Class、專業(yè)Major、學(xué)院department3Courseinfo(CourseNumber char(20) primary key,CourseName char(20),Grade int); 包 含 : 課 程 編 號(hào) CourseNumber 、 課 程 姓 名 CourseName 、 學(xué)
9、分GradeStudentCourse (StudentID char(20),CourseNumber char(20),Marks int); 包含:學(xué)號(hào) StudentID、課程編號(hào) CourseNumber、得分 MarksStudentinfo(StudentID char(20) primary key,StudentName char(20),Class char(20),4StudentPassword Char(20);包含:學(xué)號(hào)StudentID 、學(xué)生姓名StudentName、班級號(hào)Class、學(xué)生密碼StudentPasswordTeacherinfo(Teacher
10、ID char(20) primary key,TeacherName char(20), TeacherPassword char(20);包含:教師編號(hào)TeacherID、教師姓名 TeacherName、教師密碼 TeacherPasswordTeachinginfo(CourseNumber char(20) primary key,TeacherID char(20); 包含:課程編號(hào) CourseNumber、教師編號(hào) TeacherID53. 軟件結(jié)構(gòu)設(shè)計(jì)3.1 開發(fā)環(huán)境基于 windows 7 操作系統(tǒng),數(shù)據(jù)庫系統(tǒng)使用 Mysql ,服務(wù)器搭建使用Apache,Web 編寫使用
11、 PHP。3.2 系統(tǒng)功能結(jié)構(gòu)登錄系統(tǒng)ID,密碼身份判斷ID,密碼,身份信息ID,密碼,確認(rèn)信息身份,密碼確認(rèn)ID,密碼,確認(rèn)信息ID,密碼,確認(rèn)信息顯示學(xué)生信息顯示教師信息,其顯示管理員信息,他功能選項(xiàng)其他功能選項(xiàng)新成績,學(xué)生ID操作請求,新的信息修改學(xué)生成績判斷操作類型,操作對象身份修改密碼修改人員,課程基刪除人員,課程基本信息本信息添加人員,課程基本信息63.3 系統(tǒng)結(jié)構(gòu) -模塊劃分3.3.1 登陸模塊系統(tǒng)使用人員登陸系統(tǒng),輸入 ID 號(hào)密碼,選擇身份。之后根據(jù)身份,查詢系統(tǒng)數(shù)據(jù)庫,判斷該 ID 是否存在,密碼是否正確,確認(rèn)無誤之后繼續(xù)進(jìn)行之后的功能。實(shí)現(xiàn)程序段( login.php 與
12、 login_check.php):login.php<?phpsession_start();$_SESSION'firstlogin'=1;?><head><meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <title> 學(xué)生管理信息系統(tǒng) </title><style>*padding:0px;margin:0px;acolor:Whitebodyfont-family:Aria
13、l, Helvetica, sans-serif; background:url('images/grass.jpg') no-repeat center; font-size:13px;imgborder:0;.lgwidth:468px; height:468px; margin:100px auto; background:url('images/login_bg.png') no-repeat;align: center;.lg_top height:200px; width:468px;align: center;.lg_mainwidth:400px
14、; height:180px; margin:0 25px;align="center".lg_m_1width:290px;height:100px;padding:60px 55px 20px 55px;margin:0px auto;.ur7height:37px;border:0;color:#666;width:236px;margin:4px 28px;background:url('images/user.png') no-repeat;padding-left:10px;font-size:16pt;font-family:Arial, He
15、lvetica, sans-serif;.pwheight:37px;border:0;color:#666;width:236px;margin:4px 28px;background:url('images/password.png') no-repeat;padding-left:10px;font-size:16pt;font-family:Arial, Helvetica, sans-serif;.lg_footheight:80px;width:330px;padding: 6px 68px 0 68px;align="center"</s
16、tyle></head><body class="b"><div class="lg"><div class="lg_top"></div><div class="lg_main"><div class="lg_m_1"><form method="post" action="login_check.php"><input type="te
17、xt" name='user_name' class="ur"/><input type="password" name='user_pass' class="pw"/> <p style="text-align: center"><font size='3' face='楷體 '><strong>請選擇身份 </strong></font>:<br/>
18、</p><body style="text-align:center;"><select name="shenfen" size="1" style="text-align: center"><optionvalue="1"> 學(xué)生 </option><optionvalue="2"> 教師 </option><optionvalue="3"> 管理員 <
19、/option>8</select><pstyle="text-align:center"><inputname="submit1"type="submit"value="登錄 " /></p></form><form method="post" action="login.php"><pstyle="text-align:center"><inputname=
20、"submitO"type="submit"value=" 重置 " /></p></form></div></div></form></body></html>Login_check.php<?phpsession_start();if($_SESSION'firstlogin')$_SESSION'username'=$_POST'user_name'$_SESSION'passw
21、ord'=$_POST'user_pass'$_SESSION'shenfen'=$_POST'shenfen'$_SESSION'firstlogin'=false;$shenfen=$_SESSION'shenfen'$user_name=$_SESSION'username'$user_pass=$_SESSION'password'?><html><head><title> 登陸成功 !</title><me
22、ta http-equiv="Content-Type" content="text/html; charset=gbk"> <style type="text/css">body background-image: url(images/banner.jpg);background-repeat: repeat;</style></head><body><?php$db= mysql_connect(':3306','root
23、9;,'') or die ("連接失敗 "); mysql_select_db('management',$db) or die(mysql_error($db);if($shenfen'shenfen'=1)$query="SELECT9StudentID,StudentName,studentinfo.Class,Major,department fromstudentinfo,ClassInfowhereStudentID='$user_name' AND StudentPassword=
24、39;$user_pass' AND studentinfo.Class=ClassInfo.Class;"mysql_query("set names 'gbk'");mysql_query("SET CHARACTER SET gbk");$result=mysql_query($query,$db) or die ("ERROR"); if(mysql_numrows($result)=0)echo "用戶名或密碼錯(cuò)誤! ".'<br/>'echo
25、 "<a href='login.php'>"echo "重新登錄 "echo "</a>"elseecho "<a href='login.php' >"echo "<p align ='right'>注銷 </p>"echo "</a>"echo "<a href='password_change.php'>&quo
26、t;echo "<p align ='right'>修改密碼 </p>"."<br/>"echo "</a>"echo "<a href='course_select.php'>"echo "<p align=right>修改選課信息 </p>"echo "</a>"/show the resultsecho '<table borde
27、r="0" align=center >'echo "<td>用戶信息: </td>"echo '<table border="1" align=center >'$row=array('學(xué)號(hào) ','姓名 ','班級 ','專業(yè) ','學(xué)院 ');echo '<tr>'foreach($row as $value)echo '<td>'
28、.$value.'</td>'while($row=mysql_fetch_assoc($result)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'echo '</tr>'echo '</table>'/ extract($row);/echo $StudentID . '-' . $StudentName . '-' .
29、 $class .'-' .10$StudentPassword.'<br/>'echo '</br>'echo '</br>'$query="SELECTstudentcourse.CourseNumber,CourseName,Grade,Marks fromstudentcourse,CourseInfowhereStudentID='$user_name'andstudentcourse.CourseNumber=CourseInfo.CourseNumber&
30、quot;$result=mysql_query($query,$db) or die ("未知錯(cuò)誤 !");echo '<table border="0" align=center >'echo "<td>選課信息: </td>"echo '<table border="1" align=center >'$row=array('課程編號(hào) ','課程名 ','學(xué)分 ','分?jǐn)?shù) &
31、#39;);echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'while($row=mysql_fetch_assoc($result)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'echo '</tr>'echo '</table>
32、9;if($shenfen'shenfen'=2)/檢查 username是否存在/檢差 password是否存在/顯示老師個(gè)人信息,獲得任課科目$query="SELECT TeacherID,TeacherName from Teacherinfo where TeacherID='$user_name' AND TeacherPassword='$user_pass'"mysql_query("set names 'gbk'");mysql_query("SET CHARAC
33、TER SET gbk");$result=mysql_query($query,$db) or die ("The user doesn't exist or password ");if(mysql_numrows($result)=0)echo "用戶名或密碼錯(cuò)誤! ".'<br/>'11echo "<a href='login.php'>"echo "重新登錄 "echo "</a>"elseecho
34、"<a href='login.php'>"echo "<p align='right'>注銷 </p>"echo "</a>"echo "<a href='password_change.php'>"echo "<p align='right'> 修改密碼 </p>"."<br/>"echo "</a
35、>"echo '<table border="0" align="center">'echo "<td>教師信息: </td>"echo '<table border="1" align="center">'$row=array('教師編號(hào) ','姓名 ');echo '<tr>'foreach($row as $value)echo
36、9;<td>'.$value.'</td>'while($row=mysql_fetch_assoc($result)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'echo '</tr>'echo '</table>'$query="SELECTTeachinginfo.CourseNumber,CourseNamefromT
37、eachinginfo,CourseInfowhereTeacherID='$user_name'andTeachinginfo.CourseNumber=CourseInfo.CourseNumber"$result=mysql_query($query,$db)ordie("Unexpectederror(mark)!");echo "<p align=center>課程 :</p>"while(mysql_num_rows($result)!=0&&$row=mysql_fetch_
38、assoc($result)extract($row);echo "<a href='scole.php?course=$CourseNumber'>" echo"<p align=center> $CourseName</p>" echo "</a>"12if($shenfen'shenfen'=3)/檢查 username是否存在/檢查 password是否正確$query="SELECT AdminID,AdminName from adm
39、inistrator where AdminID='$user_name' AND AdminPassword='$user_pass'"mysql_query("set names 'gbk'");mysql_query("SET CHARACTER SET gbk");$result=mysql_query($query,$db) or die ("The user doesn't exist or password ");if(mysql_numrows($res
40、ult)=0)echo "用戶名或密碼錯(cuò)誤! ".'<br/>'echo "<a href='login.php'>"echo "重新登錄 "echo "</a>"elseecho "<a href='login.php'>"echo "<p align=right>注銷 </p>"echo "</a>"echo "
41、<a href='password_change.php'>"echo "<p align=right>修改密碼 </p>"."<br/>"echo "</a>"echo '<table border="0" align=center>'echo "<td>管理員信息: </td>"echo '<table border="1"
42、; align=center>'$row=array('管理員編號(hào) ','姓名 ');echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'while($row=mysql_fetch_assoc($result)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td&g
43、t;'echo '</tr>'echo '</table>'echo "<p align=center>請選擇要修改的內(nèi)容: </p>","<br/>" echo "<a href='admin_select.php?select=1'>"echo "<p align=center>管理員信息 </p>"."<br/>"13echo
44、"</a>"echo "<a href='teacher_select.php?select=2'>"echo "<p align=center>教師信息 </p>"."<br/>"echo "</a>"echo "<a href='student_select.php?select=3'>"echo "<p align=center>學(xué)生
45、信息 </p>"."<br/>"echo "</a>"echo "<a href='c_select.php?select=4'>"echo "<p align=center>課程信息 </p>"."<br/>"echo "</a>"echo "<a href='t_select.php?select=5'>"
46、;echo "<p align=center>教師授課信息 </p>"."<br/>"echo "</a>"?></div></body></html>3.3.2 增刪模塊教師部分,輸入新學(xué)生ID ,新成績,再根據(jù)教師是的任課課程修改數(shù)據(jù)可中的學(xué)生成績。管理員部分, 先選擇想要錄入的人員身份或者是課程編號(hào),再根據(jù)輸入的基本信息,錄入到數(shù)據(jù)庫中。實(shí)現(xiàn)程序段:<?phpsession_start();$_SESSION'admin_se
47、lect'=$_GET'select'$admin_select=$_SESSION'admin_select'$db= mysql_connect('','root','') or die ("Unable to connect. Checkyour connection parameters.");mysql_select_db('management',$db) or die(mysql_error($db);?><head>&l
48、t;title> 輸入教師編號(hào) </title><style type="text/css">body background-image: url(pic/in_20.gif);</style></head><body><?php14echo "<a href='login_check.php'>"echo "<p align=right>返回 </p>"echo "</a>"my
49、sql_query("set names 'gbk'");mysql_query("SET CHARACTER SET gbk");$query="SELECT TeacherID,TeacherName from Teacherinfo"$result=mysql_query($query,$db) or die("Unexpected error(scole)"); echo '<table border="1">'$row=array('
50、教師編號(hào) ','姓名 ');echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'while($row=mysql_fetch_assoc($result)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'echo '</tr>'echo
51、39;</table>'?><form method="post" action="t_modify.php"><p><strong>輸入要修改的教師編號(hào) </strong>:<br /><input type="text" name="sel_id" /></p><p><input type="submit" name="submit4" valu
52、e=" 確認(rèn) "/></p> </form></body></html>修改模塊 :以教師身份登錄,根據(jù)已有學(xué)生ID ,和輸入的新成績,對數(shù)據(jù)庫進(jìn)行修改。一管理員身份登錄, 先選擇要修改那種身份人員或課程的信息,根據(jù)輸入的新信息修改數(shù)據(jù)庫。實(shí)現(xiàn)程序段:已修改學(xué)生成績?yōu)槔?lt;?phpsession_start();$_SESSION'new_course'=$_GET'course'$teaching_course=$_SESSION'new_course'$user_n
53、ame=$_SESSION'username'$user_pass=$_SESSION'password'$db= mysql_connect('','root','') or die ("Unable to connect. Checkyour connection parameters.");mysql_select_db('management',$db) or die(mysql_error($db);15?><html><hea
54、d><title> 課程信息 </title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">body background-image: url(pic/in_20.gif);background-repeat: repeat;</style></head><body><?phpecho "<
55、;a href='login_check.php'>"echo "<p align=right>返回 </p>"echo "</a>"echo "<br>"."課程編號(hào): ",$teaching_course,"<br>" mysql_query("set names 'gbk'");mysql_query("SET CHARACTER SET gbk&quo
56、t;);$query_scole="selectstudentcourse.StudentID,StudentName,Marksfromstudentcourse,StudentInfowherestudentcourse.StudentID=StudentInfo.StudentID and CourseNumber='$teaching_course'order byStudentID"$result_scole=mysql_query($query_scole,$db) or die("Unexpected error(scole)&quo
57、t;);echo '<table border="1">'$row=array('學(xué)號(hào) ','姓名 ','分?jǐn)?shù) ');echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'while($row=mysql_fetch_assoc($result_scole)echo '<tr>'foreach($row as $value)echo '<td>'.$value.'</td>'echo '</tr>'16echo '</table>'/顯示學(xué)生成績/1 2與 科目名字對應(yīng)問題?><form method="post" action="update_scole_result.php" align=center > <p><strong>輸入要修改學(xué)生
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五版國際物流運(yùn)輸服務(wù)電子合同風(fēng)險(xiǎn)評估與管理3篇
- 西安歐亞學(xué)院《鉆井液工藝原理》2023-2024學(xué)年第一學(xué)期期末試卷
- 2025年度廚師團(tuán)隊(duì)培訓(xùn)與績效評估合同3篇
- 武漢大學(xué)《鋼琴與伴奏》2023-2024學(xué)年第一學(xué)期期末試卷
- 二零二五版人工智能教育合資協(xié)議范本3篇
- 二零二五版建筑行業(yè)工人薪資保障合同范本2篇
- 二零二五年度冷鏈物流車隊(duì)運(yùn)輸合作協(xié)議3篇
- 2024版砌體工程建筑承包合同細(xì)則版B版
- 二零二五年知識(shí)產(chǎn)權(quán)侵權(quán)糾紛調(diào)解與法律咨詢協(xié)議3篇
- 二零二五年房地產(chǎn)項(xiàng)目價(jià)值評估與增值服務(wù)合同3篇
- 人教版小學(xué)英語各冊單詞表(帶英標(biāo))
- 廣東省潮州市潮安區(qū)2023-2024學(xué)年六年級上學(xué)期期末考試數(shù)學(xué)試題
- SONY索尼數(shù)碼照相機(jī)DSC-HX200使用說明書
- 電子電工實(shí)驗(yàn)室項(xiàng)目可行性研究報(bào)告
- 2024中國保險(xiǎn)發(fā)展報(bào)告-中南大風(fēng)險(xiǎn)管理研究中心.燕道數(shù)科
- 醫(yī)院突發(fā)事件應(yīng)急預(yù)案工作總結(jié)
- 《海底電力電纜輸電工程施工及驗(yàn)收規(guī)范》
- (試題)考試護(hù)理應(yīng)急預(yù)案題庫與答案
- 【閱讀提升】部編版語文五年級下冊第一單元閱讀要素解析 類文閱讀課外閱讀過關(guān)(含答案)
- 鄉(xiāng)村治理中正式制度與非正式制度的關(guān)系解析
- 園區(qū)招商引資方案提成方案
評論
0/150
提交評論