ASP教程之常常瞥见有人问怎样失掉客户端情况,在这...
asp可以轻松地实现对页面内容的动态控制,根据不同的浏览者,显示不同的页面内容。而浏览者一点觉察不出来,就像为他专门制作的页面一样。使用各种各样的组件,asp可以完成无比强大的功能。server|变量|客户端以下是MSDN(1999年4月版)供应的IE5所撑持的一切server端变量部分变量在之前的版本中不撑持,并且在今后的版本中大概会有变更(这是Microsoft的原话)
VariableDescription
ALL_HTTPAllHTTPheaderssentbytheclient.
ALL_RAWRetrievesallheadersintheraw-form.ThedifferencebetweenALL_RAWandALL_HTTPisthatALL_HTTPplacesanHTTP_prefixbeforetheheadernameandtheheader-nameisalwayscapitalized.InALL_RAWtheheadernameandvaluesappearastheyaresentbytheclient.
APPL_MD_PATHRetrievesthemetabasepathforthe(WAM)ApplicationfortheISAPIDLL.
APPL_PHYSICAL_PATHRetrievesthephysicalpathcorrespondingtothemetabasepath.IISconvertstheAPPL_MD_PATHtothephysical(directory)pathtoreturnthisvalue.
AUTH_PASSWORDThevalueenteredintheclientsauthenticationdialog.ThisvariableisonlyavailableifBasicauthenticationisused.
AUTH_TYPETheauthenticationmethodthattheserverusestovalidateuserswhentheyattempttoaccessaprotectedscript.
AUTH_USERRawauthenticatedusername.
CERT_COOKIEUniqueIDforclientcertificate,Returnedasastring.Canbeusedasasignatureforthewholeclientcertificate.
CERT_FLAGSbit0issetto1iftheclientcertificateispresent.
bit1issetto1iftheCertificateAuthorityoftheclientcertificateisinvalid(notinthelistofrecognizedCAontheserver).
CERT_ISSUERIssuerfieldoftheclientcertificate(O=MS,OU=IAS,CN=username,C=USA).
CERT_KEYSIZENumberofbitsinSecureSocketsLayerconnectionkeysize.Forexample,128.
CERT_SECRETKEYSIZENumberofbitsinservercertificateprivatekey.Forexample,e.g.1024.
CERT_SERIALNUMBERSerialnumberfieldoftheclientcertificate.
CERT_SERVER_ISSUERIssuerfieldoftheservercertificate.
CERT_SERVER_SUBJECTSubjectfieldoftheservercertificate.
CERT_SUBJECTSubjectfieldoftheclientcertificate.
CONTENT_LENGTHThelengthofthecontentasgivenbytheclient.
CONTENT_TYPEThedatatypeofthecontent.Usedwithqueriesthathaveattachedinformation,suchastheHTTPqueriesGET,POST,andPUT.
GATEWAY_INTERFACETherevisionoftheCGIspecificationusedbytheserver.TheformatisCGI/revision.
HTTP_<HeaderName>ThevaluestoredintheheaderHeaderName.AnyheaderotherthanthoselistedinthistablemustbeprefixedbyHTTP_inorderfortheServerVariablescollectiontoretrieveitsvalue.
NoteTheserverinterpretsanyunderscore(_)charactersinHeaderNameasdashesintheactualheader.ForexampleifyouspecifyHTTP_MY_HEADER,theserversearchesforaheadersentasMY-HEADER.
HTTP_ACCEPTReturnsthevalueoftheAcceptheader.
HTTP_ACCEPT_LANGUAGEReturnsastringdescribingthelanguagetousefordisplayingcontent.
HTTP_USER_AGENTReturnsastringdescribingthebrowserthatsenttherequest.
HTTP_COOKIEReturnsthecookiestringthatwasincludedwiththerequest.
HTTP_REFERERReturnsastringcontainingtheURLoftheoriginalrequestwhenaredirecthasoccurred.
HTTPSReturnsONiftherequestcameinthroughsecurechannel(SSL)oritreturnsOFFiftherequestisforanon-securechannel.
HTTPS_KEYSIZENumberofbitsinSecureSocketsLayerconnectionkeysize.Forexample,128.
HTTPS_SECRETKEYSIZENumberofbitsinservercertificateprivatekey.Forexample,1024.
HTTPS_SERVER_ISSUERIssuerfieldoftheservercertificate.
HTTPS_SERVER_SUBJECTSubjectfieldoftheservercertificate.
INSTANCE_IDTheIDfortheIISinstanceintextualformat.IftheinstanceIDis1,itappearsasastring.YoucanusethisvariabletoretrievetheIDoftheWeb-serverinstance(inthemetabase)towhichtherequestbelongs.
INSTANCE_META_PATHThemetabasepathfortheinstanceofIISthatrespondstotherequest.
LOCAL_ADDRReturnstheServerAddressonwhichtherequestcamein.ThisisimportantonmultihomedmachineswheretherecanbemultipleIPaddressesboundtoamachineandyouwanttofindoutwhichaddresstherequestused.
LOGON_USERTheWindowsNT 我就感觉到ASP和一些常用的数据库编程以及软件工程方面的思想是非常重要的。我现在也在尝试自己做网页,这其中就用到了ASP,我想它的作用是可想而知的。 我想问如何掌握学习节奏(先学什么再学什么)最好详细点? 最近在学asp,不要问我为什么不直接学.net,因为公司网站是asp做的所以有这个需要,卖了本书asp入门到精通,对里面的六大内置对象老是记不住,还有很多属性和方法看的头晕。 另外因为asp需要使用组件,所以了解一点组件的知识(ADODB也是组件) 我认为比较好的方法是找一些比较经典的例子,每个例子比较集中一种编程思想而设计的。 我想问如何掌握学习节奏(先学什么再学什么)最好详细点? 以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。 运用经典的例子。并且自己可以用他来实现一些简单的系统。如果可以对他进行进一步的修改,找出你觉得可以提高性能的地方,加上自己的设计,那就更上一个层次了,也就会真正地感到有所收获。 尽管MS自己讲C#内核中更多的象VC,但实际上我还是认为它和Java更象一些吧。首先它是面向对象的编程语言,而不是一种脚本,所以它具有面向对象编程语言的一切特性,比如封装性、继承性、多态性等等,这就解决了刚才谈到的ASP的那些弱点。 学习是为了用的,是为了让你的程序产生价值,把握住这个原则会比较轻松点。除此之外,课外时间一定要多参加一些社会实践活动,来锻炼自己的能力。 兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的 用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。
页:
[1]