登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 经济学类 > 电子商务 > 正文

知识产权交易协同运营中心产权展厅模块研发毕业论文

 2022-07-18 10:07  

论文总字数:46064字

摘 要

选题来源于“基于物联网的知识产权交易协同运营中心框架设计和建设途径研究”(南工合(2013)099号)和“基于物联网知识产权交易协同运营中心研发”(南京工业大学大学生创新与实验开放基金项目),受江苏省南京市鼓楼区知识产权交易协同运营中心委托,为技术创新平台的建设提供理论、方法和技术预研。

本文以知识产权交易协同运营中心为背景,通过对知识产权交易中心产权展厅的历史、现状及未来发展趋势的分析,发现存在的一些问题。通过对模块的需求分析、系统分析,确定知识产权展厅模块的总体目标和各个模块功能目标。以UML为建模手段,以RUP为开发指导,结合面向对象的分析与设计思想,对模块进行建模。在详细的分析建模过程,通过运用用例图、活动图分析了产权展厅的各个子功能模块的功能需求,综合运用了活动图及顺序图对该系统各个功能模块进行了逻辑设计。

在实现技术上,通过比较各种开发技术及数据库技术的优缺点,根据开发模块的实际情况,利用ASP.NET和HTML构建产权展厅模块的程序结构和用户界面,同时嵌入常用的JavaScript脚本语言;利用SQL数据库建立后台数据源;利用ADO技术实现产权展厅模块中对数据库的安全连接和访问。

通过综合运用以上技术手段,本文实现了一个产权展厅模块的基本框架,基本上满足了产权展示、交易的需求。通过该系统,管理员可以把企业产权商品信息放入后台数据库,从而对产权商品进行展示。客户可以浏览商品,并对可以对感兴趣的商品与企业进行洽谈,最终完成交易。该论文的研究成果在系统分析、设计等方面对于电子商务平台的商品展示模块也有一定的参考价值。

关键词:知识产权交易 协同运营 产权展厅 ASP.NET

Research and Develop of the Showrooms Module of Intellectual Property Rights Transaction Collaborative Operations Center

Abstract

This topic comes from the Frame Design and the Research of Construction Ways of Intellectual Property Rights Transaction Collaborative Operations Center based on Internet of Things (Cooperation Projects of Nanjing University of Technology, 2013099) and Research and Develop of Intellectual Property Rights Transaction Collaborative Operations Center (The Innovation of College Students and Experimental Open Fund Projects in Nanjing University of Technology),and it was commissioned by Intellectual Property Rights Transaction Collaborative Operations Center of GuLou area, Nanjing city, Jiangsu province to provide theory, method and technical pre-study for the construction of technology innovation platform.

Taking the Intellectual Property Rights Transaction Collaborative Operations Center as the background, this article analyzes the history, present situation and future development trend of Intellectual Property Showroom of the intellectual property rights transaction center to discover some problems. Through analyzing the demand, system of the module, determined the overall objectives of the intellectual property rights showroom module and every module function. . Based on UML modeling method, with the RUP as development guidance, combined with object oriented analysis and design idea, modeling the module. In detailed analysis modeling process, through using the use case diagram, activities diagram to analysis the functional requirements of each function module in intellectual property showroom module, and integrated use of the activity diagram and sequence diagram to design the logic of each functional module of the system.

By comparing the advantages and disadvantages of all kinds of development technologies and database technologies, the paper uses ASP.NET and HTML to construct the online bookstore program structure and user interface, while the more commonly used JavaScript scripting language are embedded; Using SQL database established online bookstore data source; The ADO is used in the online bookstore system to security link the database and access.

Through more comprehensive use of technical means mentioned above, the basic functions for the intellectual property showroom are realized and basically meet the needs of the intellectual properties’ exhibition and transaction. Through the system, the administrator can put the information of enterprise property right commodities in the background database, and display them. Customers browse the commodity interested, talks with the enterprise, and finally complete the transaction. The paper's research results have certain reference to the display module of e-commerce platform, such as system analysis, design.

Key Words: intellectual property rights trading; collaborative operations; property showrooms; asp.net

目录

摘要 III

Abstract IV

目录 VI

第一章 绪论 1

1.1 课题来源 1

1.2 选题背景 1

1.3 研究思路与方法 2

1.3.1研究方法 2

1.3.2技术路线 3

第二章文献综述 4

2.1 知识产权发展现状 4

2.1.1国内外知识产权发展现状 4

2.1.2 国内外知识产权综合管理信息系统 7

2.2知识产权关键展示技术——虚拟现实技术 9

2.2.1虚拟现实技术概述 10

2.2.2 虚拟现实技术国内外情况 11

2.3 产权展厅模块实现技术 12

2.3.1网站开发技术比较 12

2.3.2 网站开发技术比较 14

2.3.3 数据库技术进展 16

2.3.4 数据库比较 17

2.4 文献述评 19

第三章 系统分析 20

3.1知识产权展厅模块需求分析 20

3.1.1 模块完整目标 21

3.1.2 模块功能总体分析 22

3.1.3 模块用例图 24

3.2 知识产权展厅模块前台详细分析 26

3.2.1 产权搜索模块 26

3.2.2 产权供给模块 27

3.2.3 产权需求模块 28

3.2.4 重点供给模块 29

3.2.5 重点需求模块 30

3.2.6 难题攻关模块 31

3.3知识产权展厅模块后台详细分析 33

3.3.1 产权供给管理 33

3.3.2 产权需求管理 35

3.3.3 重点供给管理 36

3.3.4 重点需求管理 38

3.3.5 难题攻关管理 39

3.3.6 公告管理模块 41

3.4 主要业务流程描述 42

3.4.1 顺序图 42

3.4.2 活动图 43

第四章 系统设计 45

4.1 数据库设计 45

4.1.1数据库概念设计 46

4.1.2部分重要表的结构及说明 47

4.2 主要功能模块设计 49

4.2.1 产权供给模块设计 49

4.2.2 产权需求模块设计 50

4.2.3 难题攻关模块设计 51

4.2.4 后台管理系统模块设计 52

4.3页面风格和布局设计 55

4.3.1 风格布局分析 55

4.3.2 产权展厅首页布局设计 56

4.3.3 产权供给模块页面布局设计 56

4.4 产权智能推荐 58

第五章 核心讨论 60

5.1 知识产权展厅模块浏览产权 60

5.1.1 前台浏览产权程序框图 60

5.1.2主要程序段分析 60

请支付后下载全文,论文总字数:46064字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图