学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 律师事务所日常业务管理系统 的设计与实现 Design and Implementation of Daily Business Management System for Law Office 指导教师

Size: px
Start display at page:

Download "学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 律师事务所日常业务管理系统 的设计与实现 Design and Implementation of Daily Business Management System for Law Office 指导教师"

Transcription

1 学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 律师事务所日常业务管理系统 的设计与实现 Design and Implementation of Daily Business Management System for Law Office 指导教师 : 李田 杨双远副教授 专业名称 : 软件工程 论文提交日期 : 论文答辩日期 : 年 1 月 年 3 月 学位授予日期 : 年 6 月指导教师 : 答辩委员会主席 : 2016 年 1 月

2 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 获得 ( ) 课题 ( 组 ) 经费或实验室的 资助, 在 ( ) 实验室完成 ( 请在以上括号内填写课 题或课题组负责人或实验室名称, 未有此项声明内容的, 可以不作特 别声明 ) 声明人 ( 签名 ): 年 月 日

3 厦门大学学位论文著作权使用声明 本人同意厦门大学根据 中华人民共和国学位条例暂行实施办 法 等规定保留和使用此学位论文, 并向主管部门或其指定机构送交 学位论文 ( 包括纸质版和电子版 ), 允许学位论文进入厦门大学图书 馆及其数据库被查阅 借阅 本人同意厦门大学将学位论文加入全国博士 硕士学位论文共建单位数据库进行检索, 将学位论文的标题和摘要汇编出版, 采用影印 缩印或者其它方式合理复制学位论文 本学位论文属于 : ( )1. 经厦门大学保密委员会审查核定的保密学位论文, 于年月日解密, 解密后适用上述授权 ( )2. 不保密, 适用上述授权 ( 请在以上相应括号内打 或填上相应内容 保密学位论文应是已经厦门大学保密委员会审定过的学位论文, 未经厦门大学保密委员会审定的学位论文均为公开学位论文 此声明栏不填写的, 默认为公开学位论文, 均适用上述授权 ) 声明人 ( 签名 ): 年月日

4 摘要 摘要 随着我国经济社会的发展以及社会法制观念的加强, 律师已经成为我国重要的人群, 其通过专业的法律知识维护着我国法治社会的不断法治 本文在我国律 师行业的具体情况出发, 通过现代化计算机和信息管理技术为律师提供给业务信 息管理平台, 调研了我国律师业务信息的具体管理需求 而随着 Internet/Intranet 的快速发展, 信息化改革的不断深入, 建立一个适应需求变化, 同时具有很强的 可扩充性 可重用性 可靠性和可维护性的日常业务管理系统是律师事务所的迫切要求 本文根据律师事务所案件信息管理的实际工作需要, 分析了律师事务所的案件信息管理系统的整体业务需求, 确定系统的总体流程, 然后使用 UML 工具进行系统的业务需求详细分析, 描述了系统的功能性需求和非功能性需求 ; 然后探讨律师事务所的案件信息管理系统的设计 实现和测试工作, 对相关技术进行了分析与阐述 该系统基于 B/S 模式的, 采用 MVC 框架.NET 技术和 SQL Server 数据库技术 系统划分为律师信息管理 律所案件管理 律所财务管理 律师事务管理和系统管理五个模块 使用黑盒测试法对系统的各功能模块进行详细的测试, 测试结果表明, 系统的各个功能模块达到了预期的要求, 系统具备了运行的条件 本系统使得律师事务所的案件信息管理工作流程更加清晰和规范 ; 节省了律师事务所的案件信息管理的人力成本和管理成本 ; 日常工作效率得到了很大的提高 关键词 : 律师事务所 ; 日常业务管理 ;.NET I

5 Abstract Abstract With the development of economic society and the strengthening of social legal system, lawyers have become an important group in China. In this paper, the specific situation of the legal profession in our country, through the modern computer and information management technology to provide a business information management platform, research the specific management needs of China's lawyer business information. Along with the rapid development of Internet/Intranet, the reform of information technology has been developed to meet the needs of the change, and it has a strong scalability, reusability, reliability and maintainability. According to the practical work of the information management of the law firm, the paper analyzes the overall business needs of the case information management system, and then analyzes the functional requirements and non-functional requirements of the system, and then discusses the design, implementation and testing of the case information management system. The system is based on B/S mode,using MVC framework and.net technology and SQL Server technology. System is divided into five modules: information management of lawyer, law case management, financial management of the firm, lawyer affairs management and system management. This dissertation describes the detailed test jobs of modules of system by black box testing technique, the test results show that each function module of the system has reached the expected requirements and the system has run condition. The system enables a clearer and more normative management process of cooperative work in the law firm, saves personnel and management costs of municipal work, improves the daily working efficiency dramatically. Key Words:Law Office; Daily Business Management;.NET Framework II

6 目录 目录 第一章绪论 研究背景及意义 研究现状分析 课题研究内容 论文组织架构... 4 第二章相关技术背景 MVC 模式简介 ASP.NET 技术介绍 SQL Server 2008 数据库简介 AJAX 技术简介 本章小结... 7 第三章系统需求分析 业务需求分析 系统功能需求分析 用户角色划分 律师信息管理的功能需求 律所案件管理的功能需求 律所财务管理的功能需求 律师事务管理的功能需求 系统管理的功能需求 系统非功能性需求分析 本章小结 第四章系统设计 网络架构设计 软件架构设计 系统功能模块设计 III

