Starlau - 2010/2/3 23:43:00


我把图片替换了,可是这个more这个字还在上面,怎么去掉呢!
feiyangqingyun - 2010/2/4 0:26:00
清空缓存!将以下代码复制到记事本,保存为 清空缓存.bat,然后双击运行!
del /f /s /q "%userprofile%\Application Data\Sun\Java\Deployment\cache\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
regsvr32 %systemroot%\system32\jscript.dll /s
regsvr32 %systemroot%\system32\vbscript.dll /s
regsvr32 %systemroot%\system32\Shdocvw.dll /s
regsvr32 %systemroot%\system32\Oleaut32.dll /s
regsvr32 %systemroot%\system32\Actxprxy.dll /s
regsvr32 %systemroot%\system32\Mshtml.dll /s
regsvr32 %systemroot%\system32\Urlmon.dll /s
regsvr32 %systemroot%\system32\browseui.dll /s
sgq - 2010/2/4 8:35:00
在 template_article.ascx 中找到“more” 修改即可
schroet.cn - 2010/2/22 20:17:00
顶,确实很有用,感谢楼上的。:strong: