程 厦门大学博硕士论文摘要库 ·  · 2017-08-19design and implementation of college...

17
学校编码:10384 分类号 密级 学号:X2013230039 UDC 基于 J2EE 的高校宿舍管理系统设计与实现 Design and Implementation of College Dormitory Management System Based on J2EE 覃柳云 师: 称: 论文提交日期: 2015 4 论文答辩日期: 2015 5 学位授予日期: 2015 答辩委员会主席: 2015 4 厦门大学博硕士论文摘要库

Upload: lamdiep

Post on 22-May-2018

273 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

学校编码:10384 分类号 密级

学号:X2013230039 UDC

工 程 硕 士 学 位 论 文

基于 J2EE 的高校宿舍管理系统设计与实现

Design and Implementation of College Dormitory Management

System Based on J2EE

覃柳云

指 导 教 师: 龙 飞 副 教 授

专 业 名 称: 软 件 工 程

论文提交日期: 2 0 1 5 年 4 月

论文答辩日期: 2 0 1 5 年 5 月

学位授予日期: 2 0 1 5 年 月

指 导 教 师:

答辩委员会主席:

2015 年 4 月

厦门大学博硕士论文摘要库

Page 2: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

厦门大学学位论文原创性声明

本人呈交的学位论文是本人在导师指导下,独立完成的研究成

果。本人在论文写作中参考其他个人或集体已经发表的研究成果,均

在文中以适当方式明确标明,并符合法律规范和《厦门大学研究生学

术活动规范(试行)》。

另外,该学位论文为( )课题(组)

的研究成果,获得( )课题(组)经费或实验室的

资助,在( )实验室完成。(请在以上括号内填写课

题或课题组负责人或实验室名称,未有此项声明内容的,可以不作特

别声明。)

声明人(签名):

年 月 日

厦门大学博硕士论文摘要库

Page 3: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

厦门大学学位论文著作权使用声明

本人同意厦门大学根据《中华人民共和国学位条例暂行实施办

法》等规定保留和使用此学位论文,并向主管部门或其指定机构送交

学位论文(包括纸质版和电子版),允许学位论文进入厦门大学图书

馆及其数据库被查阅、借阅。本人同意厦门大学将学位论文加入全国

博士、硕士学位论文共建单位数据库进行检索,将学位论文的标题和

摘要汇编出版,采用影印、缩印或者其它方式合理复制学位论文。

本学位论文属于:

( )1.经厦门大学保密委员会审查核定的保密学位论文,

于 年 月 日解密,解密后适用上述授权。

( √ )2.不保密,适用上述授权。

(请在以上相应括号内打“√”或填上相应内容。保密学位论文

应是已经厦门大学保密委员会审定过的学位论文,未经厦门大学保密

委员会审定的学位论文均为公开学位论文。此声明栏不填写的,默认

为公开学位论文,均适用上述授权。)

声明人(签名):

年 月 日

厦门大学博硕士论文摘要库

Page 4: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

摘要

I

摘 要

河池学院现有全日制在校学生人数已经达到一万一千多人,全校共有数十栋

学生宿舍楼不规则的分布在东西两个校区。目前,床位分配、宿舍管理、维护等

日常工作仍然采用“批条子”的传统管理方式,难以适应当前业务发展的需要,

导致工作效率较为低下。因此,亟需一套完善、易用的信息管理系统来改善这一

现状。

论文以软件工程理论为指导思想,采用 UML 建模方法,在对基于 J2EE 的

高校宿舍管理系统开展了详细的可行性分析和需求分析的基础之上,规划了系统

的总体功能架构和各个子功能模块的具体功能,并完成了相关数据库的设计工

作。紧接着搭建了实际的开发环境、并实现了相关模块的功能。最后,部署运行

了本系统并开展了一定量的测试工作,初步验证了系统的功能完整性和运行性

能。

论文的主要工作包括:

1、对系统所涉及的相关新技术进行了分析、选型,并在此基础上确定了“基

于 J2EE 的高校宿舍管理系统”的开发方案;

2、对系统的业务需求、功能需求、数据需求及技术可行性和经济可行性展

开了分析、对比工作,并完成了系统的整体功能架构及具体的子功能模块的设计

工作;

3、搭建了具体的开发环境(Java EE,Myeclipse6.5、Tomcat6、Mysql5.0 等)

并完成了系统设计方案的具体实现工作;

4、搭建了试运行环境并实际部署本系统,对系统开展了功能性测试、性能

测试、兼容性测试等方面的测试项目,并根据测试结果进行了相关改进。验证了

系统设计方案的可行性和具体实现的合理性。