7 目录 律师信息管理的功能设计 律所案件管理的功能设计 律所财务管理的功能设计 律师事务管理的功能设计 系统管理的功能设计 系统数据库设计 数据库 E-R 图设计 数据库表设计 本章小结 第五章系统实现 系统开发环境 系统主界面 律师信息管理 律所案件管理 律所财务管理 律师事务管理 系统管理 本章小结 第六章系统测试 测试环境 功能测试用例设计 系统性能测试 用户场景设计及测试结果 性能测试分析 本章小结 第七章总结与展望 总结 展望 IV

8 Abstract 参考文献 致谢 V

9 Contents Contents Chapter 1 Introduction Research Background and Significance Research Situation and Analysis Project Research Contents Dissertation Organizational Structure... 4 Chapter 2 Introduction To Technologies AJAX Introduction ASP.NET Introduction SQL Server Introduction MVC Introduction Summary... 7 Chapter 3 System Requirements Analysis Business Requirements Analysis Functional Requirement Analysis User Roles division Lawyer Information Management Case Management of Lawyers Lawyer Financial Management Lawyer Affairs Management System Management Non-Functional Requirements Analysis Summary Chapter 4 System Design Network Structure Design Software Architecture Design Function Module Design VI

10 Contents Lawyer Information Management Case Management of Lawyers Lawyer Financial Management Lawyer Affairs Management System Information Management System Database Design Database Conceptual Design Database Tables Design Summary Chapter 5 System Implementation System Development Environment System Main Interface Lawyer Information Management Case Management of Lawyers Lawyer Financial Management Lawyer Affairs Management System Information Management Summary Chapter 6 System Testing Testing Environment Functional Test Case Design System Performance Testing User Scene Design and Test Results Performance Testing Analysis Summary Chapter 7 Conclusions and Prospect Conclusions Prospect VII

11 References Acknowledgements VIII

12 第一章绪论 第一章绪论 1.1 研究背景及意义 随着互联网行业和软件行业的快速发展使得信息化管理技术成为当前社会 的一个热点, 同时, 信息化管理也是当今社会的发展趋势, 在我国, 各个政府机 构 大中型企业以及社会事业单位等, 都在加快自身的信息化建设水平 社会的 发展促进了法治的发展, 律师业务也越来越受到了重视, 目前我国律师管理基本上都是基于传统的报表为中心的管理方式, 律师业务管理效率低下, 信息安全管理不足, 因此, 建立可靠的律师管理系统是我国政府部门和律师事务所面临的紧急事务 另外, 随着办公自动化的大量普及和推动, 案件管理这类信息密集的业务工作正逐步由手工方式大步地过渡到信息系统管理方式 律所案件管理信息系统属于一种常见的数据处理系统, 其研发过程中主要涵盖前端应用程序的开发工作以及后台数据库的创建及维护工作 对于前者要求系统程序功能齐全 易操作 易使用等要求 而对于后者则要求创建起信息的一致性, 数据的完整性强和安全性好的数据仓库 依法治国是我国社会法治和稳定的基础, 律师是依法治国的重要基础人员, 随着律师行业以及整个社会的快速发展, 我国拥有大量的律师, 每个律师也需要管理各种类型的案件, 目前我国律师管理行业信息化水平低下, 传统的律师管理手段已经不能满足律师行业以及整个社会的快速发展带来的与律师管理相关的工作, 如何引入计算机系统对律师业务信息进行管理是律师管理面临的重要的问 题 本文在上述背景中提出了本文律师业务管理信息系统的设计与实现, 主要包括拟对律师事务所案件管理业务需求进行调研, 通过律师业务管理需求分析确定律师事务所案件管理的核心功能, 并且需要确定系统运行环境 系统性能需求等非功能需求等 ; 拟对律师事务所日常业务管理系统进行设计, 对系统总体功能架构 网络架构等进行建模, 计划采用分层技术对系统的核心功能的功能结构图和核心处理流程图进行建模, 对系统数据库进行设计与建模 ; 拟对律师事务所日常业务管理系统进行详细的编码实现, 在系统研发环境之下, 对涉及的核心模块及功能实现过程中的实现思路 实现技术 实现核心代码以及实现完成的界面进行 1

13 律师事务所日常业务管理系统的设计和实现 介绍 总之, 本文作者系统通过本文的研究以及系统实现, 目的是提高我国律师行业业务信息管理的效果, 促进律师事务所案件管理的信息化水平, 为我国律师业务管理做贡献 1.2 研究现状分析 律师事务所在社会上是做为一个服务性的组织而存在, 根据服务性行业的规 则与要求, 律师事务所必须与外界保持密切的联系与沟通, 才能有效地提升事务 所的服务质量, 为了实现这个目的, 律师事务所必须建立自己的知识库, 慢慢地积累, 这样才能更好地发展 观察我国律师事务所现状, 可以发现, 国内的律师事务所现状普遍存在合作意识差 各自为战的问题, 而在各个律师事务所内部则面临着整体规划差, 各系统无法集成 信息共享性差 所需信息量大而可利用信息资源少 技术落后等问 [4] 题 虽然大部分的律师事务所实现日常办公的自动化处理, 但是普通的缺乏数据库及网络技术的支持, 因此在律师查阅资料和法律文本过程中还是很不方便 信息化的程度在具体的律所管理效用不高, 大部分的律师事务所所购买的管理软件基本上都是单机的, 网络版的使用还是很少, 这个让众多的律师们感到工作的不便 ; 同时仅有很少的一部分律所可以针对律师提供专业化的软件使用指导, 如汇总咨询记录, 建立资料共享制度等等 同时还存在思想上对信息化建设重要性认识不足, 律师队伍整体信息化水平不高, 所以目前律师事务所整体信息化建设 [5] 还相当薄弱 中国律师事务所的信息化工作进行缓慢, 在信息化的社会下, 这种情况急需改变 欧美等发达国家的计算机技术以及信息管理系统的研究与应用都比我国起步要早, 发达国家的律师管理业务也更加的成熟, 在欧美等发达国家, 国家法制部门都有成熟的律师管理系统, 律师事务所等也有成熟的商用律师事务管理系统, 由于我国和国外律师管理的需求不一样, 因此我国的律师事务管理系统不能 [15-16] 够完全使用国外的相关系统 随着信息化的不断加强, 律师管理系统也有了相应的变化, 目前, 云计算等技术的兴起和不断成熟, 以及律师管理中数据的海量化过程, 使得大型律师信息管理系统成为了一个研究热点, 通过大数据管理技术以及智能化律师管理技术, 建立大型的成熟律师管理系统, 进一步提高律师行 2

