基于ASPNET的酒店管理系统过程材料论文.docx

上传人:b****4 文档编号:1442429 上传时间:2022-10-22 格式:DOCX 页数:27 大小:275.39KB
下载 相关 举报
基于ASPNET的酒店管理系统过程材料论文.docx_第1页
第1页 / 共27页
基于ASPNET的酒店管理系统过程材料论文.docx_第2页
第2页 / 共27页
基于ASPNET的酒店管理系统过程材料论文.docx_第3页
第3页 / 共27页
基于ASPNET的酒店管理系统过程材料论文.docx_第4页
第4页 / 共27页
基于ASPNET的酒店管理系统过程材料论文.docx_第5页
第5页 / 共27页
点击查看更多>>
下载资源
资源描述

基于ASPNET的酒店管理系统过程材料论文.docx

《基于ASPNET的酒店管理系统过程材料论文.docx》由会员分享,可在线阅读,更多相关《基于ASPNET的酒店管理系统过程材料论文.docx(27页珍藏版)》请在冰豆网上搜索。

基于ASPNET的酒店管理系统过程材料论文.docx

基于ASPNET的酒店管理系统过程材料论文

(此文档为word格式,下载后您可任意编辑修改!

 

毕业设计(论文)附属过程管理材料

(201届)

 

专业计算机科学与技术

 

教务处印制

 

1.本科毕业设计(论文)选题审批表

2.本科毕业设计(论文)任务书

3.外文原稿(复印件)与译文

4.文献综述(前言、主题、总结、参考文献)

5.本科毕业设计(论文)开题报告

6.本科毕业设计(论文)中期检查报告

8.本科毕业设计(论文)评阅人评阅表

9.软件验收评分表

10.本科毕业设计(论文)答辩记录表

11.本科毕业设计(论文)答辩评分表

12.本科毕业设计(论文)评分表

13.校级优秀毕业设计(论文)推荐表

本科毕业设计(论文)选题审批表

毕业设计(论文)任务书

学生(签名)

开始执行任务日期年月日

毕业设计(论文)——外文翻译(原文)

AppropriateUsesForSQLite

SQLiteisdifferentfrommostotherSQLdatabaseenginesinthatitsprimarydesigngoalistobesimple:

●Simpletoadminister

●Simpletooperate

●Simpletoembedinalargerprogram

●Simpletomaintainandcustomize

ManypeoplelikeSQLitebecauseitissmallandfast.Butthosequalitiesarejust,thereislesstogowrong.So,yes,SQLiteissmall,fast,andreliable,butfirstandforemost,SQLitestrivestobesimple.

Simplicityinadatabaseenginecanbeeitherastrengthoraweakness,dependingonwhatyouaretryingtodo.Inordertoachievesimplicity,SQLitefunctions,storedprocedures,esotericSQLlanguagefeatures,XMLandorJavaextensions,tera-orpeta-bytescalability,andsoforth.Ifyouneedsomeofthesefeaturesanddonotmindtheaddedcomplexitythattheybring,thenSQLiteisprobablynotthedatabaseforyou.SQLiteisnotintendedtobeanenterprisedatabaseengine.ItisnotdesignedtocompetewithOracleorPostgreSQL.

ThebasicruleofthumbforwhenitisappropriatetouseSQLiteisthis:

UseSQLiteinsituationswheresimplicityofadministration,implementation,andmaintenancearemoreimportantthanthecountlesscomplexfeaturesthatenterprisedatabaseenginesprovide.Asitturnsout,situationswheresimplicityisthebetterchoicearemorecommonthanmanypeoplerealize.

AnotherwaytolookatSQLiteisthis:

SQLiteisnotdesignedtoreplace Oracle.Itisdesignedtoreplace fopen().

SituationsWhereSQLiteWorksWell

●ApplicationFileFormat

SQLiteusedwithgreatsuccessastheon-diskfileformatfordesktopapplicationssuchasfinancialanalysistools,CADpackages,recordkeepingprograms,andsoforth.ThetraditionalFileOpenoperationdoesansqlite3_open()andexecutesaBEGINTRANSACTIONtogetexclusiveaccesstothecontent.FileSavedoesaCOMMITfollowedbyanotherBEGINTRANSACTION.Theuseoftransactionsguaranteesthatupdatestotheapplicationfileareatomic,durable,isolated,andconsistent.

Temporarytriggerscanbeaddedtothedatabasetorecordallchangesintoa(temporary)undoredologtable.ThesechangescanthenbeplayedbackwhentheuserpressestheUndoandRedobuttons.Usingthistechnique,anunlimiteddepthundoredoimplementationcanbewritteninsurprisinglylittlecode.

●Embeddeddevicesandapplications

BecauseanSQLitedatabaserequireslittleornoadministration,SQLiteisagoodchoicefordevicesorservicesthatmustworkunattendedandwithoutsupport.SQLiteisagoodfitforuseincellphones,PDAs,set-topboxes,andorappliances.Italsoworkswellasanembeddeddatabaseindownloadableconsumerapplications.

●Websites

SQLiteusuallywillworkgreatasthedatabaseengineforlowtomediumtrafficwebsites(whichistosay,99.9%ofallwebsites).TheamountofwebtrafficthatSQLitecan100Kdemonstratedtoworkwith10timesthatamountoftraffic.

Replacementfor ad(),fread(),andfwrite() tocreateandmanagefilesofdatainformats.SQLiteworksparticularlywellasareplacementforthese addiverseways,itisofteneasierandquickertoloadthedataintoanin-memorySQLitedatabaseandusequerieswithjoinsandORDERBYclausestoextractthedataintheformandorderneededratherthantotrytocodethesameoperationsmanually.UsinganSQLdatabaseinternallyinthiswayalsogivestheprogramgreaterflexibilitysincenewcolumnsandindicescanbeaddedwithoutemploythecommand-line sqlite programtoanalyzemiscellaneousdatasets.RawdatacanbeimportedfromCSVfiles,thenthatdatacanbeslicedanddicedtogenerateamyriadofsummaryreports.Possibleusesincludewebsiteloganalysis,sportsstatisticsanalysis,compilationofprogrammingmetrics,andanalysisofexperimentalresults.

●Stand-inforanenterprisedatabaseduringdemosortesting

Ifyouarewritingaclientapplicationforanenterprisedatabaseengine,itmakessensetouseagenericdatabasebackendthatallowsyoutoconnecttomanydifferentkindsofSQLdatabaseengines.ItmakesevenbettersensetogoaheadandincludeSQLiteinthemixofsupporteddatabasesandtostaticallylinktheSQLiteengineinwiththeclient.ThatwaytheclientprogramcanbeusedstandalonewithanSQLitedatafilefortestingorfordemonstrations.

●DatabasePedagogy

●ExperimentalSQLlanguageextensions

Thesimple,modulardesignofSQLitemakesitagoodplatformforprototypingnew,experimentaldatabaselanguagefeaturesor

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 幼儿教育

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1