access 修改自动编码
作者:sz1023 日期:2013-07-17
Windows不能在本地计算机启动iis admin service
作者:sz1023 日期:2013-07-01
硬盘对考后:World Wide Web Publishing Service和IIS Admin Service无法启动
IIS Admin Service提示错误:Windows不能在本地计算机启动iis admin service.错误代码是2145318902.查看事件管理器,提示的错误是:未能模拟ASP应用程序LM/W3SVC/ROOT/report的匿名用户.将不执行GLOBAL.ASA ONEND例程.
发现windows\system32\inetsrv\metabase.xml大小变成了0,
IIS Admin Service提示错误:Windows不能在本地计算机启动iis admin service.错误代码是2145318902.查看事件管理器,提示的错误是:未能模拟ASP应用程序LM/W3SVC/ROOT/report的匿名用户.将不执行GLOBAL.ASA ONEND例程.
发现windows\system32\inetsrv\metabase.xml大小变成了0,
Tags: Windows 不能在 本地计算机 启动 IIS Admin Service 错误代码 2145318902.
PHP网页 Ewebeditor 编辑器嵌入方法
作者:sz1023 日期:2013-03-23
Google AdSense PIN码一次两次三次未收到没收到怎么办?
作者:sz1023 日期:2013-03-18
ewebeditor在IE8的兼容性
作者:sz1023 日期:2013-02-28
本机IIS 身份验证 Server Application Error
作者:sz1023 日期:2013-02-26
本机IIS 身份验证,取消后出:
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
Tags: 本机IIS 身份验证 Server Application Error
调用错误:无效的样式Style参数传入,如果要使用默认值,请留空!
作者:sz1023 日期:2013-01-17
eWebEditor调用出错,提示:"调用错误:无效的样式Style参数传入,如果要使用默认值,请留空!"
<IFRAME ID="tcontent" SRC="eWebEditor/ewebeditor.asp?id=tcontent&style=s_blue1" FRAMEBORDER="0" SCROLLING="no" WIDTH="100%" HEIGHT="350"></IFRAME>
去掉IFRAME部分红色的Style,即可。
<IFRAME ID="tcontent" SRC="eWebEditor/ewebeditor.asp?id=tcontent&style=s_blue1" FRAMEBORDER="0" SCROLLING="no" WIDTH="100%" HEIGHT="350"></IFRAME>
去掉IFRAME部分红色的Style,即可。
dw 要进行此更改 则需要改变由模板或转换器锁定的代码 此更改将被丢弃
作者:sz1023 日期:2013-01-04
页面中部分图片热点无效,dw中对热点进行编辑提示“要进行此更改,则需要改变由模板或转换器锁定的代码,此更改将被丢弃”。
网上有很多种说法,我今天也与到了同样的问题,经过检查发现是由与不同页面都出现有图片热点链接,DW自动生成usemap 默认usemap="#Map" 相互之间<!--#include file="xxx.asp“--> 后就会在相同页面出现多个相同的usemap="#Map“,因为引发热点冲突,除第一个usemap="#Map"外其它全部无效,并无法编辑,解决办法是将同一页面用到的所有的usemap命名成不一样的就OK了。
网上有很多种说法,我今天也与到了同样的问题,经过检查发现是由与不同页面都出现有图片热点链接,DW自动生成usemap 默认usemap="#Map" 相互之间<!--#include file="xxx.asp“--> 后就会在相同页面出现多个相同的usemap="#Map“,因为引发热点冲突,除第一个usemap="#Map"外其它全部无效,并无法编辑,解决办法是将同一页面用到的所有的usemap命名成不一样的就OK了。