14 第一章绪论 [17-18] 业管理的效率以及信息化管理水平 随着我国律师行业在近几年的发展, 越来越多的数据需要管理, 同一个律师也会接触到更多的案件, 研究如何对大数据量的律师业务信息进行高效的管理是非常有意义的, 本文通过对律师事务所案件管理研究, 希望通过本文的相关工作解决传统律师事务所案件管理中的不足之处, 为律师事务所案件管理提供一个高 效的信息化管理平台 1.3 课题研究内容 本课题从分析现有的经典信息管理系统入手, 通过进行可行性调查分析和需求分析, 确定系统的总体结构以及主要功能 按照软件研发的标准流程分析了从获取需求内容 系统总体设计 系统详细设计到系统具体实现的全部过程, 其中还包含了数据库设计等 在 Microsoft.NET 框架下, 实现了一个基于 web 的案件信息管理系统 具体包含以下几个方面 : 1. 日常业务管理系统 Web 框架在软件工程的工程化思想的指导下, 在项目开发前要进行合理的需求调研, 形成有效的符合用户要求的需求文档, 在需求确定之后, 进行系统的设计架构, 以便开发的合理展开 针对日常业务管理系统, 系统采用 ASP.NET 开发平台, 在 Web 应用系统开发的 MVC 设计模式的基础上开发, 再结合 C# 语言以及 ADO.NET 持久性机制, 构建一个轻量级的 Web 应用框架, 为构建日常业务管理系统提供一种可参考的方案 2. 系统需求分析对本系统的需求进行全面分析 需求分析获得了越来越多的重视, 对于软件 开发总体过程来说, 这是控制风险以及保证软件质量最关键的一环 这里对需求分析展开深入讨论, 重点阐述了系统的功能性和非功能需求分析工作 3. 系统设计从整体设计开始, 依照需求分析, 对本系统进行总体系统设计 接着给出了各模块涉及功能的逻辑设计, 系统数据库的逻辑结构 物理结构的设计 结合二维用户管理模型, 针对日常业务管理系统的具体需求, 对本系统进行自顶而下的设计方法 4. 系统实现 3

15 律师事务所日常业务管理系统的设计和实现 在有关技术的支持下, 给出了系统实现的主要部分 描述了界面设计, 给出了主要功能的代码段 对于六大模块都进行了具体实现的讨论 1.4 论文组织架构 本文介绍的律师事务所日常业务管理系统由七个部分构成 : 第一章绪论, 该章阐述了进行律师事务所日常业务管理系统研发的背景和意 义, 主要阐述了当前我国律师事务所案件管理存在的问题, 国内外针对该课题研 究的现状, 简单描述了本项目研究的主题内容 第二章相关技术背景, 该章介绍了律师事务所日常业务管理系统在设计和实现过程中使用的相关技术知识, 介绍了进行系统前台页面开发使用的 AJAX 技术 ASP.NET 技术 ; 介绍了数据存储使用的 SQL Server 数据库 ; 介绍了系统研发采用的 MVC 设计模式 第三章需求分析工作, 该章介绍了律师事务所日常业务管理系统的需求分析工作, 重点进行系统业务流程描述, 系统用户角色划分, 系统功能需求的分析以及其它功能需求分析工作 第四章系统设计, 该章介绍了进行律师事务所日常业务管理系统开发前的设计工作, 首先进行了系统开发架构设计 网络拓扑结构设计, 重点进行了系统的模块及相关功能设计以及数据库逻辑和表结构的设计 第五章系统实现, 该章在系统设计的基础上进行了系统的实现工作, 首先进行了实现环境介绍 ; 然后重点进行系统主要功能模块的实现, 包括功能界面的实现和核心代码实现两个部分 第六章系统测试, 该章主要使用黑盒测试法进行律师事务所日常业务管理系 统的功能性验证 ; 然后为了保证系统的运行性能和稳定性, 进行了系统的性能验证 通过系统测试工作保证了系统能够稳定的工作 第七章总结与展望, 该章对以上章节的工作进行一个总体的总结, 对系统存在的问题和未来发展进行展望 4

16 第二章相关技术背景 第二章相关技术背景 2.1 MVC 模式简介 MVC 模式作为时下较为流行的软件系统开发模式, 将系统的开发具体分为 Model( 数据业务模型层 ) View( 用户视图层 ) Controller( 业务控制层 ) 进行 实施操作, 从而对系统的功能进行整合的 集成的开发, 提示了系统的开发逻辑 性与灵活性, 另外其也有易于开发后续的维护 MVC 模式经常与 C/S 架构和 B/S 架构搭配使用, 其中 C/S(Client/Server) 架构即客户端 / 服务器架构, 是需要系统在本地局域网中运行数据库相关程序时所采用的模式, 较基于网页模式的 B/S 架构, 运行更为安全 采用 MVC 的目的是提高代码重用 增加开发速度和减少维护修改量已经成为现软件开发模式中日益提升的需求 框架 模型和接口也就随此孕育而生 图 2-1 三层结构示意图根据上图 2-1,B/S 三层构架设计模式, 我们把数据库信息层单独放置为底层, 数据持久化层 模型层和控制器层视为中间层, 视图层 ( 表示层 ) 为客户端 显示操作界面, 处于最上层, 也是程序直接接受操作层 2.2 ASP.NET 技术介绍 本系统的前台页面开发使用的是 ASP.NET 技术, 它与.NET Framework 紧密地整合, 提供了更模块化的设计方式 ASP.net 的每个网页都可视为一个完全编译过的执行时期的对象, 能够享受面向对象设计 及时编译与动态快取技术所带来的好处 ASP.NET 所采用的技术大致有如下几种 : 1 服务器控件 页面使用了新的服务器端控件, 使页面的状态管理自动化, 5

17 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 and submit requests online, or consult the interlibrary loan department in your library. 2. For users of non-calis member libraries, please mail to etd@xmu.edu.cn for delivery details.

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 分类号密级 学号 :X2012230884 UDC 工程硕士学位论文 高职院校考务管理信息系统的设计与实现 Design and Implementation of Examination Work Management Information System for Higher Vocational Colleges 陈略 指导教师 : 林坤辉教授 专业名称 : 软件工程

More information

10384 9707005 UDC 1 1 5 5 5 6 7 10 10 10 12 13 16 16 17 18 19 21 21 23 24 27 27 27 28 28 29 29 31 32 1789 1846 1857 1859 46 173 34 35 28 442 5 319 88 87 46 211 2 82 46 219 1862 1945 Degree papers

More information

2

2 10384 -------- 9601008 UDC---------------------- 1999 1999 1999 ------------------------ ------------------------ 1 2 .4...4 7 14.14..18..22..22..24 3 4.27.32.39 1 2 3 4 5 6 7 8 9 10 11 5 12 6 1 2 3 4

More information

5 5 7 5 4 4 6 9 8 40

5 5 7 5 4 4 6 9 8 40 5 5 7 5 4 4 6 9 8 40 4 5 0 959 68 959 55 959 4 957 4 5 998 4 9 959 98 8 980 8 84 4 987 4 5 6 7 8 9 986 998 989 4 977 8 5 988 6 985 8 7 98 990 5 8 998 4 9 987 4 5 4 96 9 959 8 959 4 986 4 5 5 8 96 4 5

More information

Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1. If your library is a CALIS member libraries, please log on http://etd.calis.edu.cn/

More information

2

2 1999 4 2 3 4 5 6 7 8 9 10 11 1 2 1999 1 5 1998 7 2 3 97 7 37 12 4 5 1998 8 13 14 5 1997 10 15 6 27 36 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts

More information

1 2.1 2.2 3.2 3.3 2 3 2.1 2.2 4 5 6 7 8 9 10 11 12 13 14 15 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1.

More information

1 1 2 1 2 1 2 3 1 2 3 2 3 1 355 110 403 62 1979 1998 17 1979 2 1996 70 10 4000 200 332 17 80 3000 1.7 1% 300 4 1998 60% 3.4% 0.9 3.6 40.8 37.4 17.3 0.3 4.4 42.6 36.0 16.7 7.1 3.6 67.9 10.7 10.7 3.2 65.6

More information

-2-

-2- -1-20 -2- -3- -4- -5- -6- -7- -8- -9- -10- -11- -12- -13- -14- -15- -16- Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following

More information

10384 X2009230010 UDC The Design and Implementation of Small and Medium-sized Courier Company Logistics Vehicle Scheduling System 2012 06 Abstract With the arrival of the information age, tremendous

More information

10384 9715101 UDC MBA 2000 5 2000 6 2000 2000 1995 10 26 1995 1995 10 1999 7 1 1986 SEC, Securities Exchange Committee 20 7 1996 1998 1998 1 2 3 1999 4 1 1 3000 2 3 1997 5 Degree papers are in

More information

10384 1 X9915063 UDC The Brand Marketing of Real Estate MBA 2002 8 2002 9 2002 2002 8 1 1 2...1...4...4...4...4...5...6...6...6...6...7...9...9...9...10...10...11...11...12...12...14...14 1 3...16...16...17...18...18...18...19...20...20...22...23...23...24...25...26...27...28...28...30...32...32...32...33...34...34

More information

学校编码 :10384 分类号密级 学号 :X2011230074 UDC 工程硕士学位论文 高校教务管理信息系统的设计与实现 Design and Implementation of University Educational Administration Management System 赵群峰 指导教师 : 龙飞副教授 专业名称 : 软件工程 论文提交日期 : 2013 年 4 月 论文答辩日期

More information

Supply Chain SCM IBM DRP

Supply Chain SCM IBM DRP 10384 9915114 UDC 2001 9 Supply Chain SCM IBM 21 1996 DRP Keywords Xiamen Overseas Chinese Electronic Co., Ltd Chinese Color TV Enterprise Transaction Cost the Management of Production, Marketing and Inventory

