2006-11-30 13:45:00 select * from Product where id<>0 and categoryid in(select categoryid from product_category where parentid=0 order by categoryorder)
里边的in语句起到了排序的作用
显示星期几
select d.. |
2006-11-30 9:48:00 <一>数据库的连接方法:
1.Access数据库的DSN-less连接方法:
set adocon=Server.Createobject("adodb.connection")
adoconn.Open"Driver={Microsoft Access Driver(*.mdb)};DBQ="& _
&n.. |
2006-11-30 9:20:00 http://detail.it168.com/common/shuyuxiangjie/html/shuyu0402.shtml
1. 服务器类型
2. 服务器CPU
3. 处理器主频
4. CPU核心
5. 标配处理器数量
6. 最大处理器数量
7.
.. |
2006-11-30 9:11:00 2006-11-29 21:56:00 <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; Charset=gb2312" />
<title>ASP vbs 代码大小写规范-http://www.yongfa365.com/item/749527cce93b7c5d.htm</title>
</head>
.. |
2006-11-29 15:37:00 ' ////////////////////////////////////////////////FSO操作/////////////////////////////////////
' 判断文件夹是否存在
Function FolderExits(Folder)
Folder = Server.Mappath(Folder)
Set FSO = Server.CreateObject( " Scripting.FileSystemObject " )
.. |
2006-11-29 11:55:00 <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns ="http://www.w3.org/1999/xhtml" lang ="gb2312" > <head > <title > 代码实例:拖动对象 .. |
2006-11-29 11:38:00 <%
'==============================================================检查提交数据合法性
Function CheckInput()
'--------定义部份------------------
Dim Fy_Post,Fy_Get,Fy_In,Fy_Inf,Fy_Xh,Fy_db,Fy_dbstr,Kill_IP,WriteSql
'自定义需要过滤的字串,用 "|&quo.. |
2006-11-29 11:36:00 数据库字段:id(自动编号),class_name(菜单名),parentID(父菜单id)
<%
dim m
m=0
call ShowTree(0)%>
<%
Sub ShowTree(parentID)
dim s
m=m+1
Dim r.. |
2006-11-28 20:52:00 onClick="if(form1.userid.value==''){alert('请输入用户名!');form1.userid.focus();}else{window.open('checkuser.asp?UserID='+form1.userid.value,'check','width=200,height=120');}" |
2006-11-28 17:32:00 Function BoldWord(strContent,word)
dim objRegExp
Set objRegExp=new RegExp
objRegExp.IgnoreCase =true
objRegExp.Global=True
objRegExp.Pattern="(" & word & ")"
strContent=objR.. |
2006-11-28 16:51:00 原名:在MsSql、Access两种数据库中插入记录后马上得到自动编号的ID值
本编文章将要介绍重点解释如何在Ms Sql Server中更新或添加一条记录后立即得到其标识列的值,这个值在ACCESS就是我们熟知的自动编号的
ID值,好了,闲话不多说,代码我也不多写,只写关键些,相信各位高手一看就明白,呵呵。后面也附带了在.. |
2006-11-28 16:05:00 一、系统没有开启FSO组件
系统没有开启FSO组件.
FSO组件的开启和关闭方法
Dll 文件的注册和注销:
运行cmd命令
注消FSO组件:RegSvr32 /u %windir%\SYSTEM32\scrrun.dll
启用FSO命令:RegSvr32 %windir%\SYSTEM32\scrrun.dll
二、多次注消、启动后还是出现错误,原因是没权限,不知道怎么造成的,下边提供.. |
2006-11-28 11:16:00 <div style="border-bottom:1px dotted #999999"></div> |
2006-11-28 16:04:00 错误提示:
ADODB.Recordset 错误 '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/index.asp,行15
错误原因:服务器上安装动易组件最新组件,但网站系统是用的4.0,系统没有找到相应的字段。动易组件从4.02开始向下兼容,但不兼容4.0。
解决方法:请在.. |
| | | | 文章分类 | | |
|