大众媒体新媒体外文翻译文献综述_第1页
大众媒体新媒体外文翻译文献综述_第2页
大众媒体新媒体外文翻译文献综述_第3页
大众媒体新媒体外文翻译文献综述_第4页
大众媒体新媒体外文翻译文献综述_第5页
已阅读5页,还剩7页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

大众媒体新媒体外文翻译文献综述PAGE1大众媒体新媒体外文翻译文献综述(文档含中英文对照即英文原文和中文翻译)微信公众号后台设计下面来介绍一下本系统的总体设计思路。1总体结构首先是结构图如图5-1-1所示。宠物资讯微信公众平台宠物资讯微信公众平台微信前端后台管理信息管理数据更新系统设置资料更新其它服务图5-1-1总体结构图1.1功能分配通过对上面功能需求的分析总结得出,各项功能需求的实现同各块程序的分配关系如表5-1-2所示。表5-1-2功能分配表用户资讯图片添加√√√修改√√√删除√√√查看√√2数据结构设计数据结构是代码实现的先决条件,一个良好的数据设计可以使各部分功能实现起来更加轻松。2.1逻辑结构设计 数据库的逻辑设计是将各局部的结构图进行分解、合并后重新组织起来形成数据库全局逻辑结构,包括所确定的关键字和属性、重新确定的记录结构、所建立的各个数据之间的相互关系。根据本系统需求分析,系统的数据库包括了身份验证、管理员身份、用户身份、数据同居和论坛检索等几个部分。2.2物理结构设计此处只列举出部分数据库表的设计数据结构和程序关系数据结构为关系型数据库,所以,在程序中可以通过标准的SQL语句与数据结构进行交互,交互过程中采用通用的数据库访问接口。为了保持良好的程序架构,对数据库访问采用DAO设计模式实现,提高维护性及扩展性。物理数据结构主要用于各模块之间信息的传递,借口传递的信息将是以数据结构封装了得数据,以参数传递或返回值的形式在各模块之间传输。3运行设计运行设计包括运行模块组合、运行控制和运行时间。3.1运行模块组合本程序主要是以一个网页为模块,一般一个网页完成一个特定的功能,主网页通过打开另一个子网页来实现各个模块之间不同的功能的连接和组合。各个模块之间相对独立,程序的可移植性好。各个模块之间主要以传递数据项的引用来实现模块之间的合作和数据共享。运行控制只要符合操作说明书,用户可以自由控制,不额外限定用户输入,异常程序内部进行处理,给出相应的提示信息。3.2运行时间由用户决定,但每次操作的响应时间上限控制在3s以内4出错处理设计我认为,只要是人做出来的系统是不可能没有出错的时候,更何况是我这样刚毕业的新手。所以我还设计了出错处理,主要是对我能想到的可能出现的错误或者说bug进行的分析和处理。4.1数据库连接错误这类错误主要是数据库设置不正确引起的,我们只要取消本次操作,提醒维护人员自己检查数据库问题即可。4.2输入错误主要是用户输入不规范造成的,我们在尽量减少用户出错的条件的情况下对用户进行提醒,然后再次操作。4.3乱码主要发生在提交汉字信息的情况下,这是我们只需要对提交的汉字从新进行编码即可。4.4操作错误对于用户的不正当操作,有可能是程序发生错误。我们主要是种植操作,并提醒用户种植的原因和操作规范。4.5不可预知错误程序也会有一些我们无法预知或没有考虑完全的错误,我们对此不可能做出完全的异常处理,为了保证数据的安全,要经常对数据库进行备份。然后犯规错误信息,以逐步完善程序。5安全保密设计5.1系统安全常见的系统安全有网络蠕虫侵害,系统漏洞与补丁,以及客户信息丢失等。应对知识库进行安全的开发与管理。以及定时发布安全信息警告。常用的系统安全措施有:安装安全工具,在使用论坛时,一定要为电脑安装安全工具,同时把效验码放到安全的地方,以便日后对系统进行检查。配置防火墙对网络进行预防。根据CERT的UNIX/NT配置指南检查系统的安全性。CERT的UNIX/NT配置指南可以帮助你检查系统中容易被入侵者利用的配置问题。5.2数据安全数据安全主要包括以下几个方面:对数据用户进行身份鉴别。访问主体、访问对象的控制策略和实现方法。数据加密方法。6维护设计基础数据维护:对于一些基础数据,安排管理员进行维护数据库备份和恢复:利用NavicatforMySQL自身提供的备份和恢复功能实现。系统升级维护:根据用户使用效果调查表,筛选用户提出的功能要求,对于合理的要求予以采纳,并安排人员对系统进行修改和完善。定期建立数据库备份,一旦服务器数据库被破坏,可以使用最近的一份数据库副本进行还原。为防止服务器故障,预备另外一台服务器,主要主服务器出现故障,可以迅速启动预备服务器运行系统。恢复及再启动技术说明将使用的恢复再启动技术,使软件从故障点恢复执行或使软件从头开始重新运行的方法。WeChat

publicNo.background

design1systemdesignTointroducethefollowing

designideas

ofthesystem.1.1overallstructureThefirstis

thestructure