More information

50 2

50 2 Frost & Sullivan 2006 65% 1 50 2 IDCITUMII1990 1999 10%, 49.2% 1-1 1-1 3 4 2005 GSM 3 2006 3G 2008 GSM GPRSCDMA 5 6 7 8 Frost & Sullivan 2006 65% 9 Email Ovum 2005 19.7% 164 10 11 12 13 14 Jupiter Media

More information

XML SOAP DOM B2B B/S B2B B2B XML SOAP

XML SOAP DOM B2B B/S B2B B2B XML SOAP 10384 9831010 U D C B2B 2 0 0 1 4 2 0 0 1 5 2 0 0 1 2001 4 XML SOAP DOM B2B B/S B2B B2B XML SOAP ABSTRACT Based on the research of Supply Chain Management theory and E-Commerce theory, especially in Business

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果, 学校编码 :10384 分类号密级 学号 :X2012230276 UDC 工程硕士学位论文 某高校学生工作管理信息系统的分析与设计 Analysis and Design of Students Work Management Information System for a College 方伟 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2013 年

More information

() MONORCHIIDAE SP

() MONORCHIIDAE SP 10384 B953404 UDC Monorchiidae sp ...2...3...5... 5... 5...8... 8....8....8 ()....12... 13....13....24...36.... 38....38....40...44 MONORCHIIDAE SP.... 47....47...49....50...51...53...57...58...61 1 2

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果 学校编码 :10384 分类号密级 学号 :X2011230532 UDC 工程硕士学位论文 班组建设管理信息系统的分析与设计 Analysis and Design of Team Construction Management Information System 黎浩 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2013 年 10 月 2013 年 11

More information

Lotus Notes Design and Implementation of Sales Process Management System Based on Lotus Notes 施莹艳 指导教师姓名 : 林林林林坤坤坤坤辉辉辉辉 教授 专 业 名 称 : 软软软软件件件件工工工工程程程程 论论论论文文文文提提提提交交交交日日日日期期期期 : 年 论论论论文文文文答答答答辩辩辩辩时时时时间间间间

More information

1990-1997 1980-1997 Abstract The relationship between human resource development and economy increase has been an important research item with the coming of knowledge economy. In this paper, ahead item

More information

10384 X9908009 UDC Study On Causation Of Civil Tort Liability 2004 4 2004 2004 2004 4 [M] 1991476 [M] 1996635 ABSTRACT ABSTRACT Theory of causation, which is the most complicated and thorny of tort law,

More information

IPOs ... 1... 3...3...6... 8... 10... 12... 14...15... 15... 15... 16...16... 20...20...22... 24...24... 24... 25... 27 BP...28 RBF...31 MATLAB... 34 MATLAB...34 MATLAB... 34... 34... 35 MATLAB...36...

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 获

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 获 学校编码 :10384 学号 :X2005230044 硕士学位论文 基于 Windows Mobile 操作系统手机的 GPS 模块设计 与实现 The Design and Implementation of GPS Module of Mobilephone based on Windows Mobile Operating System 田蓓 指导教师 : 曾文华 专业名称 : 工程硕士 (

More information

2

2 10384 K9607315 U D C 1999 1999 1999 1999 3 2 30 1957 1953 1953 1958 1978 1955 1956 1979 60 1980 BG(! BHDFG3 FK3 K6 K2 K12 K3 K7F BHDG3 FK3 K20ZQ K3 K7F BHDG21 CD#4 CD#4 CD#12 BHDG5 FK33ZQF SQ*2 JY(Z

More information

10384 X0015101 UDC The Preliminary Survey of the Development Patterns of Security Analysts in China (MBA) 2004 2 2004 3 2004 3 2 0 0 4 2 14 Abstract Abstract The security analysts are respectable oversea,

More information

.1..2....2 2. 2.. 3..5 7.7.8..11 11..12...14 19...19 20 20 26.29 36 40...41 90 98 4 21 Network selling (Multilevel Marketing),, 1950 1 1 2 3 LeeMythnger WillianCasselberry 1959 60 60 200 60 1972 40 80%

More information

1

1 10384 9915009 UCD RESEARCH STAFF CAREER MANAGEMENT IN STATE-OWNED COMMERCIAL BANKS 1 Abstract The reasonable disposition of human resources is the guarantee of the long prosperity of enterprise. To carry

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

1

1 10384 9832009 UDC 2001 6 1 2...3....3....3...5...5...6...9...9...12...15...15...18...38...42...43...46 3.. 7 2000 4 10 2000 8 www.wisecast.com 2000 12 22 4 5 1993 7 1 25% 1996 20 1997 67 1998 210 1999

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 分类号密级 学号 :X2011230936 UDC 工程硕士学位论文 梧州学院学生工作处网站设计与实现 Design and Implementation of Student Affairs Department Website of Wuzhou University 指导教师 : 李孔祥 张仲楠副教授 专业名称 : 软件工程 论文提交日期 : 2 0 1 4 年 6 月

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

1998 5

1998 5 10384 9511001 1998 5 1998 6 1998 1998 5 AICPA Internet/Intranet Internet/Intranet 1 2 2 2 4 6 10 10 10 12 13 13 14 18 18 18 19 19 20 Internet/Intranet 20 Internet/Intranet 23 21 25 28 28 28 30 32 32 32

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

学校编码 :10384 学号 :X 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名

学校编码 :10384 学号 :X 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名 学校编码 :10384 学号 :X200415394 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名称 : 工商管理硕士 (MBA) 答辩日期 :2011 年 4 月 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下,

More information

Abstract The adult higher education is a vital part of the higher education. As an essential tache of selecting qualified students, the adult college entrance examination plays an important role in securing

More information

学 校 编 码 :10384 分 类 号 密 级 学 号 :X2007155130 UDC 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 王 韬 指 导 教 师 姓 名 : 郭 霖 教 授 厦 门 大 学 硕 士 学 位 论 文 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 A Business Plan for Xiamen Eve Health

More information

% 6.7% % % / 1

% 6.7% % % / 1 1 1995 1995 50% 70 75% 1996 1996 9 30 5000 2000 1996 1999 1998 11 9 1999 5 9 5 1998 10 1999 30 200 2 1950 38 1999 2960 1950 40 1999 3585 1950 0.73 1999 28.3 20 12.1% 6.7% 1 1 2 1950 1978 1950 38 1978 466

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 分 类 号 密 级 学 号 : UDC 硕 士 学 位 论 文 浙 江 省 人 事 考 试 突 发 事 件 应 对 策 略 探 析 An Exploration of Zhejiang Province Personnel Examination Emergency Strategy 姜 海 峰 指 导 教 师 姓 名 : 王 玉 琼 教 授 专 业 名 称 : 公 共

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh SWOT 5 Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower threshold. All of these lead to aggravate drastically

More information

10384 X0115071 UDC The Research For The Actuality And Development Stratagem Of The China Securities Investment Fund (MBA) 2003 11 2003 12 2003 12 2 0 0 3 11 100 1991, WTO Abstract Abstract The Securities

More information

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库 10384 200015140 UDC Hainan Airlines Investment Valuation Analysis (MBA) 2003 3 2003 3 2003 9 2 0 0 3 3 1993 A B 8 1000 100 2002 10 11 501 473 560 85% 1999 2001 SWOT EBO Abstract Hainan Airlines, as the

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教 学校编码 :10384 分类号密级 学号 :X2012230270 UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2014 年 3 月

More information

Abstract 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究 生学术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组

Abstract 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究 生学术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 学校编码 :10384 分类号密级 学号 :X2012231156 UDC 工程硕士学位论文 在职研究生培养过程跟踪系统的设计与实现 Design and Implementation of Tracking System for Part-time Postgraduates' Training Process 麻琳健 指导教师姓名 : 董槐林教授 专业名称 : 软件工程 论文提交日期 : 论文答辩日期

More information

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库 2003 2 10384 X9915078 UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 2003 2 2003 3 2003 200 / Abstract Post-evaluation is a comprehensive evaluation on an implemented

More information

10384 9917001 UDC 2002 2002 2002 2002 5 Research on Martin Trow s Ideological Theory of Higher Education Massification ABSTRACT The present paper is divided into five chapters. The first chapter is an

More information

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

:

: Thesis on Court Banquet and Assemblage Poetry in Early Tang : I Abstract Abstract In the background of three different stages early Tang: Taizong GaozongWuhou and Zhongzong,this thesis mainly analyzes

More information

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and increases ulteriorly. When the Coca-Cola company came

More information

基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学厦门大学博硕士论文摘要库

基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学厦门大学博硕士论文摘要库 基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学 学校编码 :10384 分类号 密级 学号 :X2012230489 UDC 工程硕士学位论文 基于.Net 的门禁管理系统的设计与实现 Design and Implementation of Access Control Management System Based on.net 阿巴白克力 赛买提 指导教师

More information

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of 2003 MBA 600795 SWOT Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of being standardized. To all securities

More information

厦门大学博硕士论文摘要库 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学

厦门大学博硕士论文摘要库 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学 学校编码 :10384 分类号密级 学号 :X2013230235 UDC 工程 硕士学位论文 基于二维码的工具设备管理系统 设计与实现 Design and Implementation of Tool Management System Based on Two Dimensional Code 指导教师 :

More information

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to attend the entrance examination of civil servant is

More information

WTO OEM

WTO OEM 10384 200115142 UDC A Study on the Developing Strategy of Xiamen Evere Sports Goods Co., Ltd. A Case Study based on the Theory of Value Chain (MBA) 2005 5 2005 6 2005 5 2005 5 WTO OEM Abstract Abstract

More information

ABSTRACT ABSTRACT Based on analyzing public corporation in foreign countries, this paper studies basic theories of public legal establishment, with our country s reality in the social transferring period

More information

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 学 号 :17820121151192 硕 士 学 位 论 文 携 程 与 艺 龙 竞 争 战 略 的 财 务 比 较 分 析 Financial Analysis on Different Competitive Strategies of Ctrip and Elong 郑 亮 指 导 教 师 : 黄 海 玉 专 业 名 称 : 旅 游 管 理 硕 士 答 辩 日

More information

10384 200008009 UDC 2003 11 2003 2003 2003 11 1 3 3 3 4 4 4 4 5 6 6 7 7 10 10 10 11 11 17 23 23 24 25 28 29 31 33 33 36 39 41 42 42 42 42 43 44 45 45 45 46 47 47 47 50 52 54 57 58 59 60 appeal on public

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

Roderick M.Chisholm on Justification I Synopsis Synopsis Since the problem of Gettier, the problem of justification has become the core of contemporary western epistemology. The author tries to clarify

More information

I

I The Discussion on Manchu-City of Foochow in Qing Dynasty I Abstract II Abstract This thesis aims to, from the research on the Eight-Banner garrison in Foochow, explore the living situation of the banner-people

More information

10384 X0115019 UDC (MBA) 2004 5 2004 6 2004 XTC An Research on Internationalization Strategy of XTC , XTC XTC XTC APT XTC XTC XTC XTC XTC XTC : Abstract Abstract Although it s well known that China s

More information

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

More information

学校编码 :10384 分类号密级 学号 :X UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教

学校编码 :10384 分类号密级 学号 :X UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教 学校编码 :10384 分类号密级 学号 :X2009230363 UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教授 专业名称 : 软件工程 论文提交日期 :2011 年 10 月 论文答辩时间 :2011 年 11

More information

10384 27720071152270 UDC SHIBOR - Research on Dynamics of Short-term Shibor via Parametric and Nonparametric Models 2 0 1 0 0 5 2 0 1 0 0 5 2 0 1 0 0 5 2010 , 1. 2. Shibor 2006 10 8 2007 1 4 Shibor

More information

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D 10384 070302 9825042 UDC 2001.6. 2001.7. 20016 THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.Dr. Xiaoru

More information

ABSTRACT ABSTRACT As we know the Sinology has a long history. As earily as 19 th century some works have already been done in this field. And among this the studies of lineages and folk beliefs in Southeast

More information

2000.11 2000.11 2000 11 Abstract: Background: The development of autoantibodies in the sera of patients with cancers has been described, but the mechanism is still not clear. Objective: The aim of this

More information

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv - 1-1 Bayes 1 1 A B P AB =P A *P B - 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitive Markets. American

More information

学校编码 :10384 学号 :X 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain

学校编码 :10384 学号 :X 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain 学校编码 :10384 学号 :X2011230117 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain University 余立军 指导教师 : 夏侯建兵 专业名称 : 工程硕士 ( 软件工程 ) 答辩日期

More information

福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 : UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on dif

福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 : UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on dif 福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 :17920091150786 UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on differentiated marketing strategy 阮顺利 指导教师姓名 : 谢导 副教授

More information

10384 9702001 UDC 2000 5 2000 6 2000 2000 5 1 .1 1 2 3. 4 4 4.5.6 6 1..7 2..7. 8 8 1..8 1..8 2 10 2 11..12 1 12 1 12 2 12 2 12 1 12 2 13 3 13 4 14 3 14 4 14..16..17..19..20..21 2 3 1 20 1921 1926 1928

More information

传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Servi

传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Servi 传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X2006155124 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Services Business Model Study 肖家栋 指导教师姓名 : 孟林明 副教授 专业名称

More information

学校编码 :10384 分类号密级学号 : UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generi

学校编码 :10384 分类号密级学号 : UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generi 学校编码 :10384 分类号密级学号 :23020091152754 UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generic CPU 刘敬盼 指导教师姓名 : 黄联芬副教授专业名称 : 计算机应用技术论文提交日期 :2012

More information

WTO WTO ATM POS 4 CRM 2

WTO WTO ATM POS 4 CRM 2 Carl W.Buechner 2002 9 + CRM CRM 1 CRM Hans Peter Brondmo 2002 2 CEO 1 2 Hans Peter Brondmo 2002 1 WTO WTO 1 1000 2 3 ATM POS 4 CRM 2 1 2 3 4 Thibaut & Kelley Rusbult Polanyi Thibaut & Kelley 1959 Rusbult,1980

More information

:

: A Study of Huangtao : I Abstract Abstract This text focuses on the special contribution of Huangtao in the history of literature and culture of Fukien, by analyzing the features of Huangtao s thought,

More information

UDC Design and Application of Intrusion Detection System Based on Snort 2009 12 Snort Snort Apriori Snort Apriori Microsoft Visual Studio 2008 C# Snort Snort Snort Snort Snort Apriori Snort Snort Apriori

More information

SWOT Abstract Abstract Fuzhou Water & Wastewater Engineering Design Institute is an affiliate project prospecting and designing unit under Fuzhou Water Supply General Company. It engages mainly in the

More information

- 2 -

- 2 - 2002 11 10384 9915064 UDC Money Trapping By the Listed Companies and Its Prevention MBA 2002 11 2002 12 2002 - 2 - Abstract In the first place, this paper defines the conduct of some listed companies which

More information

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii 10384 200024024 UDC 2003 5 2003 6 2003 2003 5 i Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii System On-Chip Design and Performance

More information

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 惠农补贴资金 一卡通 管理系统设计与实现 Design and Implementation of Agricultural Subsidies Management System 申建强 指导教师 : 董

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 惠农补贴资金 一卡通 管理系统设计与实现 Design and Implementation of Agricultural Subsidies Management System 申建强 指导教师 : 董 学校编码 :10384 分类号密级 学号 :X2012230373 UDC 工程硕士学位论文 惠农补贴资金 一卡通 管理系统设计与实现 Design and Implementation of Agricultural Subsidies Management System 申建强 指导教师 : 董槐林教授 专业名称 : 软件工程 论文提交日期 : 2014 年 4 月 论文答辩日期 : 2014

More information

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库 Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 DMB-T RS DMB-T DMB-T RS(208,188) RS BM RS : 1 RS RS RS FPGA RS 2 RS 3 BM 4 matlab RS RS

More information

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文基于 SSH+EasyUI 的信用卡资金监管系统的设计与实现 Design and Implementation of Credit Card Fund Supervision System Based on

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文基于 SSH+EasyUI 的信用卡资金监管系统的设计与实现 Design and Implementation of Credit Card Fund Supervision System Based on 学校编码 :10384 分类号密级 学号 :X2011230616 UDC 工程硕士学位论文基于 SSH+EasyUI 的信用卡资金监管系统的设计与实现 Design and Implementation of Credit Card Fund Supervision System Based on SSH and EasyUI Framework 熊惠敏 指导教师 : 王备战教授 专业名称 : 软件工程

More information

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

UDC 厦门大学博硕士论文摘要库 10384 9924012 UDC 2002 5 2002 2002 2002 5 1 Study on High Speed Switch System and Their ASIC Frontend Design Thesis for MS By Shuicheng Cai Supervisor: Prof. Donghui Guo Department of Physics Xiamen Unviersity

More information

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and St

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and St 学校编码 :10384 分类号密级 学号 :25720081151851 UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and Study Engagement 叶晓云 指导教师姓名 : 杨莉讲师 专 业名称 : 发展与教育心理学 论文提交日期

More information

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p 20 20 70 80 1 20 90 20 90 J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p.41-42. 2 19 1985 80 Gerald D. Nash, State and Local Governments,

More information

学校编码 :10384 分类号密级 学号 :X2008230018 UDC 硕士学位论文 基于 802.1X 身份认证系统的高校校园网络 研究与设计 The Research and Design of Campus Network Identification Authentication System Based on 802. 1X 黄光前 指导教师姓名 : 董槐林教授 专业名称 : 软件工程

More information

学校编码 :10384 分类号密级 学号 :X2010230114 UDC 工程硕士学位论文 基于 B/S 模式的爆破企业工程造价管理系统设计与实现 Design and Implementation of Engineering Cost Management System for Blasting Enterprise Based on B/S Model 指导教师 : 钟平华 廖明宏教授 专业名称

More information

( ) ( ) ATPase 1 ATPase ATPase 30 20 30 2 ATPase -. 3 MDA O 2 30 20 30 MDA 40 SOD MDA 0-10 0-30 10 3 0 SOD 0-10 10 4 NaCl 0-10 0-20 MDA Comparative Studies on Plasma Membrane Function of Salt-secreting

More information

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库 A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 10384 B200102007 UDC A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 2004 7 2004 8

More information

声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 任 何 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和 主 管 会 计 工

声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 任 何 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和 主 管 会 计 工 Shenzhen WitSoft Information Technology Co., Ltd. 主 办 券 商 二 〇 一 六 年 二 月 声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 任 何 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本

More information

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

厦门大学博硕士论文摘要库 GSM The Design of Tri-frequencies Microstrip Antenna for GSM (900/1800/1900-MHz) 2005 5 GSM GSM GSM900 GSM1800 GSM1900 GSM GSM GSM900 GSM1800 GSM1800 GSM1900 GSM 900M 1800M H H E H GSM 120 GSM1800 GSM1900

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中 以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中 以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 学号 :X2010230187 硕士学位论文 基于 Android 平台棋牌类游戏的设计与实现 Design and Implementation of a Chess and Cards Game Based on Android 马忠德 指导教师 : 吴清锋 专业名称 : 工程硕士 ( 软件工程 ) 答辩日期 :2012 年 6 月 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下,

More information

1

1 10384 199819007UDC 2 0 0 2 4 2 0 0 2 6 2 0 0 2 2 0 0 2 6 1 2 1 1992 1 3 1 1 1 3 6 6 22 25 26 4 145 78 42 113 o 31 36 113 o 35 43 22 o 06 39 22 o 13 06 2.5 2 25.66 8.61 6.54 7.56 2.95 2 40000 32500 32500

More information

学校编码 :10384 学号 :X 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manuf

学校编码 :10384 学号 :X 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manuf 学校编码 :10384 学号 :X2006153009 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manufacturing 李玲 指导教师 : 孟力 专业名称 : 项目管理 答辩日期 :2009 年 5 月

More information

厦门大学博硕士论文摘要库 基于数据仓库的税务联机分析处理系统设计与实现余鸿飞指导教师曾文华教授厦门大学

厦门大学博硕士论文摘要库 基于数据仓库的税务联机分析处理系统设计与实现余鸿飞指导教师曾文华教授厦门大学 基于数据仓库的税务联机分析处理系统设计与实现余鸿飞指导教师曾文华教授厦门大学 学校编码 :10384 学号 :X2007230143 分类号 密级 UDC 硕士学位论文 基于数据仓库的税务联机分析处理系统设计与实现 Design and Implementation of Taxation On-Line Analytical Processing System Based on Data Warehouse

More information

IT 某公司 厦门大学博硕士论文摘要库 服务管理系统的设计与实现 蔡莉 指导教师姚俊峰 教授 厦门大学

IT 某公司 厦门大学博硕士论文摘要库 服务管理系统的设计与实现 蔡莉 指导教师姚俊峰 教授 厦门大学 IT 某公司 服务管理系统的设计与实现 蔡莉 指导教师姚俊峰 教授 厦门大学 学校编码 :10384 分类号密级 学号 :X2013230819 UDC 工程硕士学位论文 某公司 IT 服务管理系统的设计与实现 Design and Implementation of IT Service Management System for a Company 蔡莉 指导教师 : 姚俊峰教授 专业名称 :

More information

µ γ α γ α µ α µ γ Ig/Ig-TCIC 1 immune immunity immunis 10 998~1022 19 Edward Jenner Jenner Louis Pasteur 1880 Elie I.I. Metchnikoff (1883), P.P.Emile Roux A.E.J.Yersin (1888) Emil A. Von Behring Pfeiffer

More information