错误提示:导入MySQL数据库提示"Unknown character set: 'utf8mb4'"错误 分析: 看来是因为数据库版本的问题导致的,之前网站MYSQL5.5版本,现在是MYSQL5.1版本. 查阅资料,了解到 MySQL 原字符集为utf8,从5.5开始采用的是utf8mb4. 解决方法: 打开数据库备份文件web.sql,然后将文件开头的 SET NAMES utf8mb4 修改为 SET NAMES utf8 即可!重新导入成功! <wiz_…
原文:解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator 在WINDOWS7或SERVER2008上安装了IIS7,调试ASP程序时出现以下错误: An error occurred on the server when processing the URL. Please contact the system admini…
解决SVN Cleanup时遇到错误信息:Cleanup failed to process the following paths:xxxxxxx Previous operation has not finished: run 'cleanup' if it was interrupted Please execute the 'Cleanup' command. 大喵多康 2016-10-14 10:39:07 暂未开通评论功能 提交或更新SVN文件时,提示需要先执行Clean up,但在…