diagram

asshowninfigure5-1-1.宠物资讯微信公众平台宠物资讯微信公众平台微信前端后台管理信息管理数据更新系统设置资料更新其它服务Figure5-1-1

schematicstructure1.2distribution

functionThroughtheanalysisofthefunctionalrequirementsoftheabovearesummarized,thefunctionalrequirementstoachievetable5-1-2shownwitheachblockdistributionrelationship.Table5-1-2

function

allocationtableUserInformationPictureAddto√√√Modify√√√Delete√√√check√√2datastructuredesignDatastructureisthecodetoachievetheprerequisites,agooddatadesigncanmakethefunctionofeachpartcanbemoreeasily.2.1LogicalstructuredesignLogicdesignofthedatabaseisdecomposition,mergerandreorganizedintoglobaldatabaselogicstructureofthevariouspartsofthestructure,includingtherelationshipbetweenthedeterminedkeywordsandattributes,todeterminetherecordstructure,theestablishmentofvariousdata.

Accordingtothesystemdemandanalysis,systemdatabaseincludesauthentication,administrator,useridentity,cohabitationdataandforumretrievalseveralparts.2.2PhysicalstructuredesignHere

onlytoenumerate

partofthedesignof

datastructureandprogram

databasetablerelationshipDatastructurefortherelationaldatabase,sointheprogramcaninteractviastandardSQLstatementsanddatastructure,interactionprocessinthegeneraldatabaseaccessinterface.Inorderto

maintainagood

programstructure,

accesstothedatabase

usingDAOdesignmode,

improvethe

maintainabilityandscalability.

Physicalstructureofthedataismainlyusedfortheinformationtransferbetweeneachmodule,anexcusetodelivertheinformationwillbeencapsulatedinthedatastructureofterribledata,topassparametersorreturnvaluesoftransmissionbetweenthemodules.3OperationdesignTheoperationdesign

includestheoperation

modulecombination,

operationcontrol

andoperation

time.3.1operation

moduleThisprocedureismainlytoawebpagemodule,generalawebpagecompleteaspecificfunction,themainpagethroughopenanothersubpagetorealizeeachmodulebetweendifferentfunctionalconnectionsandcombinations.

Eachmodule

isindependent,

programportability.

Eachmodule

betweenthemain

reference

to

thedataitem

toachieve

datasharingand

cooperation

betweenmodules.

OperationcontrolAslongasitmeetstheoperatinginstructions,theusercancontrolthefree,noextralimiteduserinput,internalprogramexceptionprocessingarethecorrespondingmessage.3.2RuntimeThedecisionbytheuser,

buttheresponsetime

limit

ofeachoperation

within3S.4DesignoftheerrorIbelievethataslongaspeoplemakeitouttothesystemisnotpossiblewithouterrorwhen,nottomentionIjustgraduatedfromthenovice.

SoIdesignedtheerrorhandling,mainlyistoIcanthinkofpossibleerrororbuganalysisandprocessing.4.1databaseconnectionerrorThistypeoferrorismainlydatabasesettingsincorrectcaused,wejustcanceltheoperationremindmaintenancepersonneltochecktheirdatabasecanbe.4.2inputerrorIsmainlyuserinputcausedbyirregular,weinminimizingtheerrortotheuserforremindingauser,andthenretrytheoperationagain.4.3GarbledMainlyoccursinthe

caseof

information

submitted

Chinesecharacters,

thisis

weonlyneedtosubmit

the

code

to

thenew

Chinesecharacters.4.4OperationerrorThe

improper

operationoftheuser,

there

maybeanerror

program.

We

are

planting,

reasonsandoperatingrules

andalertstheuser

ofthe

plant.4.5unpredictable

errorProcedureswillbesomewecannotpredictornotconsideredcompletelywrong,wethiscouldmakeacompleteexceptionhandling,oftenmakeabackupcopyofthedatabasetoensuredatasecurity.

Thenfoul

errorinformation,

inordertograduallyimprovethe

program.5Security

design5.1systemsecurityCommon

systemsecurity

network

worm

infringement,

systemvulnerabilitiesand

patches,

andthe

lossofcustomerinformation

etc..

Todealwiththe

knowledgebase

forthedevelopmentandmanagement

ofsafety.

Safety

warning

information

andtimedrelease.

Systemsecuritymeasures

arecommonlyused:installationsecuritytools,intheuseoftheforum,besuretoinstallsecuritytoolsforcomputer,atthesametime,thechecksumintoasafeplace,forthefutureofthesystemareexamined.

configure

thefirewalltonetwork

prevention.accordingtothe

UNIX/NTsecurity

configurationguide

inspectionsystem

ofCERT.

UNIX/NTconfigurationguide

CERTcan

helpyou

tocheckthesystem

configuration

to

intrudersuse.5.2datasecurityDatasecurity

mainlyincludesthefollowingseveralaspects:

ofthedata

user

identification.themain

access

controlstrategy

andrealizationmethodof

accessobject.dataencryptionmethod.6maintenancedesignA.

basicdatamaintenance:

forsomeofthebasic

data,

arrangethe

maintenance

administratorB.databasebackupandrecovery:

usin

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论