搜索列表
-
用asp实现的数据库中存取文件的代码
【ASP编程】************************************************************************* '** '** 使用 ADODB.Stream 保存/读取文件到数据库 '** 引用 Microsoft ActiveX Data Objects 2.5 Library 及以上版本 '** '** ----- 数据库连接字符...
用asp实现的数据库中存取文件的代码 -
域名注册的相关知识(新手必读)第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...
域名注册的相关知识(新手必读) -
学习正则表达式30分钟入门教程(第二版)
【正则表达式】30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它
正则表达式30分钟 -
IBM DB2 日常维护汇总(一)
【DB2】正在看的db2教程是:IBM DB2 日常维护汇总(一)。: 1.DB2产品的级别有那些? 企业版的NTERPRISEEDITION 工作组版WORKGROUPEDITION 企业扩展版ENTERPRISEEXTENDEDEDITION 个人版的PERSONALEDITION 卫星版的SATELLITEEDI...
|IB|BM|MD|DB|B2|2日|日常|常维|维护|护汇|汇总|总(|(一|一)|)| -
DB2常用傻瓜问题1000问(一)第1/2页
【DB2】正在看的db2教程是:DB2常用傻瓜问题1000问(一)。大家在应用DB2的时候可能会遇到一些看似简单的问题,特别对新手来说,我在此简单的总结一下,发布给大家,希望对大家能有所帮助,同时也欢迎大家一起探讨,共同发展,共同进步!以下主要以DB27.X为基础的.以下的字符为小写. 本文对DB2高手来说是不用看的. 1.DB2产品的级...
|DB|B2|2常|常用|用傻|傻瓜|瓜问|问题|题1|10|00|00|0问|问一|一| -
讲解ASP方面的知识比较全的asp学习教程
【ASP编程】讲解ASP方面的知识比较全!适合 刚开始学习ASP的朋友们 给我加分!!!! 第一部分 安装Active Server Page的准备工作 .第一章 安装和使用 WINDOWS NT Server ............ .第二章 安装和使...
讲解ASP方面的知识比较全的asp学习教程 -
asp,VBscript语法错误,史上最全最详细最精确第1/3页
【ASP编程】ASP错误总结 -------------------------------------------------------------------------------- Microsoft VBscript语法错误(0x800A03E9)-->内存不足 Microsoft VBscript语法错误(0x800A03EA)-->语法错误 Microsoft VBscript语法错误(0x800A03EB)-->缺少 ':...
aspVBscript语法错误史上最全最详细最精确 -
用ASP打开远端MDB文件的方法
【ASP编程】如果你用ODBC connection (DSN or DSN-less)来访问远端的(UNC path)数据库, OLEDB会出现以下错误信息: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC&nbs...
用ASP打开远端MDB文件的方法 -
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教程第十一课--Application 对象
【ASP编程】Overview: The Application Object represents a collection of ASP pages. The Application object has zero (0) properties, two (2) collections, two (2) methods, and two (2) events. Get Started: Below are a couple scripts for lesson11. <%@LANGUAGE="JavaScript"%> <%...
javascriptasp教程第十一课--Application对象 -
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对象