| 发布时间:2007-10-27 17:53:39
摘 要 现代信息技术的发展,使得基于WEB技术的B2B的电子商务交易平台平台成为现代web技术改革与发展的方向。本文就根据现已存在的问题,对B2B的电子商务交易平台系统做了全面的分析和整体的介绍。介绍了ASP+SQL技术开发该系统的子系统的整个过程,即B2B的电子商务交易平台系统。该系统主要利用了ASP强大的网络数据库访问技术,实现了网络学习的自适应性。这些导航各自发挥了不同的作用与功能。信息点检索导航和信息点关联导航主要根据信息点之间的联系,动态的显示给用户不同的信息点内容。这在一定程度上,提高了用户网上交易效率和学习积极性。 论文主要介绍了本课题的开发背景、系统分析、数据库设计和系统的设计与实现。 关键词 ASP;SQL;B2B;导航; ABSTRACT With the development of information technology, the web-based education platform has been a direction of modern education. According to the problems existing at present, the paper gives an overall analysis and introduction of Internet courseware system. At the same time, it gives all the procession of developing the subsystem using ASP+SQL technology. Through the strong ability of ASP+SQL technology, it realizes online studying adaptively. The system designs and realizes different navigation strategies such as module navigation, searching navigation, knowledge classifying navigation and helping navigation. These strategies have different functions. Searching knowledge navigation and knowledge classifying navigation are mainly based on the relations of the knowledge and then supplies different knowledge to users. So that it improves users’ learning efficiency and study enthusiasm to a certain extent. The system is also realized using the course example “C programming”. The paper mainly introduces the development’s context, system analysis, database design, the system design and implementation. Key words ASP; SQL ; B2B; navigation;
目 录 1 绪 论... 1 1.1课题背景... 1 1.1.1 B2B电子商务交易平台系统的现状…………………………………………….1 1.1.2 B2B电子商务交易平台系统的新要求………………………………………….2 1.2本课题的研究意义... 3 1.3相关技术介绍... 3 1.3.1浏览器/服务器模型………………………………………………………………3 1.3.2 ASP技术的介绍………………………………………………………………….4 1.3.3 ADO访库技术介绍……………………………………………………………….4 1.34 SQL技术介绍………………………………………………………………………4 2 系统分析... 5 2.1系统的可行性研究... 5 2.2 系统需求分析... 6 2.2.1用户需求分析 6 2.2.2 系统设计目标分析 6 2.3用户模型的介绍... 7 2.4系统导航功能模块介绍... 8 2.4.1 用户注册介绍……………………………………………………………………9 2.4.2 检索导航介绍……………………………………………………………………9 2.4.3个人信息控制面板……………………………………………………………..10 2.4.4 分类导航介绍………………………………………………………………….10 2.5 小结... 11 3 数据库设计... 12 3.1数据库的需求分析... 12 3.2 后台数据库的配置... 12 3.3 数据库表结构设计... 12 3.4 E-R模型... 16 4 系统详细设计与实现... 18 4.1 系统工作原理介绍... 18 4.2系统数据流图... 19 4.3系统的实现算法... 20 4.3.1用户信息初始化算法……………………………………………………………20 4.3.2检索导航算法…………………………………………………………………..21 4.5前端页面的设计与实现... 24 4.5.1 系统公用页面………………………………………………………………….25 4.5.2 用户注册页面………………………………………………………………….26 4.5.3 用户登陆模块………………………………………………………………….27 4.5.4 我的专区模块………………………………………………………………….28 5 结束语... 32 参考文献... 33 致谢... 34 附录... 35
|