




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、精選優(yōu)質(zhì)文檔-傾情為你奉上1. 學(xué)生信息管理系統(tǒng)概述1.1 系統(tǒng)開發(fā)背景學(xué)生信息管理系統(tǒng)是學(xué)校管理的重要工具,是學(xué)校不可或缺的部分。 隨著在校大學(xué)生人數(shù)的不斷增加,教務(wù)系統(tǒng)的數(shù)量也不斷的上漲,。學(xué)校工作繁雜、資料眾多,人工管理信息的難度也越來越大,顯然是不能滿足實際的需要,效率也是很低的。并且這種傳統(tǒng)的方式存在著很多的弊端,如:保密性差、查詢不便、效率低,很難維護和更新等。然而,本系統(tǒng)針對以上缺點能夠極大地提高學(xué)生信息管理的效率,也是科學(xué)化、正規(guī)化的管理,與世界接軌的重要條件。學(xué)生信息管理系統(tǒng)具有手工管理所無法比擬的優(yōu)點。如:檢索迅速、查找方便、可靠性高、存儲量大、保密性好、壽命長、成本低等。
2、這些優(yōu)點能夠極大地提高學(xué)生信息管理的效率。1.2 開發(fā)意義隨著這些年電腦計算機的速度質(zhì)的提高,成本的下降,IT互聯(lián)網(wǎng)大眾趨勢的發(fā)展。我們使用電腦的高效率才處理數(shù)據(jù)信息成為可能。 學(xué)生學(xué)籍管理系統(tǒng)的出現(xiàn),正是管理人員與信息數(shù)據(jù),計算機的進入互動時代的體現(xiàn)。友好的人機交互模式,清晰簡明的圖形界面,高效安全的操作使得我們對成千上萬的信息的管理得心應(yīng)手。通過這個系統(tǒng),可以做到信息的規(guī)范管理,科學(xué)統(tǒng)計和快速的查詢,從而減少管理方面的工作量毋庸置疑,切實有效地把計算機管理引入學(xué)校教務(wù)管理中,對于促進學(xué)校管理制度,提高學(xué)校教學(xué)質(zhì)量與辦學(xué)水平有著顯著意義1.3系統(tǒng)使用范圍 本系統(tǒng)的設(shè)計考慮了系統(tǒng)的通用性,可以
3、應(yīng)用于教育系統(tǒng)的各種類型院校。系統(tǒng)開發(fā)技術(shù)2. 系統(tǒng)需求分析2.1 開發(fā)環(huán)境和軟件(1) 操作系統(tǒng):Windows 7 (2) 數(shù)據(jù)庫軟件:SQL Server 2005 (3) Java開發(fā)工具:Eclipse2.2 系統(tǒng)設(shè)計與功能分析學(xué)生信息管理系統(tǒng),可用于學(xué)校等機構(gòu)的學(xué)生信息管理,查詢,更新與維護,使用方便,易用性強,圖形界面清晰明了。該軟件用java語言編寫,用SQLServer2005數(shù)據(jù)庫作為后臺的數(shù)據(jù)庫進行信息的存儲,用SQL語句完成學(xué)生學(xué)籍信息的添加,查詢,修改,刪除的操作以及成績的錄入,修改,刪除等。用ODBC驅(qū)動實現(xiàn)前臺Java與后臺SQL數(shù)據(jù)庫的連接。Java語言跨平臺性
4、強,可以在windows,linux,ubuntu等系統(tǒng)下使用,方便簡單,安全性好。SQLServer2005數(shù)據(jù)庫高效安全,兩者結(jié)合可相互利用各自的優(yōu)勢。該系統(tǒng)實現(xiàn)的大致功能:1 用戶登陸界面。該界面可以選擇使用者的身份學(xué)生。不同的身份有不同的操作界面和功能權(quán)限。ID號和密碼輸入正確即可登錄。學(xué)生管理界面。提供了學(xué)生學(xué)籍信息的查詢,相關(guān)科目的成績查詢和排名,修改登錄密碼等功能。2 管理員管理界面。擁有最高的權(quán)限。允許添加教師信息和課程信息等。3 登錄的用戶信息分別存儲在SQL數(shù)據(jù)庫的“管理員信息表”, “學(xué)籍信息表”中,如果用戶信息不存在則三張表中,將會無權(quán)利登錄本管理系統(tǒng)。保證了本學(xué)生管理
5、系統(tǒng)的安全性。3數(shù)據(jù)庫設(shè)計3.1 系統(tǒng)概念結(jié)構(gòu)設(shè)計圖3-1學(xué)籍管理系統(tǒng)圖3-2成績管理系統(tǒng)圖3-4管理員系統(tǒng)學(xué)籍管理系統(tǒng)登錄驗證登錄添加查詢修改信息查看信息查看信息查看成績判斷是管理員/學(xué)生圖3-4學(xué)籍管理系統(tǒng)流程圖實體屬性表:實體屬性管理員管理員號,登錄密碼學(xué)籍學(xué)號,姓名,性別,籍貫,生源地,入學(xué)年份,學(xué)院,專業(yè)成績學(xué)號,數(shù)據(jù)庫,JAVA程序設(shè)計,高等數(shù)學(xué),應(yīng)用集成,操作系統(tǒng),專業(yè)英語,計算機網(wǎng)絡(luò) 3.2 系統(tǒng)邏輯結(jié)構(gòu)設(shè)計管理員信息表:字段名 類型空值約束條件管理員號 varchar(10)not null主鍵登錄密碼varchar(10)not null成績信息表:字段名 類型空值約束條件
6、學(xué)號 varchar(15)not null主鍵,外鍵數(shù)據(jù)庫floatnot nullJAVA程序設(shè)計floatnot null計算機網(wǎng)絡(luò)floatnot null高等數(shù)學(xué)floatnot null專業(yè)英語floatnot null應(yīng)用集成floatnot null操作系統(tǒng)floatnot null數(shù)據(jù)挖掘floatnot null學(xué)籍信息表:字段名 類型空值約束條件學(xué)號int not null主鍵姓名varchar(30)not null性別char(2)入學(xué)年份datatimenot null籍貫char(10) 生源地Char(20)not null學(xué)院Char(20)not
7、 null專業(yè)Char(20)not null3.3數(shù)據(jù)庫實現(xiàn)3.3.1 SQL語句實現(xiàn)(1)學(xué)籍信息表創(chuàng)建:create table 學(xué)籍信息表(學(xué)號varchar(15) primary key,姓名varchar(8) not null ,性別varchar(4) ,入學(xué)年份datatime,not null,學(xué)院varchar(8) not null ,專業(yè)varchar(8) not null ,籍貫varchar(5) ,生源地archar(6) not null)(2)成績信息表創(chuàng)建:create table 成績信息表(學(xué)號varchar(15),數(shù)據(jù)庫 float,not n
8、ull,數(shù)據(jù)挖掘flaoat,not null計算機網(wǎng)絡(luò) float,not null,Java程序設(shè)計 float,not null,應(yīng)用集成 float,not null,foreign key (學(xué)號) references 學(xué)籍信息表(學(xué)號),)(3)管理員信息表創(chuàng)建:create table 課程信息表(管理員號 varchar(8) primary key,登錄密碼 varchar(12) not null)視圖的創(chuàng)建: “學(xué)生成績信息”視圖創(chuàng)建:create view 學(xué)生成績信息asSELECT 學(xué)籍信息表.學(xué)號,學(xué)籍信息表.姓名,學(xué)籍信息表.性別,課程信息表.入學(xué)年份,成績信
9、息表.學(xué)院,成績信息表.專業(yè)FROM 成績信息表JOIN 學(xué)籍信息表 ON 成績信息表.學(xué)號 = 學(xué)籍信息表.學(xué)號4. 系統(tǒng)模塊詳細設(shè)計4.1登錄模塊4.2添加學(xué)生信息界面4.3添加學(xué)生成績界面5.系統(tǒng)測試5.1測試登陸5.2查詢學(xué)生成績界面5.3測試添加學(xué)生成績5.4測試查詢分數(shù)6附錄(代碼)由于篇幅有限,所以只附上主要功能的代碼:6.1登陸界面代碼import java.awt.*;import javax.swing.*;import java.awt.event.*;import java.sql.*;public class systems extends JFrame implem
10、ents ActionListenerstatic systems ss;JPanel panel = new JPanel();JLabel label1 = new JLabel("輸入學(xué)號:");JLabel label3 = new JLabel("歡迎來到學(xué)生信息管理系統(tǒng)");JTextField name = new JTextField();JLabel label2 = new JLabel("密 碼:");JPasswordField pwd = new JPasswordField();JButton Enter
11、= new JButton("登錄");JButton Exit = new JButton("退出");String url = "D:Systemstitle.jpg"ButtonGroup bgp = new ButtonGroup();JRadioButton stu = new JRadioButton("學(xué)生");JRadioButton tch = new JRadioButton("教師");public systems()super("學(xué)生信息管理系統(tǒng)");
12、this.setResizable(false); JLabel img = new JLabel(new ImageIcon(url);img.setBounds(0,0,500,100);panel.add(img);stu.setBounds(165,210,70,20);tch.setBounds(265,210,70,20);bgp.add(stu);bgp.add(tch);panel.add(stu);panel.add(tch);Enter.setBounds(150,250,80,20);Exit.setBounds(270,250,80,20);Enter.addActio
13、nListener(this);Exit.addActionListener(this);panel.add(Enter);panel.add(Exit); panel.setLayout(null);this.add(panel);label1.setBounds(135,130,100,25);panel.add(label1);label3.setBounds(70,20,380,100);label3.setFont(new Font("Serif",Font.PLAIN,30);panel.add(label3); name.setBounds(265,130,1
14、00,25);panel.add(name);label2.setBounds(135,165,100,25);panel.add(label2); pwd.setBounds(265,165,100,25);panel.add(pwd);this.setBounds(100,100,500,350);this.setVisible(true);this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);public void actionPerformed(ActionEvent e)if(e.getSource()=Enter)String us
15、ername , password;username = name.getText(); password = pwd.getText();tryClass.forName("sun.jdbc.odbc.JdbcOdbcDriver");catch (ClassNotFoundException ce)JOptionPane.showMessageDialog(ss,ce.getMessage();if(stu.isSelected()try Connection con = DriverManager.getConnection("jdbc:odbc:sysdb
16、","sa",""); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("select * from STU"); while(rs.next() if(rs.getString("ID").equals(username)&&(rs.getString("Pwd").equals(password) JOptionPane.showMessageDialog(ss,&qu
17、ot;登陸成功");Students stu = new Students(); else JOptionPane.showMessageDialog(ss,"登錄失敗"); rs.close(); stmt.close(); catch (SQLException se) JOptionPane.showMessageDialog(ss,se.getMessage(); else if(tch.isSelected()tryConnection con = DriverManager.getConnection("jdbc:odbc:systchdb&
18、quot;,"sa","");Statement stmt = con.createStatement();ResultSet rs = stmt.executeQuery("select * from TCH");while(rs.next()if(rs.getString("ID").equals(username)&&(rs.getString("Pwd").equals(password)JOptionPane.showMessageDialog(ss,"登陸成
19、功");elseJOptionPane.showMessageDialog(ss,"登錄失敗");catch (SQLException se)JOptionPane.showMessageDialog(ss,se.getMessage();elseSystem.exit(0);public static void main(String args)systems sys = new systems();6.2查詢學(xué)生成績import java.awt.*;import javax.swing.*;import java.awt.event.*;import ja
20、va.awt.font.*;import java.sql.*;public class Score extends JFrame implements ActionListenerstatic Score s;JLabel title = new JLabel("查詢成績",JLabel.CENTER);Font f = new Font("楷體",Font.BOLD+Font.ITALIC,16);JPanel jpl = new JPanel();JLabel label1 = new JLabel("請輸入學(xué)號:",JLabe
21、l.CENTER);JTextField num = new JTextField();JButton serch = new JButton("查詢成績");JButton reset = new JButton("重置");JLabel label2 = new JLabel("計算機網(wǎng)絡(luò):",JLabel.LEFT);JLabel label3 = new JLabel("操 作 系 統(tǒng):",JLabel.LEFT);JLabel label4 = new JLabel("專業(yè)英語:",J
22、Label.LEFT);JLabel label5 = new JLabel("數(shù) 據(jù) 挖 掘:",JLabel.LEFT);JLabel label6 = new JLabel("Java程序設(shè)計:",JLabel.LEFT);JLabel label7 = new JLabel("數(shù) 據(jù) 庫:",JLabel.LEFT);JLabel label8 = new JLabel("高 等 數(shù) 學(xué):",JLabel.LEFT);JLabel label9 = new JLabel("應(yīng) 用 集 成:&quo
23、t;,JLabel.LEFT);JTextField txt = new JTextField() , new JTextField() , new JTextField() , new JTextField() , new JTextField() , new JTextField() ,new JTextField() , new JTextField();static int p = 140;public Score()super("查詢分數(shù)");this.setResizable(false);this.setSize(500,550);this.setVisibl
24、e(true);this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); title.setFont(f);this.add(jpl);jpl.setLayout(null);title.setBounds(100,20,300,20);jpl.add(title);label1.setBounds(100,60,90,20);jpl.add(label1);num.setBounds(210,60,140,20);jpl.add(num);serch.setBounds(130,100,90,20);reset.setBounds(240,10
25、0,90,20);jpl.add(serch);jpl.add(reset);serch.addActionListener(this);reset.addActionListener(this);label2.setBounds(100,140,140,20);label3.setBounds(100,180,140,20);label4.setBounds(100,220,140,20);label5.setBounds(100,260,140,20);label6.setBounds(100,300,140,20);label7.setBounds(100,340,140,20);lab
26、el8.setBounds(100,380,140,20);label9.setBounds(100,420,140,20);jpl.add(label2);jpl.add(label3);jpl.add(label4);jpl.add(label5);jpl.add(label6);jpl.add(label7);jpl.add(label8);jpl.add(label9);for(int i = 0 ;i<txt.length ; i+)txti.setBounds(260,p,140,20);jpl.add(txti);p=p+40;public void actionPerfo
27、rmed(ActionEvent e)if(e.getSource()=serch)String id = num.getText();try Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); catch (ClassNotFoundException ce) JOptionPane.showMessageDialog(s,ce.getMessage(); tryConnection con = DriverManager.getConnection("jdbc:odbc:sysdb","sa&quo
28、t;,"");Statement stmt = con.createStatement();ResultSet rs = stmt.executeQuery("select 計算機系成績.* from STU , 計算機系成績 where STU.ID ='" + id + "' AND STU.ID = 計算機系成績.SID");while(rs.next()for(int i = 0 ; i<txt.length ; i+)txti.setText(rs.getString(i+2);catch (SQLEx
29、ception se)JOptionPane.showMessageDialog(s,se.getMessage();elsefor(int i = 0;i<txt.length ; i+)txti.setText("");num.setText("");public static void main(String args)Score s = new Score();6.3添加學(xué)生成績import java.awt.*;import javax.swing.*;import java.awt.event.*;import java.sql.*;p
30、ublic class Addscore extends JFrame implements ActionListenerstatic Addscore ss;JLabel label = new JLabel("學(xué)號:") , new JLabel("計算機網(wǎng)絡(luò):") , new JLabel("操作系統(tǒng):") , new JLabel("專業(yè)英語:") , new JLabel("數(shù)據(jù)挖掘:") , new JLabel("Java程序設(shè)計:") , new JLabel
31、("數(shù)據(jù)庫:") , new JLabel("高等數(shù)學(xué):") , new JLabel("應(yīng)用集成:"); JTextField txt = new JTextField() , new JTextField() , new JTextField() , new JTextField() , new JTextField() ,new JTextField() , new JTextField() ,new JTextField() ,new JTextField() ;JButton add = new JButton("
32、添加");JButton reset = new JButton("重置");JPanel jpl = new JPanel();JLabel title = new JLabel("添加學(xué)生成績" , JLabel.CENTER);Font f = new Font("黑體" , Font.BOLD , 16 );int s = 100;public Addscore()super("添加學(xué)生信息");this.setResizable(false);this.setSize(500,600);this
33、.setDefaultCloseOperation(EXIT_ON_CLOSE);this.setVisible(true);this.add(jpl);add.addActionListener(this);reset.addActionListener(this);jpl.setLayout(null);title.setBounds(150,40,200,20);title.setFont(f);title.setForeground(Color.red);jpl.setBackground(Color.LIGHT_GRAY);jpl.add(title);for(int i = 0 ;
34、 i <label.length ; i+)labeli.setBounds(100,s,140,20);jpl.add(labeli);txti.setBounds(260,s,140,20);jpl.add(txti);s=s+40;add.setBounds(150,s,80,20);reset.setBounds(250,s,80,20);jpl.add(add);jpl.add(reset);public void actionPerformed(ActionEvent e)if(e.getSource()=add)tryClass.forName("sun.jdbc
35、.odbc.JdbcOdbcDriver");catch (ClassNotFoundException ce)JOptionPane.showMessageDialog(ss,ce.getMessage();tryConnection con = DriverManager.getConnection("jdbc:odbc:sysdb","sa","");Statement stmt = con.createStatement();int a = stmt.executeUpdate("insert into 計
36、算機系成績(SID , 計算機網(wǎng)絡(luò) , 操作系統(tǒng) , 專業(yè)英語 , 數(shù)據(jù)挖掘 , Java程序設(shè)計 , 數(shù)據(jù)庫 , 高等數(shù)學(xué) , 應(yīng)用集成)values('"+txt0.getText()+"','"+txt1.getText()+"','"+txt2.getText()+"','"+txt3.getText()+"','"+txt4.getText()+"','"+txt5.getText()+&
37、quot;','"+txt6.getText()+"','"+txt7.getText()+"','"+txt8.getText()+"')");if(a=1)JOptionPane.showMessageDialog(ss,"添加成功");elseJOptionPane.showMessageDialog(ss,"添加失敗");catch (SQLException se)JOptionPane.showMessageDialo
38、g(ss,se.getMessage();elsefor(int i = 0 ; i<txt.length ; i+)txti.setText("");txt0.requestFocus();public static void main(String args)Addscore as = new Addscore();6.4添加學(xué)生信息代碼import java.awt.*;import javax.swing.*;import java.awt.event.*;import java.sql.*;public class AddMsg extends JFrame
39、 implements ActionListenerstatic AddMsg s;/*添加學(xué)生信息控件*/JPanel jpl = new JPanel();JLabel label1 = new JLabel("添加基本信息",JLabel.CENTER);JLabel label2 = new JLabel("學(xué) 號:",JLabel.CENTER);JLabel label3 = new JLabel("姓 名:",JLabel.CENTER);JLabel label4 = new JLabel("性 別:&quo
40、t;,JLabel.CENTER);JLabel label5 = new JLabel("班 級:",JLabel.CENTER);JLabel label6 = new JLabel("學(xué) 院:",JLabel.CENTER);JLabel label7 = new JLabel("專 業(yè):",JLabel.CENTER);JLabel label8 = new JLabel("籍 貫:",JLabel.CENTER);JLabel label9 = new JLabel("生 源 地:",
41、JLabel.CENTER);JLabel label10 = new JLabel("入學(xué)年份:",JLabel.CENTER);JTextField num = new JTextField(2);JTextField nam = new JTextField(4);ButtonGroup bgp = new ButtonGroup();JRadioButton man = new JRadioButton("男");JRadioButton women = new JRadioButton("女");JTextField cla
42、s = new JTextField();JTextField scl = new JTextField();JTextField sc2 = new JTextField();JTextField sc3 = new JTextField();JTextField sc4 = new JTextField();JTextField sc5 = new JTextField();JButton reset = new JButton("重置");JButton addmsg = new JButton("添加");public AddMsg()super
43、("添加學(xué)生信息");this.setResizable(false);this.setSize(450,580);this.setVisible(true);this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);this.add(jpl);jpl.setLayout(null);addmsg.addActionListener(this);reset.addActionListener(this);/*插入面板*/label1.setBounds(100,20,300,20);jpl.add(label1);label2.
44、setBounds(100,50,70,20);jpl.add(label2);num.setBounds(190,50,140,20);jpl.add(num);label3.setBounds(100,90,70,20);jpl.add(label3);nam.setBounds(190,90,140,20);jpl.add(nam);label4.setBounds(100,130,70,20);jpl.add(label4);man.setBounds(190,130,60,20);women.setBounds(270,130,60,20);jpl.add(man);jpl.add(
45、women);bgp.add(man);bgp.add(women);label5.setBounds(100,170,70,20);jpl.add(label5);clas.setBounds(190,170,140,20);jpl.add(clas);label6.setBounds(100,210,70,20);jpl.add(label6);scl.setBounds(190,210,140,20);jpl.add(scl);label7.setBounds(100,250,70,20);jpl.add(label7);sc2.setBounds(190,250,140,20);jpl
46、.add(sc2);label8.setBounds(100,290,70,20);jpl.add(label8);sc3.setBounds(190,290,140,20);jpl.add(sc3);label9.setBounds(100,330,70,20);jpl.add(label9);sc4.setBounds(190,330,140,20);jpl.add(sc4);label10.setBounds(100,370,70,20);jpl.add(label10);sc5.setBounds(190,370,140,20);jpl.add(sc5);reset.setBounds
47、(120,410,90,20);addmsg.setBounds(240,410,90,20);jpl.add(reset);jpl.add(addmsg);public void actionPerformed(ActionEvent e)if(e.getSource()=addmsg)String sex;if(man.isSelected() sex="男"else sex="女" tryClass.forName("sun.jdbc.odbc.JdbcOdbcDriver");catch (ClassNotFoundException ce)JOptionPane.showMessageDialog(s,ce.getMessage();tryConnection con = DriverManager.getConnection("jdbc:odbc:sy
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025至2030中國自動售貨機行業(yè)市場深度研究與戰(zhàn)略咨詢分析報告
- 2025至2030中國膝關(guān)節(jié)骨性關(guān)節(jié)炎的粘液補充劑行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 2025至2030中國脫硫脫硝行業(yè)市場深度研究及發(fā)展前景投資可行性分析報告
- 2025至2030中國脊柱植入物和裝置行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 2025至2030中國聚氯乙烯電線行業(yè)市場占有率及投資前景評估規(guī)劃報告
- 八年級數(shù)學(xué)重點復(fù)習(xí)計劃
- 2025至2030中國網(wǎng)絡(luò)廣告行業(yè)營銷推廣模式及發(fā)展走向研究報告
- 2025至2030中國經(jīng)顱磁刺激儀(TMS)行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 從市場調(diào)研到定制化產(chǎn)品的成功案例分享
- 2025至2030中國組織提取袋行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 2025-2030中國轉(zhuǎn)輪除濕機行業(yè)前景動態(tài)及投資規(guī)劃分析報告
- 八年級上冊語文必背課文資料合集
- 針灸醫(yī)學(xué)的歷史回顧之古代名醫(yī)的針灸先例
- 【艾瑞咨詢】2024年中國健康管理行業(yè)研究報告494mb
- 年產(chǎn)xxx千件自行車配件項目可行性研究報告
- DZ/T 0261-2014滑坡崩塌泥石流災(zāi)害調(diào)查規(guī)范(1∶50 000)
- T/CQAP 3014-2024研究者發(fā)起的抗腫瘤體細胞臨床研究細胞制劑制備和質(zhì)量控制規(guī)范
- 初中體育教學(xué)中德育教育的現(xiàn)狀、問題與突破路徑探究
- 基層供銷社管理制度
- 農(nóng)業(yè)供應(yīng)鏈管理考試試題及答案
- 人行雨棚施工方案
評論
0/150
提交評論