搜索列表
-
一个新的CSS菜单代码
【CSS/HTML】if (!document.getElementById) document.getElementById = function() { return null; } function initializeMenu(menuId, actuatorId) { var menu = document.getElementById(menuId); var actuator = document.getElementById(actuatorId); if (menu == null || actuator == null) return; //if (wind...
一个新的CSS菜单代码 -
创建无表格网站的原因和原则 译文
【CSS/HTML】In a time of web developers who just like to say that 'Tables are Evil' and can't (or won't) explain why, this article will attempt to give...
创建无表格网站的原因和原则译文 -
[php]正则表达式的五个成功习惯
【正则表达式】正则表达式难于书写、难于阅读、难于维护,经常错误匹配意料不到的文本或者错过了有效的文本,这些问题都是由正则表达式的表现和能力引起的。每个元字符(metacharacter)的能力和细微差别组合在一起,使得代码不借助于智力技巧就无法解释。 许多包含一定特性的工具使阅读和编写正则...
[php]正则表达式的五个成功习惯 -
非常漂亮的Div+CSS布局入门教程第1/5页
【CSS/HTML】在网页制作中,有许多的术语,例如:CSS、HTML、DHTML、XHTML等等。在下面的文章中我们将会用到一些有关于HTML的基本知识,而在你学习这篇入门教程之前,请确定你已经具有了一定的HTML基础。下面我们就开始一步一步使用DIV+CSS进行网页布局设计吧。 所有的设计第一步就是构思,构思好了,一般来说...
非常漂亮的Div+CSS布局入门教程 -
一小偷类!!有兴趣的可以看看
【ASP编程】类代码 (cls.asp) <% Class clsThief Private strUrl ' 偷取地址 Private strValue ' 偷取的内容,所有内容 Private strResult ' 偷取结果,可以具体某一块内容 Private flag &...
一小偷类!!有兴趣的可以看看 -
域名注册的相关知识(新手必读)第1/2页
【网站应用】普及一下域名注册知识(新手必读)!一、选择注册商和代理商:1、万网:http://www.net.cn2、易名:http://www.ename.cn3、新网互联:http://www.dns.com.cn4、商务中国:http://www.bizcn.com5、新网数码:http://www.xinnet.com6、中国频道:http://www.onlinenic.com/chinese/7、国域网:http://ww...
域名注册的相关知识(新手必读) -
asp,VBscript语法错误,史上最全最详细最精确第1/3页
【ASP编程】ASP错误总结 -------------------------------------------------------------------------------- Microsoft VBscript语法错误(0x800A03E9)-->内存不足 Microsoft VBscript语法错误(0x800A03EA)-->语法错误 Microsoft VBscript语法错误(0x800A03EB)-->缺少 ':...
aspVBscript语法错误史上最全最详细最精确 -
shtml精简教程让你知道什么是shtml
【CSS/HTML】目前,主要有以下几种用用途: 1、显示服务器端环境变量 2、将文本内容直接插入到文档中 3、显示WEB文档相关信息(如文件制作日期/大小等) 4、直接执行服务器上的各种程序(如CGI或其他可执行程序) 5、设置SSI信息显示格式(如文件制作日期/大小显示方式) 高级...
shtml精简教程让你知道什么是shtml -
javascript asp教程More About Recordsets
【ASP编程】Below we will attempt to access data from a database without knowing the column names. Clearly the best way to utilize data in your database is to keep track of your schema. Schema is the layout of data in your database. The concept is well beyond the scope of this web site, but it is ...
javascriptasp教程MoreAboutRecordsets -
javascript asp教程服务器对象
【ASP编程】Overview: The Server Object has seven (7) Methods, one (1) Property, zero (0) Events, and zero (0) Collections. List of Methods: Server Methods CreateObject( ) Server.CreateObject("ADODB.Recordset")Create an instance of an Object Execute( ) Server.Execute("fileName.asp")E...
javascriptasp教程服务器对象 -
javascript asp教程第八课--request对象
【ASP编程】Request Object: Request has five (5) Collections, one (1) Property, and one (1) Method. You'll use the Collections far more than the property or the method. Request Collections: Below is a table of the Request Collections and descriptions of how they are used. Request Collections Cli...
javascriptasp教程第八课--request对象 -
VBA 中要用到的常数第1/2页
【其它脚本】Calendar 常数 可在代码中的任何地方用下列常数代替实际值: 常数 值 描述 vbCalGreg 0 指出使用的是阳历。 vbCalHijri 1 指出使用的是伊斯兰历法。 Color 常数 可在代码中的任何地方用下列常数代替实际值: 常数 值 描述 vbBlack 0x0 黑色 vbRed 0xFF 红色 vbGreen 0xFF00 绿色 vbYellow 0xFFFF 黄色 vbBl...
VBA中要用到的常数