系统测试运行结果表明:基于 J2EE 的高校宿舍管理系统能够基本满足我院

宿舍管理的业务需求,提出的设计方案符合高校宿舍管理业务的发展趋势,可以

对相关业务系统的设计工作起到一定的参考作用。

关键词:宿舍管理系统;Java EE;时序图

厦门大学博硕士论文摘要库

Page 5: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

Abstract

I

Abstract

Now, the existing number of full-time students has reached 11,000 in Hechi

College, the school has dozens of student dormitory buildings irregularly distributed

in the east and west two campuses. Currently, the allocation of beds, dormitory

management, maintenance and other routine work is still using the traditional

management methods "approved note", it is difficult to adapt to the current business

development, leading to relatively low efficiency. Therefore, we need an information

management system to improve this situation, it should be comprehensive and easy to

use.

In thesis, we design and implement a J2EE based dormitory management system

for college by using the software engineering theory as the guiding ideology. We first

carried out a detailed feasibility analysis and requirement analysis, then planned the

specific function of the system and the overall functional architecture of the various

sub-modules, as well as the relational database design. Immediately after complete the

above items, we build a real development environment, and implemented the function

of the relevant module. Finally, we deployed and run the system to carry out a certain

amount of testing, validated the functional integrity and operational performance of

the system.

The main contents include:

1. Analyze the new technologies that related to the college dormitory

management system based on J2EE and determined the development scenarios.

2. Analyze the system’s functional requirements, technical feasibility and

economic viability, and then, completed the design of the system's overall architecture

and the specific subsystem.

3. Build the development environment such as Java EE,Myeclipse6.5、Tomcat6、

Mysql5.0 etc, and then, implemented the system design scheme.

4. Build the commissioning environment and carried out functional testing,

performance testing, compatibility testing and other aspects of the test project and

related improvements operation. By doing this we verified the feasibility of the

厦门大学博硕士论文摘要库

Page 6: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

Abstract

II

system design and implementation.

System test results show that: The J2EE based dormitory management system

can basically meet the dormitory manage needs. The proposed solution can meet the

current development trends. So, it has some practical significance for the development

of college logistics management.

Key Words: Dormitory Management System; Java EE; Timing Diagram

厦门大学博硕士论文摘要库

Page 7: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

II

目 录

第一章 绪论 ............................................. 1

1.1 选题背景与意义 .............................................. 1

1.2 研究现状 .................................................... 1

1.3 本文研究内容 ................................................ 3

1.4 论文组织结构 ................................................ 4

第二章 需求分析 ......................................... 5

2.1 需求概述与可行性分析 ................................................................................. 5

2.2 业务需求分析 ................................................................................................. 6

2.2.1 角色分析 .................................................................................................. 6

2.2.2 房屋档案管理 .......................................................................................... 7

2.2.3 学生档案管理 .......................................................................................... 8

2.2.4 床位管理 .................................................................................................. 9

2.2.5 修缮管理 .................................................................................................10

2.2.6 栋长管理 ................................................................................................. 11

2.2.7 信息查询与统计 .....................................................................................12

2.2.8 数据管理 .................................................................................................13

2.2.9 系统管理 .................................................................................................13

2.3 功能需求分析 ................................................................................................................. 14

2.3.1 房屋档案管理 .........................................................................................15

2.3.2 学生档案管理 .........................................................................................16

2.3.3 床位管理 .................................................................................................16

2.3.4 修缮管理 .................................................................................................17

2.3.5 栋长管理 .................................................................................................18

2.3.6 信息查询与统计 .....................................................................................19

2.3.7 数据管理 .................................................................................................20

2.3.8 系统管理 .................................................................................................20

厦门大学博硕士论文摘要库

Page 8: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

III

2.4 流程分析 .......................................................................................................................... 21

2.4.1 房屋档案管理 .........................................................................................21

2.4.2 学生档案管理 .........................................................................................21

2.4.3 床位管理 .................................................................................................22

2.4.4 修缮管理 .................................................................................................23

2.4.5 栋长管理 .................................................................................................23

2.4.6 信息查询与统计 .....................................................................................24

2.4.7 数据管理 .................................................................................................24

2.4.8 系统管理 .................................................................................................25

2.5 系统非功能性需求分析 ................................................................................25

2.6 本章小结 .......................................................................................................................... 27

第三章 系统设计 ........................................ 28

3.1 总体设计 ........................................................................................................28

3.1.1 系统设计原则 .........................................................................................28

3.1.2 系统体系结构设计 ..................................................................................28

3.1.3 系统网络架构设计 ..................................................................................30

