小店经营各种外贸服饰及面料,电子商品!
作者:Sky 日期:2007-12-22
XNB Blog 系统开发进度
作者:Sky 日期:2007-08-26
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.
周周随心帖
作者: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)
天啊!
作者:Sky 日期:2008-03-25
IE7内存占用过大问题解决方案
作者:Sky 日期:2008-02-19
1.如何将菜单栏置顶?
选择开始菜单-运行,输入regedit, 选择HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser,添加一个双字节的键名” ITBar7Position”,值为1,然后重启IE7.
2解决ie7占内存过大引起的速度过慢
关掉ie7的多页面标签功能。内存占用过大的根源就在于多页面标签,与Maxthon浏览器和火狐浏览器相比多页面标签ie7处理的并不理想。所以建议关闭页面标签,关掉方法很简单:菜单栏中的“工具”下的“internet选项”在常规页中的“选项卡”后的“设置”按钮,去掉“启用选项卡式浏览”点击确定重启后就可。
3降低cpu占用率,提升ie7速度
解决方法是:关掉ie7的反钓鱼的功能。关掉方法:菜单栏“工具”中的“internet选项”点击“高级”中的安全页去掉“禁用仿冒网站筛选器”。同时关闭还有使用仿冒网站筛选功能。
选择开始菜单-运行,输入regedit, 选择HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser,添加一个双字节的键名” ITBar7Position”,值为1,然后重启IE7.
2解决ie7占内存过大引起的速度过慢
关掉ie7的多页面标签功能。内存占用过大的根源就在于多页面标签,与Maxthon浏览器和火狐浏览器相比多页面标签ie7处理的并不理想。所以建议关闭页面标签,关掉方法很简单:菜单栏中的“工具”下的“internet选项”在常规页中的“选项卡”后的“设置”按钮,去掉“启用选项卡式浏览”点击确定重启后就可。
3降低cpu占用率,提升ie7速度
解决方法是:关掉ie7的反钓鱼的功能。关掉方法:菜单栏“工具”中的“internet选项”点击“高级”中的安全页去掉“禁用仿冒网站筛选器”。同时关闭还有使用仿冒网站筛选功能。
盖工,谢谢啊,lemon是“周周随心帖”哈哈~真棒
我好久没光临啦,不好意思啦,应该多来踩踩!这里有不少宝贝要学哦!嘿嘿~
加油……

