搜索列表
-
PHP和正则表达式教程集合之二第1/2页
【正则表达式】正则表达式快速入门(二) 【导读】在本文里,我们主要介绍子模式(subpatterns),逆向引用(Back references)和量词(quantifiers) 在上篇文章里,我们介绍了正则表达式的模式修正符与元字符,细心的读者也许会发现,这部分介绍的非常简略,而且很少有实际的例子的讲解。这主要是因为网上现有的正则表达式资料都对这部分都...
PHP和正则表达式教程集合之二 -
大数量查询分页显示 微软的解决办法
【ASP编程】微软的解决办法 using System; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Windows.Forms; public class PagingSample: Form { // Form ...
大数量查询分页显示微软的解决办法 -
bc1998录制的css视频教程推荐新手看下
【CSS/HTML】css教程之lightboxcss教程之html、body标签的定义 第一部分视频 第二部分视频内容:一、100%的自适应高度要同时设置html和body标签。二、html标签的作用范围等于body标签作用范围加上滚动条。发布时间:2007.3.2css教程之hr标签的定义 视频地址css教程之table标签的定义 第一讲视频 第二讲视频 第三讲视频 第四...
bc1998录制的css视频教程推荐新手看下 -
学习正则表达式30分钟入门教程(第二版)
【正则表达式】30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它
正则表达式30分钟 -
关于《精通css》之几个不错的注意事项
【CSS/HTML】很多认真的读者提出了不少的问题和建议,以下是本人看完书后的补充的一些观点: 总的来说,翻译能得85分,不像某些人说得那么差,误导读者。 1. filter在本书中有两个用途,52页中间AlphaImageLoader过滤器应该翻译为滤镜,其他的地方翻译成过滤器是比较合适的。 2. 71页原书应该有错误,a:hover伪类问题不止是I...
关于《精通css》之几个不错的注意事项 -
DB2数据同步方面的经验
【DB2】正在看的db2教程是:DB2数据同步方面的经验。规划方案: 假定您将使用一个生成报告的应用程序。此应用程序需要存在于 SAMPLE 数据库的 DEPARTMENT 表中的数据。您不想使用直接来自源表的数据,而想将更改复制到只能由生成报告的应用程序读取的目标表中。为了便于管理,您要...
|DB|B2|2数|数据|据同|同步|步方|方面|面的|的经|经验|验| -
Default style sheet for HTML 4
【CSS/HTML】This appendix is informative, not normative. This style sheet describes the typical formatting of all HTML 4 ([HTML4]) elements based on extensive research in...
DefaultstylesheetforHTML4 -
rational对象脚本命令
【其它脚本】对象脚本命令 使用robot录制的脚本在实际的测试使用中,并不是很好用。录制的脚本是线性脚本没有控制结构,如果要测试大量的数据,只依靠录制的脚本测试,是行不通的。另外,带有校验点的线性脚本,直接加入控制结构,大部分是不能正确回放的。这种情况下,使用robot的对象脚本命令是不错的选择。使...
rational对象脚本命令 -
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教程第九课--cookies
【ASP编程】Response Cookies in General: We'll start with the Response Cookies collection. I don't think it could be any easier. You simply put the name of the cookie in the argument. The corresponding value is a string. The only time it gets complicated is when you use keys (which I demonstrate b...
javascriptasp教程第九课--cookies -
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对象 -
javascript asp教程第七课--response属性
【ASP编程】Below is a table of Response Properties along with examples and explanations. Response Properties Buffer Response.Buffer = trueAllows for the buffering of output CacheControl Response.CacheControl="Public" Sets Cache to "Public" or "Private" CharSet Response.CharSet="window...
javascriptasp教程第七课--response属性