3.1.4 系统功能架构设计 ..................................................................................31

3.2 功能模块设计 ................................................................................................33

3.2.1 房屋档案管理模块设计 ..........................................................................33

3.2.2 学生档案管理模块设计 ..........................................................................34

3.2.3 床位管理模块设计 ..................................................................................36

3.2.4 修缮管理模块设计 ..................................................................................37

3.2.5 栋长管理模块设计 ..................................................................................39

3.2.6 信息查询与统计模块设计 ......................................................................40

3.2.7 数据管理模块设计 ..................................................................................41

3.2.8 系统管理模块设计 ..................................................................................43

3.3 数据库设计 ....................................................................................................44

3.3.1 数据库的概念设计 ..................................................................................44

3.3.2 主要数据表设计 .....................................................................................47

厦门大学博硕士论文摘要库

Page 9: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

IV

3.4 本章小结 ........................................................................................................51

第四章 系统实现 ........................................ 52

4.1 开发环境 ........................................................................................................52

4.2 主要功能模块的实现 ....................................................................................53

4.2.1 系统登录模块 .........................................................................................53

4.2.2 床位管理模块 .........................................................................................55

4.2.3 修缮管理模块 .........................................................................................57

4.2.4 栋长管理模块 .........................................................................................57

4.2.5 信息查询与统计模块 ..............................................................................58

4.2.6 数据管理模块 .........................................................................................58

4.2.7 系统管理模块 .........................................................................................59

4.3 本章小结 ........................................................................................................60

第五章 系统测试 ........................................ 61

5.1 系统测试概述 ................................................................................................61

5.1.1 测试目的 .................................................................................................61

5.1.2 测试环境搭建与介绍 ..............................................................................61

5.1.3 测试过程 .................................................................................................62

5.2 功能测试 ........................................................................................................62

5.2.1 系统登录测试 .........................................................................................63

5.2.2 床位管理模块测试 ..................................................................................63

5.2.3 修缮管理模块测试 ..................................................................................64

5.2.4 栋长管理模块测试 ..................................................................................65

5.2.5 信息查询与统计模块测试 ......................................................................66

5.2.6 数据管理模块测试 ..................................................................................67

5.2.7 系统管理模块测试 ..................................................................................68

5.3 兼容性测试 ....................................................................................................69

5.3.1 客户端操作系统和浏览器兼容性测试 ...................................................69

5.3.2 系统显示分辨率测试 ..............................................................................70

厦门大学博硕士论文摘要库

Page 10: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

V

5.4 性能测试 ........................................................................................................70

5.5 本章小结 ........................................................................................................71

第六章 总结与展望 ...................................... 72

6.1 总结 ...............................................................................................................72

6.2 展望 ...............................................................................................................72

参考文献 ............................................... 74

致 谢 .................................................. 76

厦门大学博硕士论文摘要库

Page 11: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

Contents

I

Contents

Chapter 1 Introduction ........................................................................ 1

1.1 Background and Significance ......................................................................... 1

1.2 Research Status ............................................................................................... 1

1.3 Thesis Research Contents ............................................................................... 3

1.4 Thesis Organizational Structure .................................................................... 4

Chapter 2 System Requirement Analysis ............................................................ 5

2.1 Requirement Overview and Feasibility Analysis ........................................... 5

2.2 Business Requirement Analysis ...................................................................... 6

2.2.1 Role Analysis ............................................................................................. 6

2.2.2 Housing Management ................................................................................ 7

2.2.3 Student Management .................................................................................. 8

2.2.4 Bed Management ....................................................................................... 9

2.2.5 Repair Management ..................................................................................10

2.2.6 Building Manager Management ................................................................ 11

2.2.7 Query And Statistical Information .............................................................12

2.2.8 Data Management .....................................................................................13

2.2.9 System Management .................................................................................13

2.3 Functional Requirement Analysis .................................................................14

2.3.1 Housing Management ...............................................................................15

2.3.2 Student Management .................................................................................16

2.3.3 Bed Management ......................................................................................16

2.3.4 Repair Management ..................................................................................17

2.3.5 Building Manager Management ................................................................18

2.3.6 Query And Statistical Information .............................................................19

2.3.7 Data Management .....................................................................................20

2.3.8 System Management .................................................................................20

2.4 Flaw Analysis .................................................................................................21

2.4.1 Housing Management ...............................................................................21

厦门大学博硕士论文摘要库

Page 12: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

II

2.4.2 Student Management .................................................................................21

2.4.3 Bed Management ......................................................................................22

2.4.4 Repair Management ..................................................................................23

2.4.5 Building Manager Management ................................................................23

2.4.6 Query and Statistical Information ..............................................................24

2.4.7 Data Management .....................................................................................24

2.4.8 System Management .................................................................................25

2.5 System Non-Functional Requirement Analysis ............................................25

2.6 Summary ........................................................................................................27

Chapter 3 System Design ................................................................... 28

3.1 Overall Design ...............................................................................................28

3.1.1 System Design Principles ..........................................................................28

3.1.2 System Architecture Design ......................................................................28

3.1.3 System Network Architecture Design ........................................................30

3.1.4 System Architecture Design Feature ..........................................................31

3.2 Function Module Design ...............................................................................33

3.2.1 Housing Management Module Design ......................................................33

3.2.2 Student Management Module Design ........................................................34

3.2.3 Bed Management Module Design .............................................................36

3.2.4 Repair Management Module Design .........................................................37

3.2.5 Building Manager Management Module Design .......................................39

3.2.6 Information Query and Statistical Module Design .....................................40

3.2.7 Data Management Module Design ............................................................41

3.2.8 System Management Module Design ........................................................43

3.3 Database Design.............................................................................................44

3.3.1 Database Conceptual Design ...................................................................44

3.3.2 Main Data Table Design ............................................................................47

3.4 Summary ........................................................................................................51

Chapter 4 System Implementation ........................................................................52

厦门大学博硕士论文摘要库

Page 13: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

Contents

III

4.1 Development Environment............................................................................52

4.2 The Main Function Modules .........................................................................53

4.2.1 System Login Module ...............................................................................53

4.2.2 Bed Management Module .........................................................................55

4.2.3 Repair Management Module .....................................................................57

4.2.4 Building Manager Management Module ...................................................57

4.2.5 Information Query and Statistical Module .................................................58

4.2.6 Data Management Module ........................................................................58

4.2.7 System Management .................................................................................59

4.3 Summary ........................................................................................................60

Chapter 5 System Test ..................................................................................................61

5.1 System Test Overview ....................................................................................61

5.1.1 Test Purposes ............................................................................................61

5.1.2 Test Environment Building and Introduction .............................................61

5.1.3 Test Process ..............................................................................................62

5.2 Functional Testing .........................................................................................62

5.2.1 System Logon Test ....................................................................................63

5.2.2 Bed Management Module Test ..................................................................63

5.2.3 Repair Management Module Test ..............................................................64

5.2.4 Building Manager Management Module Test ............................................65

5.2.5 Information Query and Statistical Module Test ..........................................66

5.2.6 Data Management Module Test .................................................................67

5.2.7 System Management Module Test .............................................................68

5.3 Compatibility Test .........................................................................................69

5.3.1 Operating System and Browser Compatibility Test ....................................69

5.3.2 Display Resolution Test.............................................................................70

5.4 Performance Test ...........................................................................................70

5.5 Summary ........................................................................................................71

Chapter 6 Conclusion and Future Work ........................................................72

厦门大学博硕士论文摘要库

Page 14: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

目录

IV

6.1 Conclusion .....................................................................................................72

6.2 Future Work ..................................................................................................72

References............................................................................................. 74

Acknowledgements .............................................................................. 76

厦门大学博硕士论文摘要库

Page 15: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

第一章 绪论

1

第一章 绪论

1.1 选题背景与意义

在全国各级、各类高校普遍大规模扩招的大背景下,河池学院自 2003 年升

格为普通高等本科院校起,招生规模也经历了跨越式的发展。截至 2014 年底,

全校共有十一个二级学院,全日制在校普通本专科学生人数已经达到一万一千多

人。与之相对应,全校共有数十栋学生宿舍分布在两个校区,受限于多校合并、

系别较多、房舍老旧且分布不均匀等诸多历史和现实原因,我校的学生宿舍分配、

管理、维护等日常工作仍然采用“批条子”的传统形式,工作效率极为低下,严

重制约了后勤保障工作业务水平与师生体验的提高,也不利于和谐校园的有序建

设。因此,亟需一套完善、易用的学生宿舍管理系统来改善这一现状。

与此同时,学校的校园信息化建设经过多年的发展,通信基础设施已经实现

了校园范围内的完全覆盖且拥有较为充裕的带宽和接口资源,办公用计算机等设

备也都得到更新或换代。诸如教务管理系统、学生工作管理系统、协同办公系统

等网络化的新型业务管理系统也都通过自行开发或购买的形式顺利的部署并有

效运行,这也为新增同类系统提供了较好的基础环境和经验借鉴。

当前,用于信息管理系统开发的环境主要有微软公司的.NET 平台和甲骨文

