小店经营各种外贸服饰及面料,电子商品!
作者:Sky 日期:2007-12-22
XNB Blog 系统开发进度
作者:Sky 日期:2007-08-26
服务器集群
作者:Sky 日期:2008-11-12
服务器集群就是指将很多服务器集中起来一起进行同一种服务,在客户端看来就象是只有一个服务器
集群可以利用多个计算机进行并行计算从而获得很高的计算速度,也可以用多个计算机做备份,从而使得任何一个机器坏了整个系统还是能正常运行
一旦在服务器上安装并运行了群集服务,该服务器即可加入群集。群集化操作可以减少单点故障数量,并且实现了群集化资源的高可用性。下述各节简要介绍了群集创建和群集操作中的节点行为。 注意:有关安装群集服务器的信息,请参阅 Windows server 2003 产品家族的帮助和部署指南。
Server Application Unavailable Windows2000 ASP不能用了
作者:Sky 日期:2008-08-27
Quoted from Unkown:
服务器未能转入应用程序 '/LM/W3SVC/1/ROOT'。错误是 '一般性拒绝访问错误'
Quoted from Unkown:
BUG: You receive an "HTTP 500 - Internal server error" error message when you try to view an ASP page after you install Visual Studio 6.0 Service Pack 6
Quoted from Unkown:
RESOLUTION
To resolve this problem, grant the IWAM_ComputerName user account the Read & Execute permission for the Mfc42.dll file. The Mfc42.dll file is located in the %WINDIR%\System32 folder.
To grant the Read & Execute permission, follow these steps: 1. In Windows Explorer, locate the Mfc42.dll file.
服务器未能转入应用程序 '/LM/W3SVC/1/ROOT'。错误是 '一般性拒绝访问错误'
Quoted from Unkown:
BUG: You receive an "HTTP 500 - Internal server error" error message when you try to view an ASP page after you install Visual Studio 6.0 Service Pack 6
Quoted from Unkown:
RESOLUTION
To resolve this problem, grant the IWAM_ComputerName user account the Read & Execute permission for the Mfc42.dll file. The Mfc42.dll file is located in the %WINDIR%\System32 folder.
To grant the Read & Execute permission, follow these steps: 1. In Windows Explorer, locate the Mfc42.dll file.
Tags: Server Application Unavailable ASP不能用
周周随心帖
作者:lemon 日期:2008-06-16
无级分类,无级联动下拉菜单
作者:Sky 日期:2008-05-23
先说明一下,用的就是zl_class的那个无级向下分类的数据库。
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936" %>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("zl_class.mdb")
Conn.Open ConnStr
Set rs=conn.execute("Select * From zl_class order By orderID")
cplists=rs.Getrows
isql="select top 1 depth from zl_class order by depth desc"
Set irs=conn.execute(isql)
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936" %>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("zl_class.mdb")
Conn.Open ConnStr
Set rs=conn.execute("Select * From zl_class order By orderID")
cplists=rs.Getrows
isql="select top 1 depth from zl_class order by depth desc"
Set irs=conn.execute(isql)
盖工,谢谢啊,lemon是“周周随心帖”哈哈~真棒
我好久没光临啦,不好意思啦,应该多来踩踩!这里有不少宝贝要学哦!嘿嘿~
加油……

