第一课:asp php简易后门的编写 http://topdown.3800hk.com/jiaoben/@LinkGate@2181379402615x1198632392x2181380143349-c0b9f8eae2e857201cc2d6543b63b501@LK@/01.rar 第二课:asp一句话后门的编写及利用 http://topdown.3800hk.com/jiaoben/@LinkGate@2181379402615x1198632392x2181380143349-505733995ce618ff8c826888fce70b0b@LK@/...
http://www.jb51.net//article/14780.htm
1、一周学会PHPftp://ftp.cycu.edu.tw/CNA/Course...os/040816_PHP_1.wmvftp://ftp.cycu.edu.tw/CNA/Course...os/040817_PHP_2.wmvftp://ftp.cycu.edu.tw/CNA/Course...os/040816_PHP_3.wmvftp://ftp.cycu.edu.tw/CNA/Course...os/040816_PHP_4.wmvftp://ftp.cycu.edu.tw/CNA/Course...os/040816_PHP_5.wmv2、PHP专案实战讲座ftp://ftp....
http://www.jb51.net//article/13313.htm
(请注意:请将下载地址中整个连接复制到游览器中下载)代理猎手快速验证代理.rar下载地址:http://aday.3800cc.com/8月/使用代理猎手快速验证代理.rar让文件隐藏的更加彻底下载地址:http://aday.3800cc.com/8月/attrib.rarQQ贺卡找出隐身的好友下载地址:http://aday.3800cc.com/8月/QQ贺卡找出隐身的好友.rar文件夹漏洞下载地址:http://aday.3800cc.com/9月/文件夹漏洞.rar共享软件POCO的使用下载地址:http://aday.3800cc.com/9月/poco.rar激活Windows的...
http://www.jb51.net//article/10257.htm
JavaScriptislooselytyped.Databasefilesarenot.IfyouputtextintoaBooleandatabasecolumnoraBooleanvalueintoadate/timecolumn,thenyouwillgetanerror.Forthemostpartthisisnotaproblem,exceptfordate/time.ItdoesnotcorrespondtotheJavaScriptDateObject.So,wehavetotearDateapartandrebuilditfromscratch.Ifwedon't,thenw...
http://www.jb51.net//article/7448.htm
TheConnectionExecute():IfyouwanttoretrievedatafromadatabasethenyouhavenochoicebuttouseaRecordset.However,forthepurposesofadding,updating,anddeletingdatayoudon'tnecessarilyhavetohaveaRecordset.It'suptoyou.Forthepurposesofadding,updatinganddeletingyoucanavoidtheRecordsetbyusingtheExecute()method.GetSt...
http://www.jb51.net//article/7447.htm
Belowwewillattempttoaccessdatafromadatabasewithoutknowingthecolumnnames.Clearlythebestwaytoutilizedatainyourdatabaseistokeeptrackofyourschema.Schemaisthelayoutofdatainyourdatabase.Theconceptiswellbeyondthescopeofthiswebsite,butitisworthmentioning.MostgoodresourcesonSQLwillalsobegoodresourcesondataba...
http://www.jb51.net//article/7446.htm
Recordsetisanothercreated/instanciatedObject.Itisacollectionofdatatakenfromadatabase.Recordsethas26properties,25methods,11events,andtwo(2)collections.ThevastmajorityofRecordsetisbeyondthescopeofthiswebsite.QuickAside:Thedatabaseweareusingforlesson16andlesson17isanMSAccess2000file(notthebestdatabasef...
http://www.jb51.net//article/7445.htm
WhilethissectionisdevotedtoASPdatabaseutilization,itveryimportanttorememberthatthiswebsiteisnotintendedtobeathoroughASPresource.Remember,thefocusofthissiteisstrictlylimitedtohowtouseJavaScriptasyourprimaryscriptinglanguageforASP.You'llseehowtoconstructconnectionstringsinJavaScript,useJavaScriptloops...
http://www.jb51.net//article/7444.htm
TheASPErrorObjecthaszero(0)Methods,nine(9)Properties,zero(0)Events,andzero(0)Collections.AspCodeAspDescriptionCategoryColumnDescriptionFileLineNumberSourceThewayyouaccesstheASPErrorPropertiesiswithaServerMethod.Yeah,Iknow;itdoesn'tmakesense.StartwithsomethinglikevarmyError=Server.GetLastError()andth...
http://www.jb51.net//article/7443.htm
Overview:TheServerObjecthasseven(7)Methods,one(1)Property,zero(0)Events,andzero(0)Collections.ListofMethods:ServerMethodsCreateObject()Server.CreateObject("ADODB.Recordset")CreateaninstanceofanObjectExecute()Server.Execute("fileName.asp")Executesanoutsidefile(effectissimilartoSSI)GetLastError()Serve...
http://www.jb51.net//article/7442.htm
ServerSideIncludes:ExperiencedJavaScriptprogrammersknowthatcodereuseisgood.ExperiencedJavaScriptprogrammersalsoknowthatJavaScriptfunctionsaredatatypes.So,weshouldbeabletostoreaJavaScriptfunctioninsideaSessionVariableoranApplicationVariable,right?Unfortunately,no.ThewaytoreuseJavaScriptfunctionsacros...
http://www.jb51.net//article/7441.htm
