当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: <%On Error Resume NextServer.
 

 

 ·php的安装    »显示摘要«
    摘要:1. gzip -d httpd-2_0_nn.tar.gz 2. tar xvf httpd-2_0_nn.tar 3. gunzip php-nn.tar.gz 4. tar -xvf php-nn.tar 5. cd httpd-2_0_nn 6. ./configure --enable-so 7. make 8. make install 现在您已经将 apache......
 ·windows服务端口大全    »显示摘要«
    摘要:internet 连接共享 (ics)/internet 连接防火墙 (icf) 服务的这个子组件对允许网络协议通过防火墙并在 internet 连接共享后面工作的插件提供支持。应用层网关 (alg) 插件可以打开端口和更改嵌入在数据包内的数据(如端口和 ip 地址)。文件传输协议 (ftp) 是唯一具有 windows server 2003 标准版和 windows server 2003 企......


域名查询系统--适合新手

<%

on error resume next 【程序编程相关:[引用]C#钩子本线程内消息拦截

【推荐阅读:Eclipse Web Tools Pr

server.scripttimeout=9999999 【扩展信息:MSMQ 3.0

function gethttppage(path)

        t = getbody(path)

  gethttppage=bytestobstr(t,"gb2312")

end function

function getbody(url)

        on error resume next

        set retrieval = createobject("microsoft.xmlhttp")

        with retrieval

        .open "get", url, false, "", ""

        .send

        getbody = .responsebody

        end with

        set retrieval = nothing

end function

function bytestobstr(body,cset)

        dim objstream

        set objstream = server.createobject("adodb.stream")

        objstream.type = 1

        objstream.mode =3

        objstream.open


...   下一页
 ·java代码编写的30条建议     »显示摘要«
    摘要:1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。例如: thisisaclassname thisismethodorfieldname 若在定义中出现了常数初始化字符,则大写static final基本类型标识符中的所有字母。这样便可标志出它们属于编译期的常数。 java包(package)属于一种特......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE