成都三全物流公司门户网站设计与实现摘要本论文介绍的是成都三全物流公司门户网站设计与实现过程,使用VisualStudio2003.Net、MicrosoftSQL2000和IIS5.1使用基于C#的ASP.NET技术和使用经典MVC模式完成本网站开发。整个网站的设计和实现包括公司门户网站首页和后台信息管理两个部分,主要又以后面这一部分为主体,占据了70%的开发时间。可以在网站上了解关于三全公司的一些基本信息,还可以在线提供汽车运输信息和货源运输信息、提交留言信息。在网站后台实现网站前台信息管理,一些公司信息管理等等。后台分成五个部分:个人用户、企业用户、兼职人员、一般管理员、高级管理员。个人用户主要是一些以个人名义运输货物,可以在网上注册成为本网站用户,或者是直接与公司客户服务联系运输,待运输开始客户服务人员会主动联系你,为你提供本网站的使用账号和密码,方便你随时查询货物情况。企业用户与个人用户的功能是一样的。兼职人员向公司申请成为公司业务联系兼职人员,由系统高级管理员为兼职人员提供用户名和密码,方便在网上提交货运信息,以及在网上查询自己工作提成情况。网站初级管理员随时查看公司首页信息、更改相关信息、以及回复外部向公司网站的留言情况等等。网站高级管理员是管理初级管理员、查看网站全局数据情况、发布一些公司规章制度等等。本论文从各个功能模块入手,对本网站开发做了具体的阐述。关键字:成都三全物流公司门户网站设计与实现;ASP.NET;MVC、前台和后台。西南石油大学本科毕业设计(论文)-1-AbstractThispaperpresentstheprocessofSanquanwuliuCorporation‘sportalsitedesignandimplement,usingVisualstudio2003.net,MicrosoftSQL2000andIIS5.1todevelopitbasedonASP.NET(C#)andtheclassicMVCpattern.Wholeprojectcontenttwoparts,thefrontandbackground,andthebackgroundtakethe70%developingtime.Youcanknowsomemessagesonthecompany‘sportalsite.Andprovidetransporttrucks’informationandfreighttransportinformationontheline,Atthebackmanagethebasicvisibleinformation.Therearefivekindsbackroles,personalusers,enterpriserusers,parttimeworkers,primarymanagersandsupermanagers.Everyoneuserscanregisteratthehomepageofthecompanywebsite,alsocanconnecttocompanycustomservicetotransportyourgoodandthenthemwillgiveyouaccountandpasswordtologininthesystem,checkingyourgoodtransportations.Theenterpriseusersalmostthesamefunctionaspersonalusers.Anyonedesirebeaparttimeworkerofcompany,canhandupyourapplicationtothesupermanagers,thetheywillgiveyouaaccount.YoushouldloginintoyourmanageUItochangeyourinformation.Parttimeworkercansubmitfreightinformationtothesystem,ofcauseworkerscandeductmoneyfromworkachievementbetheirsalary.Primarymanagersmanagetheportalmessagesonthewebpages,replymessagesfromthewebsite.Supermanagerscheckalltheinformationoftheportal,alsomangeprimarymanagersinformation,freightandtrucktransportations.Thispaperexpoundtheportaldevelopingfromallmodules.Keywords:portalsitedesignandimplement;ASP.NET;MVC;frontandbackground.西南石油大学本科毕业设计(论文)-1-3目录1绪论...................................................................................................................................11.1背景及目的.............................................................................................................12系统概述...........................................................................................................................12.1物流相关知识........................................................................................................12.1.1什么是物流.................................................................................................12.1.2什么现代化信息物流.................................................................................22.2系统需求描述........................................................................................................22.3开发环境和技术....................................................................................................32.3.1网站总体设计.............................................................................................32.4数据库设计............................................................................................................42.4.1数据字典.....................................................................................................42.4.2表格设计信息.............................................................................................52.5网站安全设计......................................................................................................172.5.1用户身份验证...........................................................................................182.5.2URL请求验证............................................................................................182.5.3抗SQL注入式攻击...................................................................................182.5.4双重验证...................................................................................................192.5.5非法链接和非法复制...............................................................................193系统功能模块设计.........................................................................................................193.1个人用户功能模块..............................................................................................193.1.1个人功能模块图:......................................................................................203.1.2个人用户功能E-R图:.............................................................................203.2企业用户功能模块..............................................................................................203.2.1企业用户功能模块图:.............................................................................213.2.2企业用户E-R图:.....................................................................................213.3初级管理员功能模块:......................................................................................223.3.1初级管理员功能模块图:.......................................................................223.3.2初级管理员E-R图:...