




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、客户信息管理系统文献综述及 外文文献翻译华中科技大学文华学院毕业设计(论文)外文文献翻译(本科学生用)题目:客户信息管理系统_学生 姓名:路雅宁 学号:090102031117学部(系):专业年级:09电子信息工程指导教师: 容太平职称或学位:教授20 13 年 3 月 8 H外文文献翻译(译成中文IOOO字左右):【主要阅读文献不少于5篇,译文后附注文献信息,包括:作者.书名(或论文题目).出版社(或刊物名称)、出版时间(或刊号).页码。提供所译外文资料附件(印刷类含封面、封底.目录.翻译部分的复印件等,网站类的请附网址及原文】译文数据库管理系统介绍,数据库 database,时拼作data
2、 base,又称为 电子数据库,是专门组织起来的一组数据或信息,其目的是为了便于计算机快速査 询及检索。数据库的结构是专门设计的,在各种数据处理操作命令的支持下,可以简 化数据的存储、检索、修改和删除。数据库可以存储在磁盘、磁带、光盘或其他辅助 存储设备上。数据库由一个或一套文件组成其中的信息可以分解为记录毎一记录 又包含一个或多个字段或称为域。字段是数据存取的基本单位。数据库用于描述实体, 其中的一个字段通常表示与实体的某一JB性相关的信息。通过关键字以及各种分 类、排序、命令。用户可以对多条记录的字段进行査询,重新整理、分组或选择,以 实体对某一类数据的检索,也可以生成报表。所有数据库,中
3、都有复杂的数据关系及 其琏接。处理与创建,访问以及维护数据库记录有关的复杂任务的系统软件包叫做数 据库管理系统DBMSO DBMS软件包中的程序在数据库与其用户间建立接口。这些 用户可以是应用程序员,管理员及其他滞要信息的人员和各种操作系统程序。DBMS 可组织处理和表示从数据库中选出的数据元。该功能使决策者能搜索,探査和査询数 据库的内容,从而对在正规报吿中没有的,不再出现的且无法预料的问题做出回答。 这些问题最初可能是横糊的并且、或者是定义不恰当的,但是人们可以浏览数据库BL 到获得所需的信息。简言之DBMS将“管理”存储的数据项,并从公共数据库中汇集 所需的数据项以回答非程序员的询问。D
4、BMS由3个主要部分组成、1存储子系统: 存储和检索文件中的数据,2建模和操作子系统:提供组织数据以及添加、删除、 维扒 更新数据的方法,3用户和DBMS之间的接口。在提高数据库管理系统的价 值和有效性方面正在展现以下一些重要发展趙势,1 管理人员H要最新的信息以做 出有效的决策。2客户IB要越来越复杂的信息服务以及更多的有关其订单,发票和 账号的当前信息。3用户发现他们可以使用传统的程序设计语言在很短的一段时 间内用数据库系统开发客户应用程序。4.商业公司发现了信息的战略价值他们利 用数据库系统领先于竞争对手。数据库模型数据库模型描述了在数据库中结构化和 操纵数据的方法,横型的结构部分规定了
5、数据如何被描述,例如树、表等,横型的 操纵部分规定了数据添加、删除、並示、维护、打印、査找、选择、排厚和更新尊操 作。分民横型:第一个数据库管理系统使用的是分层模型,也就是说,将数据记录排列成树形 结构。一些记录时根目录,在其他所有记录都有独立的父记录。树形结构的设计反映 了数据被使用的顺厚,也就是首先访问处于树根位!的记录,接下来是跟下面的记录 尊尊。分层横型的开发是因为分层关系在商业应用中普遍存在,众所周知I 一个 组织结构图表就描述了 一种分尿关系,高展管理人员在最高展,中层管理人员在较低 的层次,负责具体事务的雇员在最底SL值得注Jt的是,在一个严格的分层结构体系 中,在每个管理层下可
6、能有多个匪员或多个展次的展员,但每个莊员只有一个管理者。 分辰结构数据的典型特征是数据之间的一对多关系。在分层方法中 当数据库建立 时,每一关系即被明确地定义。在分展数据库中的每一记录只能包含一个关键字段, 任議两个字段之间只能有一种关系。由于数据并不总是連循这种严格的分展关系,所 以这样可能会出现一些问题。关系横型在1970年,数据库研究取得了更大突破。 E.F.Codd提出了一种戡然不同的数据库管理方法,使用表作为数据结构,称之为关系 横型.关系数据库是使用最广的数据结构,数据被组织成关系表,每个表由称作记录的 行和称作字段的列组成。毎个记录包含了专用项目的字段值。例如,在一个包含展员 信
7、息的表中,一个记录包含了像一个人姓名和地址这样的字段的值。结构化査询语 SQL,是一种在关系型数据库中用于处理数据的査询语言。它是非过程化语言 或者说是描述性的,用户只须指定一种类似于英语的描述,用来确定操作,记录或描 述记录组合。査询优化器将这种描述IB译为过程执行数据库操作。网状模型网状模 型在数据之间通过琏接表结构创建关系,子记录可以粧接到多个父记录。这种将记录 和惟接捆绑到一起的方法叫做指针,他是指向一个记录存储位at的存储地址。使用网 状方法,一个子记录可以琏接到一个关键记录,同时 它本身也可以作为一个关键记 录。傩接到其他一系列子记录。在早期,网状犠型比其他横型更有性能优势,但是在
8、 今天,这种优势的特点只有在自动柜员机网络,航空预定系统等大容量和高速处理 过程中才是最重要的。分展和网状数据库都是专用程序,如果开发一个新的应用程 序,那么在不同的应用程序中保持数据库的一致性是非常困难的。例如开发一个退休 金程序,需要访问匿员数据,这一数据同时也被工资单程序访问。虽然数据是相同的, 但是也必须建立新的数据库。对氛横型最新的数据库管理方法是使用对象模型,记 录由被称作对氛的实体来描述,可以在对獄中存储数据,同时提供方法或程序执行特 定的任务。对氛横型使用的査询语言与开发数据库程序所使用的面向对象的程序设 计语言是相同的,因为没有像SQL这样简单统一的査询语言,所以会产生一些问
9、题。 对象模型相对较新,仅有少数几个面向对象的数据库实例。它引起了人们的关注 因 为选择面向对象程厚设计语言的开发人员希望有一个基于在对氛横型基础上的数据 库。分布式数据库类似的分布式数据库指的是数据库的各个部分分别存储在物理 上相互分开的计算机上。分布式数据库的一个目的是访问数据信息时不必考虑其他位 EO注直,一且用户和数据分开 通信和网络则开始扮湊更要角色。分布式数据库 需要部分常驻于大型主机上的软件,这些软件在大型机和个人计算机之间建立桥梁, 并解决数据格式不兼容的问题。在理想情况下,大型主机上的数据库看起来像是一个 大的信息仓库,而大部分处理则在个人计算机上完成。分布式数据库系统的一个
10、缺 点是它们常以主机中心摸型为基础,在这种模型中,大型主机看起来好像是履主,而 终端和个人计算机看起来好像是奴隶。但是这种方法也有许多优点,由于数据库的集 中控制,前面提到的数据完整性和安全性的问题就迎刃而解了。当今的个人计算机, 部门级计算机和分布式处理都需要计算机之间以及应用程序之间在相等或对等的基 础上相互通信,在数据库中客户机/服务器筷型为分布式数据库提供了框架结构。利 用相互连接的计算机上运行的数据库应用程序的一种方法是将程序分解为相互独立 的部分。客户端是一个最终用户或通过网络申请资源的计算机程序,服务器是一个运 行満的计算机软件,存储着那些通过网络伎输的申请。当申请的资源是数据库
11、中的数 据时,客户机/服务器横型则为分布式数据库提供了框架结构。文件服务器指的是一 个通过网络提供文件访问的软件,专门的文件服务器是一台被指定为文件服务器的计 算机。这是非常有用的,例如,如果文件比较大而且JB要快速访问,在这种悄况下, 一台微型计算机或大型主机将披用作文件服务器。分布式文件服务器将文件分散到不 同的计算机上,而不是将它们集中存放到专门的文件服务器上。后一种文件服务器 的优点包括在其他计算机上存储和检索文件的能力,并可以在每一台计算机上消除重 复文件。然而,一个重要的缺点是每个读写请求播要在网络上传播,在刷新文件时可 能出现问题。假设一个用户申请文件中的一个数据并修改它,同时另
12、外一个用户也申 请这个数据并修改它解决这种问题的方法叫做数据锁定,即第一个申请使其他申诸 处于等待状态,St到完成第一个申请,其他用户可以读取这个数据,但不能修改。数 据库服务器是一个通过网络为数据库申请提供服务的软件,例如,假设某个用户在他 的个人计算机上输入了一个数据査询命令I如果应用程厚按照客户机/服务器横型设 计,那么这个人计奠机上的査询语言通过网络传送数据库服务器上,当发现数据时发 出通知。在工程界也有许多分布式数据库的例子,如SUN公司的网络文件系统, NFS I被应用到计算机辅助工程应用程序中,将数据分散到由SUN工作站组成的网 络上的不同硕盘之间。分布式数据库是革命性的进步,因
13、为把数据存放在被使用位 Il上是很合乎常理的。例如一个大公司不同部门之间的计算机,应该将数据存储在本 地,然而,当被授权的管理人员補要88理部门数据时,数据应该能够被访问。数据库 信息系统软件将保护数据库的安全性和完整性,对用户而言,分布式数据库和非分布 式数据库看超来没有什么差别。在这个信息时代,数据管理服务器已经成为公司的 核心。这一个软件的横块控制整个组织的顺利运行就如同人身体动脉使得鲜血在身体 中流通顺畅。因为这个所以就要把好身份申请这一关,数据管理服务器也是黑客最为 关心的目标之一。如果一且自己的身份验证被黑客攻克,他将能引起公司的”心脏” 受致命的破坏。虽然大多数的使用者现在知道黑
14、客,但是他们仍然不了解他们的数 据库伺候器是多么的易受影响黑客的攻击。因此,这篇文章介绍是如何攻击数据库伺 候器(比如SQL伺候器)和讲述你在受攻击时该如何保护你自己的数据。 我们应 该注意信息不断更新。许多技术上的空白导致了 SQL在运行时很多细节披攻击的 事,而且很多的易受攻击的地方披寄到完全地描述数据库申请能是多么的某开发的安 全目录。这个文章对那些好奇的非SQL专家是书面的不关心知道细节,而且如检 讨到那些做的人有规则地使用SQLO 一个SQL伺候器是做什么的,一个数据库 身份验证是一个提供给有权限客户访问数据通道。申请的类型有许多变化,从大企业 的微软SQL伺候器到自由的和开放来源m
15、ySQL排列。不管是什么,大多数的数 据库伺候器申请都有共同的一些功能。首先数据库申It使用都使用相同的SQL的 语言,或结构査询语言。这些语言,也厲于第四代语言,由于它单纯化的语法,是在 一位客户如何向伺候器传达它的请求核心。使用它最简单的形式语言SQL I 一个程 序师能选择,増加、更新、而且在一个数据库中能划分各种数据。然而,SQL也能用 来产生并且设计整个的数据库,运行被送回的数据上的各种不同的功能,甚至运行其 他的程序。为了要举例说明SQL如何使用,下列各项是简单标准SQL的一个例子 疑问和一个比较复杂的SQL疑问,简单的”挑选出来的,从dbFumiture.tblChairH 这在
16、来自数据库dbFumiture的数据库tblChair中返还的所有数据.复杂:”管理人 员征服。XP_CmdSheIrdir C o :V"这个短SQL指令回到客户文件和文件夹的目录 在SQL伺候器的c:directory之下,注童这个例子使用一个广大的储存对MS SQL伺候器是独家的程厚。第二个功能数据库伺候器申请部份是他们全部需要一些 形式的验证进行建立客户和主机之间的连接。虽然SQL语言基本语法形式使用中很 容易。他只要建立一些基础的形式就行了,想要运行任何客户的疑问一定要首先提供 一些形式,这将会授权与客户的国书,客户也要有一定的定义请求和回应的格式。这 个连接被一些JS性定
17、义,仰赖客户的相关位厦和什么操作系统是在使用中,我们可以 花费整个文章讨论例如,DSN连接,较少的DSN连接RDO费力和更多的各种不 同的技术,但是这些主题趙过了这个文章的范围。如果你想要学习更多有关他们,一 些Googlelng将会提供更充足的数据给你。然而,下列各项是被包含在关系中一 些连接请求的一连串的比较通常的项目。数据库来源、请求类型、数据库、使 用者身份证、 密码、任何的连接在连接之前,客户要连接到什么类型的伺候器。这被一个提供被需要在正确的格式中产生请求的指令给客户的软件成份处理。除了数 据库的类型,请求类型能用来比较进一步定义客户的请求将会如何被伺候器处理。下 一个来数据库名字
18、和最后证明数据。所有的连接信息都很更要,但是显然量弱的联 编是关于证明数据或缺乏。在孫当地处理了伺候器。每个数据库明确地用有它的自己 使用者指定了控制他们能运行什麽类型的活动许可。举例来说,一个使用者帐户会是 建立如申谓所只有读哪一对唯一的通路数据Il要。另外的一个帐户应该作为插入物或 更新,而且也许甚至一个第三帐户会是使用过的因为划除。帐户控制的这个类型羁定 那个任何的被妥协处理的帐户在功能性中被限制。不幸地,许多数据库计画是建立由 于无效力的或容易的密码,导致成功的攻击。书名:MOdem DatabaSe Management作者:Jeffrey A. HOfferI Mary B. Pr
19、escott, Fred R. MCFadden出版社:PrentiCe Hall 2005ISBN: 0131453203 9780131453203指导教师审阅意见:指导教师:年 月 日外文资料DatabaSe Management SyStemS A database (SOmetimeS SPeIIed data base) is also CaIled an electronic database I referring to any COlIeetiOn Of data, Or information, that is specially OrganiZed for rapid S
20、earCh and retrieval by a COmPUter. DatabaSeS are StrUCtUred to facilitate the StOragel retrieval I modification, and deletion Of data in COnjUnCtiOn With VariOUS data-procssing OPeratiOns .Databases Can be StOred On magnetic disk Or tael OPtiCaI disk9 Or SOme Other SeCOndary storage device. A databa
21、se COnSiStS Of a file Or a Set Of files. The information in these files may be broken down into recordsl each Of WhiCh COnSiStS Of One Or more fields. FieldS are the basic UnitS Of data StOrage I and each field typically COntainS information Pertaining to One aspect Or attribute Of the entity descri
22、bed by the database . USing keywords and VariOUS SOrting COmmandSf USerS Can rapidly SearCh I rearrange, grou9 and SeIeCt the fields in many records to retrieve Or Create reports On PartiCUIar aggregate Of data. COmPIeX data relationships and IinkageS may be found in all but the SimPIeSt databases .
23、The SyStem SOftWare PaCkage that handles the difficult tasks associated With Creating ,accessing, and maintaining database records is CaIIed a database management SyStem(DBMS).The PrOgramS in a DBMS PaCkage establish an interface between the database itself and the USerS Of the database. (TheSe USer
24、S may be applications PrOgrammerSy managers and OtherS With information needs, and VariOUS OS programs.) A DBMS Can OrganiZeI PrOCeSSI and PreSent SeIeCted Clata elements form the database. ThiS CaPability enables decision makers to SearChl PrObeV and query database COntentS in Order to extract answ
25、ers to nonrecurring and UnPIanned questions that arn,t available in regular reports. TheSe questions might initially be VagUe and/or POOriy defined IbUt PeOPIe Can UbrOWSe through the database Until they have the needed information. In Shortr the DBMS WiII Umanage the StOred data items and assemble
26、the needed items from the COmmOn database in response to the queries Of those WhO aren5t programmers. A database management SyStem (DBMS) is COmPOSed Of three major PartS:(1 )a StOrage SUbSyStem that StOreS and retrieves data in files;(2) a modeling and manipulation SUbSyStem that PrOVideS the means
27、 With WhiCh to OrganiZe the data and to add f delete, maintain, and UPdate the data;(3)and an interface between the DBMS and its users. SeVeraI major trends are emerging that enhance the VaIUe and USefUIneSS Of database management systems; Managers: WhO require more up-to-data information to make ef
28、fective decision Customers: WhO demand increasingly SOPhiStiCated information SerViCeS and more CUrrent information about the StatUS Of their OrderSy invoices, and accounts. Users: WhO find that they Can develop CUStOm applications With database SyStemS in a fraction Ofthe time it takes to USe tradi
29、tional PrOgramming IangUageS OrggniZRtiOnS : that discover information has a StrategiC value; they UtiliZe their database SyStemS to gain an edge OVer their COmPetitors. The DatabaSe Model A data model describes a Way to StrUetUre and manipulate the data in a database. The StrUetUraI Part Of the mod
30、el SPeCifieS how data ShOUld be represented(SUCh as treel tablesl and SO On ).The manipulative Part Of the model SPeCifieS the OPeratiOn With WhiCh to addf delete, displayl maintain, Printl search, SeIeetI SOrt and UPdate the data. HierarChiCaI MOdeI The first database management SyStemS USed a hier
31、archical model-that is-they arranged records into a tree StrUCtUre. SOme records are root records and all OtherS have UniqUe Parent records. The StrUCtUre Of the tree is designed to reflect the Order in WhiCh the data WiII be USeel that is Ithe record at the root Of a tree WiII be accessed first, th
32、en records One IeVeI below the root fand SO on. The hierarchical model WaS CleVeIOPed because hierarchical relationships are COmmOnly found in business applications. AS you have known, an OrganiZatiOn Char Often describes a hierarchical relationship: top management is at the highest level, middle ma
33、nagement at IOWer IeVelSI and OPeratiOnaI employees at the IOWeSt levels. NOte that Within a Striet hierarchy, each IeVel Of management may have many employees Or IeVelS Of employees beneath itv but each employee has Only One manager. HierarChiCaI data are CharaCteriZed by this one-to-many relations
34、hip among data In the hierarchical approach, each relationship must be explicitly defined When the database is created. EaCh record in a hierarchical database Can COntain Only OrW key field and Only One relationship is allowed between any two fields. ThiS Can create a problem because data do not alw
35、ays COnfOrm to SUCh a StriCt hierarchy. ReIatiOnaI MOdel A major breakthrough in database research OCCUrred in 1970 When E. F. COdd PrOPOSed a fundamentally different approach to database management CaIIed relational model ,which USeS a table as its data structure. The relational database is the mos
36、t WideIy USed database structure. Data is organized into related tables. EaCh table is made UP Of rows CaIIed and COIUmnS CaIled fields. EaCh record COntainS fields Of data about SOme SPeCifiC item. FOr example, in a table COntaining information On employees, a recordwould COntain fields Of data SUC
37、h as a PerSOn5s IaSt name ,first name Iand Street address. StrUetUred query IangUage(SQL)is a query IangUage for manipulating data in a relational database .It is nonprocedural Or declarative, in WhiCh the USer need Only SPeCify an EngliSh-Iike description that SPeCifieS the OPeratiOn and the descri
38、bed rerd Or COmbinatiOn Of rerds. A query OPtimiZer translates the description into a PrOCedUre to PerfOrm the database manipulation NotWOrk MOdel The network model CreateS relationships among data through a Iinked-list StrUetUre in WhiCh SUbOrdinate records Can be Iinked to InOre than One Parent re
39、cord. ThiS approach COmbineS records With IinkSI WhiCh are CaIIed POinterS The POinterS are addresses that indicate the IOCatiOn Of a record. With the network approach, a SUbOrdinate record Can be Iinked to a key record and at the Same time itself be a key record Iinked to Other SetS Of SUbOrdinate
40、records. The network mode historically has had a PerfOrmanCe advantage OVer Other database models. TOday f SUCh PerformanCe CharaeteriStiCS are Only important in high-volume .high-speed transaction PrOCeSSing SUCh as automatic teller machine networks Or airline reservation system. BOth hierarchical
41、and network databases are application specific. If a new application is developed Imaintaining the COnSiStenCy Of databases in different applications Can be Very difficult. FOr example, SUPPOSe a new PenSiOn application is developed .The data are the Samef but a new database must be Createda ObjeCt
42、MOdeI The newest approach to database management USeS an Objeet model I in WhiCh records are represented by entities CaIIed ObjeCtS that Can both StOre data and PrOVide methods Or PrOCedUreS to PerfOrm SPeCifiC tasks The query IangUage USed for the ObjeCt model is the SanIe ObjeCt-Oriented PrOgrammi
43、ng IangUage USed to develop the database application .This Can Create PrObIemS because there is no SimPIe I UnifOrm query IangUage SUCh as SQL . The Objeet model is relatively newl and Only a few examples Of ObjeCt-Oriented database exist. It has attracted attention because developers WhO ChOOSe an
44、Objeet-Oriented PrOgramming language Want a database based On an objoct-orionted model. DiStribUted DatabaSe SimiIarIy I a distributed database is one in WhiCh different PartS Of the database reside On PhySiCaIIy SeParated COmPUters One goal Of distributed databases is the access Of information With
45、OUt regard to where the data might be stored. KeePing in mind that OnCe the USerS and their data are separated , the COmmUniCatiOn and networking COnCePtS COme into PIay . DiStribUted databases require SOftWare that resides PartiaIIy in the Iarger COmPUter. ThiS SOftWare bridges the gap between PerS
46、OnaI and Iarge ComPUterS and resolves the PrObIemS Of incompatible data formats. IdeaIIyl it WOUId make the mainframe databases appear to be Iarge IibrarieS Of information, With most Of the PrOCeSSing accomplished On the PerSOnaI COmPUter. A drawback to SOme distributed SyStemS is that they are Ofte
47、n based On What is CaIIeeI a mainframeentire model I in WhiCh the Iarger host COmPUter is Seen as the master and the terminal Or PerSOnal mputer is Seen as a slave. There are SOme advantages to this approach . With databases Under CentraIiZed COntrOl I many Of the PrObIemS Of data integrity that We
48、mentioned earlier are SOIVed . BUt today9s PerSOnal COmPUterSV departmental mputersl and distributed PrOCeSSing require COmPUterS and their applications to COmmUniCate With each Other On a more equal Or peer-to-peer basis In a database, the Client/server model PrOVideS the framework for distributing
49、 databases. One Way to take advantago Of many COnneeted COmPUterS running database applications is to distribute the application into COOPerating PartS that are independent Of One anther. A Client is an end USer Or COmPUter PrOgram that requests resources across a network. A SerVer is a COmPUter run
50、ning SOftWare that fulfills those requests across a network . When the resources are data in a database fthe Client/server model PrOVideS the framework for distributing database. A file SerVe is SOftWare that PrOVideS access to files across a network. A dedicated file SerVer is a single COmPUter ded
51、icated to being a file server. ThiS is USefUl ,for example Iif the files are Iarge and require fast access Jn SUCh CaSeSt a minicomputer Or mainframe WOUld be USed as a file server. A distributed file SerVer SPreadS the files around On individual COmPUterS instead Of PIaCing them On One dedicated co
52、mputer. AdVantageS Of the Iatter SerVer include the ability to StOre and retrieve files On Other COmPUterS and the elimination Of duplicate files On each COmPUter. A major disadvantage I however, is that individual read/Write requests are being moved across the network and PrObIemS Can arise When UP
53、dating files. SUPPOSe a USer requests a record from a file and ChangeS it WhiIe another USer requests the Same record and ChangeS it too. The SOIUtiOn to this PrObIemS CaIIed record IOCkingI WhiCh means that the first request makes OtherS requests Wait UntiI the first request is SatiSfied . Other US
54、erS may be able to read the record, but they WiII not be able to Change it. A database SerVer is SOftWare that SerViCeS requests to a database across a ntwork. FOr example, SUPPOSe a USer types in a query for data On his Or her PerSOnal COmPUter . If the application is designed With the Client/serve
55、r model in mind Ithe query IangUage Part On the PerSOnaI COmPUter SimPIe SendS the query across the network to the database SerVer and requests to be notified When the data are found. EXamPIeS Of distributed database SyStemS Can be found in the engineering world. SUrVS NetWOrk Filing SyStem(NFS)IfOr
56、 example, is USed in COmPUter-aided engineering applications to distribute data among the hard disks in a network Of SUn WOrkStation. DiStnbUting databases is an evolutionary SteP because it is IOgiCaI that data ShOUld exist at the IOCatiOn Where they are being USed . DePartmentaI COmPUterS Within a
57、 Iarge COrPOratiOn ,for example, ShOUId have data reside IOCaIIy , yet those data ShOUld be accessible by authorized COrPOrate management When they Want to COnSOlidate departmental data . DBMS SOftWare WiII PrOteCt the SeCUrity and integrity Of the database I and the distributed database WiIl appear
58、 to its USerS as no different from the non-distributed database . In this information age, the data SerVer has become the heart Of a company. ThiS One PieCe Of SOftWare COntrOIS the rhythm Of most OrganiZatiOnS and is USed to PUmP information IifebIOOd through the arteries Of the network. BeCaUSe Of
59、 the CritiCaI nature Of this application, the data SerVer is also the One Of the most POPUIar targets for hackers. If a hacker OWnS this application, he Can CaUSe the COmPany,s HheartH to SUffer a fatal arrest. IroniCaIIyy although most USerS are now aware Of hackersl they StiII do not realize how SUSCePtibIe their database SerVerS are to hack attacks. Thus, this article PreSentS a description Of the Primary methods Of attacking database SerVerS (also known as SQL SerVerS) and ShOWS you how to PrOteet yours
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二零二五年度全新托管班学生接送服务合同
- 二零二五年度交通事故交通事故责任划分及医疗费用赔偿协议
- 二零二五年度并购重组财务顾问专项服务合同
- 2025年经济特区普通住宅租赁合同纠纷解决机制合同
- 二零二五年度员工解除劳动合同后竞业禁止及离职手续办理合同
- 二零二五年度企业设备抵押融资合同有效要件解析与实施指南
- 2025年度水利工程款代付与生态修复协议
- 2024年语文知识难点解析试题及答案
- 《安全心理学》(1-14章节)笔记
- DB34-T 626-2023 宣城优.质烤烟规范化移栽技术规程
- 《心理健康情绪释放》主题班会
- 学问海鲜智慧树知到答案2024年中国海洋大学
- 水电站进水口启闭机排架结构及配筋计算书
- 《非遗漂漆团扇》美术教育绘画课件创意教程教案
- 有色金属矿山井巷工程施工及验收规范
- 2024北京电子科技职业学院招聘笔试备考题库及答案解析
- 云南省丽江市南瓜坪水库工程环境影响报告书
- 2024-2029年中国3D裸眼技术行业市场发展分析及发展趋势与投资前景研究报告
- 24春国家开放大学《机电一体化系统综合实训》大作业参考答案
- 设备材料进场报验单
- 英文版中国故事绘本愚公移山
评论
0/150
提交评论