搜索列表
-
Zanox 德国联盟申请教程
【网站运营】http://www.zanox.com/cn/总部位于德国柏林的zanox是欧洲领先的基于绩效的联盟网络,服务范围已遍布全球四大洲二十五个国家,30多家分公司,现在已经来到中国。zanox中国支持多币种支付,CPC、CPL、CPA综合国际平台,广告模式多样。 注册Zanox是一个简单的过程,只要有电子邮件地址即可,并且是全中文界面,广告很...
Zanox德国联盟申请教程 -
ASP中经常使用的SQL语句与教程说明
【ASP编程】1,SELECT 语句 在SQL的世界里,最最基础的操作就是SELECT 语句了。在数据库工具下直接采用SQL的时候很多人都会熟悉下面的操作: 复制代码 代码如下:SELECT what FROM whichTable WHERE criteria 执行以上语句...
ASP中经常使用的SQL语句与教程说明 -
创建无表格网站的原因和原则 译文
【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...
创建无表格网站的原因和原则译文 -
20个优秀CSS网站(3月精选)
【CSS/HTML】从这些CSS Gallery网站中精选了20个比较漂亮的XHTML+CSS布局网站,推荐给喜欢网页设计的人,无论是做博客模板还是做网站设计,在设计理念、色调、导航条、按钮、排版布局方面,都有一些值得借鉴的地方。 1、competitious.com2、carawilliams.com.au3、qodo.co.uk4、tulumarka.com5、egolounge.de6、luisala...
20个优秀CSS网站(3月精选) -
学习正则表达式30分钟入门教程(第二版)
【正则表达式】30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它
正则表达式30分钟 -
用ASP做的DNS LOOKUP程序
【ASP编程】运行环境,NT(SERVER、WORKSTATION)、W2K 服务器上需要安装WSH2.0或者更高版本 如果您的系统目前没有安装WSH2.0,您可以从以下这个地址去下载它 http://www.microsoft.com/msdownload/vbscript/scripting.asp 里面包含了WSH2.0 下面是源代码 <%@ Language="VBScript"&n...
用ASP做的DNSLOOKUP程序 -
DB2个人版(Linux)安装
【DB2】正在看的db2教程是:DB2个人版(Linux)安装。DB2个人版(Linux)安装 cowboy(zizhao_chen@yahoo.com) the fe of swust 2003-10-23 关键字: db2 linux 安装 摘要: 本文简略的介绍了db2 pe在linux系统上的安装过程。 目录...
|DB|B2|2个|个人|人版|版L|Li|in|nu|ux|x安|安装|装| -
javascript asp教程 日期相关
【ASP编程】JavaScript is loosely typed. Database files are not. If you put text into a Boolean database column or a Boolean value into a date/time column, then you will get an error. For the most part this is not a problem, except for date/time. It does not correspond to the JavaScript Date Object...
javascriptasp教程日期相关 -
javascript asp教程添加和修改
【ASP编程】The Connection Execute(): If you want to retrieve data from a database then you have no choice but to use a Recordset. However, for the purposes of adding, updating, and deleting data you don't necessarily have to have a Recordset. It's up to you. For the purposes of adding, updating and delet...
javascriptasp教程添加和修改 -
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教程Recordset记录
【ASP编程】Recordset is another created/instanciated Object. It is a collection of data taken from a database. Recordset has 26 properties, 25 methods, 11 events, and two (2) collections. The vast majority of Recordset is beyond the scope of this web site. Quick Aside: The database we are using for l...
javascriptasp教程Recordset记录 -
javascript asp教程创建数据库连接
【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 primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接