2008-1-27 22:49:00
[服务器相关]win2003服务器不能播放FLV格式视频的解决方法
作者:ctohome
Windows 2003 Server does not stream FLV videos
Please be aware that these steps do not resolve any issue with Macromedia Flash, but are a configuration step for Microsoft Windows 2003 and Microsoft IIS Server 6.0. Any difficulties in executing those instructions or any errors that may arise from modifying your system settings should be addressed to Microsoft. For more details, please refer to your IIS documentation.
……
2008-1-27 0:30:00
[服务器相关]IIS不能用,报错:Failed to execute request .
作者:ctohome
IIS不能用,报错:Failed to execute request because the App-Domain could not be created. Error: 0×80070005 Access is denied
1.Error:Failed to execute request because the App-Domain could not be created. Error: 0×80070005 Access is denied.
具体情况如下:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the “Refresh” button in your web browser to retry your request.
……
2008-1-26 23:45:00
[服务器相关]服务器应用程序不可用解决方案集
作者:ctohome
服务器应用程序不可用解决方案集
在使用VS2003和2005的时候,按F5(启动)进行调试时,出现如下错误提示:
您试图在此 Web 服务器上访问的 Web 应用程序当前不可用。请点击 Web 浏览器中的“刷新”按钮重试您的请求。
管理员注意事项: 详述此特定请求失败原因的错误信息可在 Web 服务器的系统事件日志中找到。请检查此日志项以查明导致该错误发生的原因。
并且在刚进入VS的时候也有服务器错误提示。
……
2008-1-26 23:22:00
[服务器相关]Asp.net1.0和2.0网站共存解决方法--使用应用程序池
作者:ctohome
1、IIS在2000,2003等服务器操作系统的特殊设置
在服务器系统中本来也没什么特殊设置,但是如果要装1.1和2.0的混合环境的话那么就要注意了。同时安装1.1和2.0的.net框架将会产生冲突。一般导致某个站点在10-15分钟内无法访问。原因,服务关闭。
出现这种错误是因为在服务器系统中存在应用程序连接池,它的作用是提供给你设置垃圾回收的处理方案。但是1.1和2.0如果同时使用一个应用程序连接池,那么就会产生冲突。
解决办法:
……
2008-1-2 13:52:00
[其它]最新Discuz!论坛常见数据库问题分析及解决方案
作者:ctohome
翻译:不能连接到 localhost 上的mysql
分析:这说明“localhost”计算机是存在的,但在这台机器上却没提供MySQL服务。
需要启动这台机器上的MySQL服务
如果机子负载太高没空相应请求也会产生这个错误。
解决:
既然没有启动那就去启动这台机子的mysql。如果启动不成功,多数是因为你的my.ini配置的有问题。重新配置其即可。
……
2008-1-2 13:50:00
[其它]Discuz! 数据库结构参考
作者:ctohome
总表===>>
各表概述
cdb_access--当某用户对某些版块有特定的权限的时候,该表记录了该用户在这些版块有什么权限。
cdb_admingroups--管理模组信息表
cdb_adminsessions--后台管理登录记录
cdb_announcements--论坛公告信息
cdb_attachments--附件信息表
cdb_attachtypes--附件的所性类型(即后台的附件类型设置,如果没有设置,默认为空。
……
2008-1-2 13:47:00
[其它]Discuz 论坛数据库表说明
作者:ctohome
cdb_adminactions 管理动作表
cdb_admingroups 管理组数据表
cdb_adminnotes 管理员留言
cdb_adminsessions 管理员后台在线记录
cdb_advertisements  
……
2007-12-29 15:47:00
[服务器相关]IIS + MySQL 5 + PHP5 环境配置
作者:ctohome
……


