|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp,jsp,php是web开发的三大技术,asp简单易用且有microsoft做靠山,jsp功能强大是因为有java支持,php则开源跨平台.在国内,asp应用范围最广,jsp发展势头最猛,php则处于劣势.这可能与公司的支持以及技术的培训有关.HaveyouneededtogetinformationdynamicallyfromStandardFormattedWindowsINIfiles?Heresasetoftoolstohelpyouwithjustthat.Inthistutorial,wearegoingtodiscussspecificactions.Moredetailscanbeobtainedbylookingatthefilessupplied.
LetsseehowtoimplementthetoolsusagebylookingatsomepartsofTEST.ASP:
<!--#includevirtual="/readini/inifile.inc"-->
Forfairlyobviousreasons,weneedtoincludethetoolsinourpage,ofcourseweshouldfixthepaththeincludefileisstoredit.
<%
callIniFileLoad("physical=c:oot.ini")
%>
Next,acalltoIniFileLoadfetchestheINIfileintoadictionaryobjectcalledIniFileDictionary.Youcanspecifyaphysicalpathaslistedabove,oryoucouldspecifyavirtualpathsuchas"virtual=/readini/test.ini".
StrBuf=IniFileValue("bootloader|timeout")
StrBuf=IniFileValue("bootloader")
Finally,weneedtoaskforavaluefromthedictionary.Youcanspecifyanindividualvaluebyusingthesectionnameandvaluenameseparatedbyaverticalbar(sometimesreferredtoasapipe)character.Alternately,wecanrequesttheentirecontentofasectionbynotspecifyingthevaluename.Whenthesectionisreturned,thedataisformattedas:
Sectionname|Valuename=ValueData~Sectionname|ValueName=ValueData
Notethateachsection/value/datatripletisseparatedbyatildecharacter.
Well,thatsallthereistoit!Happyprogramming!
Attachments:
对用户来说可预见费用、节约费用,可以做到花少钱办大事。由于省去了购买软件和硬件等的前期费用,用户可以租用较高级的应用软件。ASP的收费是根据软件的类型、客制化程度、用户数量、服务期限来定的,对客户来说这笔费用是可以预见的。方便于客户应用软件的升级。 |
|