- 1、本文档共59页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
网站详细设计文档
买易通网站详细设计文档
Document Version 1.0
Author Module
Bill Lu Architecture Batch Script
Huili Tang User Interface
Jun Feng Database Document Integration
Wick Wu Logical Layer
Yonghe Yao User Interface
Create Date 2005-6-1
Last Update Date 2005-6-1
文档目录
1. 概述(Summary) 5
1.1 文档目的(Introduction) 5
1.2 背景(Background) 5
1.3 相关文档(Related Documents) 5
2. 系统架构(System Architecture) 6
2.1 系统性能(Performance) 6
2.2 运行环境(Environment) 6
2.3 基本概念(Concepts) 6
2.4 程序模块结构(Module Structure) 6
2.5 后台脚本处理过程(Batch Process) 6
2.6 人工处理过程(Manual Process) 6
2.7 系统容错设计(Application Exceptions) 6
3. 用户界面设计(User Interface Design) 7
4. 逻辑层设计(Logic Layer Design) 8
4.1 系统类结构及关系 8
4.1.1 总述: 8
4.1.2 CategorySystem. 10
4.1.3 ProductSystem. 13
4.1.4 AccountSystem. 15
4.1.5 ReviewSystem. 19
4.1.6 StoreSystem. 20
4.2 各主要算法实现流程 21
4.2.1 Overview. 21
4.2.2 Category Related. 21
4.2.3 Product Related 23
4.2.4 Review Related. 27
4.2.5 User Related. 27
4.2.6 Store Related 27
5. 数据库设计(Database Design) 28
5.1 Database summary 28
5.2 TBL_ACCOUNT 30
5.3 TBL_ACCOUNT_LOGON 32
5.4 TBL_APPLYCHANGE 33
5.5 TBL_ARTICLE 34
5.6 TBL_ARTICLE_BODY 35
5.7 TBL_BATCH 36
5.8 TBL_CATEGORY 37
5.9 TBL_CONDITION 39
5.10 TBL_LIST 40
5.11 TBL_PRODUCT 41
5.12 TBL_PRODUCT_CHANGE 43
5.13 TBL_PROPERTY 44
5.14 TBL_PROPERTY_CHANGE 45
5.15 TBL_PROPERTY_GROUP 46
5.16 TBL_PROPERTY_LIST 47
5.17 TBL_PROPERTY_VALUE 48
5.18 TBL_RATING 49
5.19 TBL_REVIEW 50
5.20 TBL_REVIEW_BODY 52
5.21 TBL_STORE 53
5.22 TBL_STORE_LOGON 55
5.23 TBL_TOPIC 56
5.24 TMP_TRUST 57
6. 后台脚本设计(Batch Script Design) 58
7. 名词解释(Terminology) 59
7.1 关系网(Web of Trust) 59
7.2 开放式目录管理(Open Taxonomy) 59
概述(Summary)
文档目的(Introduction)
背景(Background)
相关文档(Related Documents)
系统架构(System Architecture)
系统性能(Performance)
运行环境(Environment)
基本概念(Concepts)
程序模块结构(Module Structure)
后台脚本处理过程(Batch Process)
人工处理过程(Manual Process)
系统容错设计(Application Exceptions)
用户界面设计(User Interface Design)
逻辑层设计(Logic Layer Design)
系统类结构及关系
总述:
MyET里我们抽象出5个实体对象,分别是Categ
文档评论(0)