登录

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

注册

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

找回密码

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

知识产权交易协同运营中心市场调查模块研发毕业论文

 2022-07-18 10:07  

论文总字数:32050字

摘 要

本文选题来源于“基于物联网的知识产权交易协同运营中心框架设计和建设途径研究” (南工合(2013)099号)和“基于物联网知识产权交易协同运营中心研发”(南京工业大学大学生创新与实验开放基金项目)。该课题主要针对江苏省南京市鼓楼区知识产权交易的需求,运用现代IT技术,解决知识产权转让交易信息化,智能化,专业化的问题。研究重点在于了解市场调查系统的基本结构,完成市场调查系统的设计与开发。

本文通过对市场调查系统国内外发展现状以及未来的发展趋势,总结出市场调查系统一系列的优势以及对知识产权交易平台的用户以及管理员带来的便利,同时也归纳了市场调查系统在实际应用过程中存在的一些问题。通过对南京市鼓楼区知识产权交易协同运营中心进行需求分析,确定了市场调查系统的总体目标和各个模块的功能。

本文论述了一个基于ASP.NET技术和SQL Server数据库有机结合的市场调查系统的设计与实现,通过运用用例图、活动图分析了市场调查系统各个模块的功能需求,综合运用了活动图以及顺序图对该系统各功能模块进行了逻辑设计。系统的主要功能有设计问卷、发布问卷、回收问卷、问卷结果统计分析等。

在实现技术上,使用的开发工具为Visual Studio 2010,以及SQL Server 2008,利用asp.net构建程序结构,利用SQL Server 数据库建立市场调查系统的后台数据库,运用三层架构体系,运用AJAX技术更好的创建交互式的网页,使用这些工具使得系统的开发更加方便快捷,也能够给使用者提供一个更好的交互平台。

通过综合运用以上的技术手段,本文实现了一个市场调查系统的基本功能框架,基本满足了知识产权交易协同运营中心的需求,一方面有效的节约了资源,避免了人力、物力的浪费,另一方面可以实现知识产权交易协同运营中心的管理员对平台进行有效的管理,也为平台的使用者提供了一个了解知识产权交易现状方便快捷的互动平台。

关键词:知识产权 协同运营 市场调查 ASP.NET,SQL Server

The Developing of Market Research System

for Intellectual Property Trading Center

Abstract

The project comes from “The frame designing and the way to construct for intellectual property trading center which based on internet” and“ the developing of intellectual property trading center”(a project that providing money for students who will do innovation and experiment in NanJing University of Technology).The project mainly aims at the need of trading intellectual property in Gulou district of Nanjing, Jiangsu province. Using the IT technology to solve the problem of making intellectual property trading informationization, intelligent and professional, the research is focused on the understanding of the basic structure of the market research system, completing the design and development of market research system.

The article sums up a series of advantages and the convenience of uses and administrators in intellectual property platform by means of describing the development state both at home and abroad and the development trend of future. At the same time, it summarizes the problem of market research system in the process of practical application. It also carries out a demand analysis for intellectual property trading center in Gulou district of Nanjing to determine the overall goal of market research system and the function of each module.

The article discusses the design and implementation of market research system which based on ASP.NET and SQL SERVER. Using UML and activity diagram to analyze the demand of each module function, also using activity diagram and sequence diagram to logical design for each module function in the system. The main functions of the system are designing questionnaire, releasing and recycling questionnaire, the statistical analysis to the results of questionnaire, etc.

On the implementation technology, it takes use of development tools for Visual Studio 2010, and SQL Server 2008, asp.net to build a program structure , SQL Server to establish the background database of market research system, the three layer architecture system, AJAX technology to create better interactive web pages. By using these tools, it makes the development of the system more convenient and quick, it can also provide a better interaction platform for users.

By integrated using of above technique, the article has implemented a basic framework of the market research system .The function meets the demands of intellectual property trading center. On the one hand, it saves resources effectively and avoids the waste of manpower and material resource. On the other hand, the administrator of the center can manage the platform effectively, it also provides a interactive platform for the users to learn the state of intellectual trading .

Key word: Intellectual property, Coordination operation, Market research,

ASP.NET, SQL Server

目录

摘要 I

Abstract III

第一章 引言 1

1.1课题来源 1

1.2研究背景 1

1.3研究思路与方法 2

1.3.1本文拟采用的研究思路 2

1.3.2本文的研究方法 4

第二章 文献综述 5

2.1 市场调查概述 5

2.1.1市场调查方法概述 5

2.1.2 国内市场调查系统比较分析 7

2.1.3国外市场调查系统比较分析 11

2.2市场调查系统实现技术比较分析 12

2.3 市场调查系统后台数据库技术比较分析 14

2.4网络架构平台的选择 16

2.4.1 C/S结构分析 16

2.4.2 B/S结构分析 17

2.5 文献述评 17

第三章 系统分析 19

3.1 系统需求分析 19

3.1.1 系统完整目标 21

3.1.2 系统功能总体分析 22

3.1.3 系统用例图 23

3.2前台模块功能模块详细分析 25

3.2.1填写问卷模块 25

3.2.2设计问卷模块 26

3.2.3发布问卷模块 28

3.2.4回收问卷结果模块 29

3.2.5个人账号管理管理模块 30

3.3后台模块功能模块详细分析 32

3.3.1管理问卷模块 32

3.3.2管理用户模块 33

第四章 系统设计 34

4.1 数据库设计 34

4.1.1 数据库需求分析 34

4.1.2数据库逻辑设计 34

4.1.3 数据库连接方法 37

4.2 主要模块设计 38

4.2.1填写问卷模块设计 38

4.2.2设计问卷模块设计 39

4.2.3发布问卷模块设计 40

4.2.4回收问卷模块设计 42

4.2.5个人账号管理模块设计 43

第五章 页面布局设计 45

5.1 风格布局分析 45

5.2 市场调查系统页面布局 46

5.2.1 主页面布局 46

5.2.2 设计问卷页面布局 47

5.2.3 发布问卷页面布局 49

5.2.4 回收问卷页面布局 50

5.2.5 问卷列表页面布局 51

结论与展望 53

参考文献 55

致谢 58

第一章 引言

1.1课题来源

本文选题来源于“基于物联网的知识产权交易协同运营中心框架设计和建设途径研究” (南工合(2013)099号)和“基于物联网知识产权交易协同运营中心研发”(南京工业大学大学生创新与实验开放基金项目)。该课题主要针对江苏省南京市鼓楼区知识产权交易的需求,运用现代IT技术,解决知识产权转让交易信息化,智能化,专业化的问题。本人承担其中的市场调查模块的研发工作,并拟据此研究成果和技术积累撰写本学位论文。

1.2研究背景

目前,南京市鼓楼区的知识产权交易协同运营中心只局限于线下交易的方式,相对而言发展比较滞后。位于南京工业大学的国家大学科技园,主要是以委托至事务所的方式进行管理,存在很大的局限性。总结起来,目前的平台发展存在着一下几点问题:

1.现有的实体知识产权交易中心规模小,效益低下

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

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

企业微信

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