公司的 J2EE 平台(收购 SUN 公司)。二者之中,J2EE 以其开源、灵活、兼容、

可跨平台部署等诸多优良特性,在行业中被广泛的用来开发和部署各类信息管理

系统。选用该架构也能为本项目的顺利实施提供各种有利条件[1,2]。

鉴于上述背景,分析、设计、实现并在全校范围内部署运行网络化的宿舍管

理系统是提高我校后勤管理工作业务水平的亟需,能在现有硬件条件下,从一定

程度上缓解诸如房舍分配纠纷、管理混乱、监管不到位等矛盾,保障学校其它活

动的顺利开展,为和谐校园的建设做出应有的贡献。

1.2 研究现状

在我国高校未进入全面扩招的时期,包括学生宿舍分配与管理在内的后勤业

务管理大多采用纯粹人工的方式来开展。这种工作模式在学生人数较少、系部结

构较为单一、宿舍数量与分布也较为合理和集中且管理人员信息化应用水平不高

厦门大学博硕士论文摘要库

Page 16: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

基于 J2EE 的高校宿舍管理系统设计与实现

2

的情况下,是一种较为合理也能满足需求的选择。但是,随着自 1999 年开始的

高校扩招浪潮袭来,全国高校每年新入学的学生人数从 160 万人左右逐步增长到

2014 年的 698 万人左右。在学生人数跨越式增长的同时,大多数高校也都经历

了多校合并、校区迁移与改造等变化,这导致学校宿舍的建筑结构较为复杂(包

括老式筒子楼、砖混结构的普通宿舍、新建的框架式的现代化公寓等),且地域

分布也不能很好的满足学生的实际住宿需求。在工作人员业务素质、工作量、实

际硬件建设水平等方面存在的这些问题给高校学生宿舍管理工作提出了严峻的

挑战,尤其是在每年的新生开学季,宿舍分配和调整工作的巨大压力更是会导致

各种矛盾的频繁出现,有些甚至会演变成冲突事件,给学校精神文明建设工作增

加额外的负担,也严重影响学校的形象,造成不必要的负面影响[3-8]。

为了缓解上述矛盾,与时俱进的改善高校学生宿舍管理水平,更加灵活、充

分的调配现有资源来满足学生住宿需求,很多高校都意识到了充分利用现代信息

技术来建设学生宿舍管理信息系统的必要性和紧迫性,也围绕其开展了较多的研

究与设计工作。文献[9]针对高校日益国际化和学生来源多样化的特点,有针对

性的研究并设计实现了一套基于 J2EE 环境的国际化公寓管理系统,将学生宿舍

管理的日常事物性工作转移到网络上来实现无纸化快速办公,同时也解决了诸如

沟通语言、工作效率等现实问题。文献[10]专门针对高校新生入学期间的宿舍分

配与管理难题,研究并设计实现了一套基于.NET 的宿舍管理系统。该系统可以

根据各专业当年所录取的学生和专业分布情况,自动的预分配宿舍和受限的选择

床位。同时,还可以通过网络预先发布相关信息,以便学生来校报到前查询并提

前准备生活用品,该系统也能根据学生的实际报到情况来统一的进行全校范围内

的集中调度,解决了以往信息收集汇总缓慢,不够灵活的问题,改善新生入学体

验和降低工作强度。文献[11-17]都针对通用宿舍管理系统存在的适应性问题,结

合各自单位的实际情况与需求,开展分析与设计实现工作,提出了相应的个性化

解决方案,具有较强的专属特点,且易于后期维护与升级改造。文献[18]主要针

对学生宿舍的日常考勤等纪律管理工作中存在的问题和漏洞,研究并设计了一套

基于指纹考勤的学生宿舍管理系统,可以科学、高效的完成学生宿舍的日常考勤

与统计汇总等事务性工作,还具有不易伪造考勤记录的特点。文献[19,20]分别研

究了射频识别技术(RFID)和 Android 技术等新兴技术手段在学生宿舍管理系统

厦门大学博硕士论文摘要库

Page 17: 程 厦门大学博硕士论文摘要库 ·  · 2017-08-19Design and Implementation of College Dormitory Management System Based on J2EE ... Analyze the system’s functional requirements,

Degree papers are in the “Xiamen University Electronic Theses and

Dissertations Database”.

Fulltexts are available in the following ways:

1. If your library is a CALIS member libraries, please log on

http://etd.calis.edu.cn/ and submit requests online, or consult the interlibrary

loan department in your library.

2. For users of non-CALIS member libraries, please mail to [email protected]

for delivery details.

厦门大学博硕士论文摘要库