程序人生

5天学会asp

呵呵,看到网上有人写了10天学会asp,偶也想写一个,他既然叫10天,那我就5天吧,呵呵,新手多看看,高手指出错误,不要笑话偶啊!知 识只有共享才能发展,不要吝啬你的知识!!...

程序人生

在ASP中用组件检测当前网卡地址的代码

OptionExplicit PrivateConstNCBASTAT=nbsp;PrivateConstNCBNAMSZ=16 PrivateConstHEAP_ZERO_MEMORY=nbsp;PrivateConstHEAP_GENERATE_EXCEPTIONS=nbsp;PrivateConstNCBRESET=nbsp;PrivateTypeNCB ncb_commandAsByte'Integer ncb_retcodeAsByte'Integer ncb_lsn...

程序人生

使用ASP列出NT用户组及用户

============================================================= '感谢您使用ASP001工作室开发的实用函数程序 'HTTP://WWW.ASP001.NET '============================================================='ASP001工作室为您提供订制程...

程序人生

ASP常用函数:Delay()

代码很短,但是很经典,单位是秒,就是未测试过服务器资源消耗怎么样: % FunctionDelay(s) Dimt=Now() WhileDateDiff("s",t,Now)s Wend EndFunction % 转载自:http://jorkin.reallydo.com/article.asp?id=224...

程序人生

javascript asp教程创建数据库连接

While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your...

程序人生

很有用的学习ASP常用到的代码第1/2页

1、数据库连接。 ASP与Access数据库连接: %@language=VBscript% % dimconn,mdbfile mdbfile=server.mappath("数据库名称.mdb") setconn=server.createobject("adodb.connection") conn.open"driver={microsoftaccessdriver(*.mdb)};uid=ad...

程序人生

FSO的强大功能

复制代码 代码如下: HTML HEAD TITLE笨狼代码大管家/TITLE metahttp-equiv="Content-Type"content="text/html;charset=gb2312" style body { font-size:12; BACKGROUND:#DADADA; margin-left:5; } .folder { font-size:18; cursor:hand; } .fo...