异常处理参考资料备忘

1.Ques: (vs2010)The project type is not supported by this installation.

   Ans: 删除.cproj中的ProejctTypeGuids

   Ref: http://social.msdn.microsoft.com/Forums/vstudio/en-US/b3a23699-580e-433a-b68d-5dbb120f7700/error-vs2010-the-project-type-is-not-supported-by-this-installation?forum=vssetup

 

2.Ques: Resource interpreted as Script but transferred with MIME type text/plain

   Ans: 修改注册表中指定文件类型的Content Type为正确的MIME type

   Ref: http://hi.baidu.com/mingyuejingque/item/f78b07c2d88011115150580d

 

3.Ques: windows2003远程桌面退出后系统自动注销

   Ans:修改远程session相关配置后, 千万记得退出步骤: Start->ShutDown->Disconnect

   Ref:http://www.cnblogs.com/eflylab/archive/2008/11/26/1341556.html

 

4.Ques: crond-sendmail-postdrop导致Linux定期死掉

   Ans:修改Cron添加输出到空 >&/dev/null

   Ref:http://blog.csdn.net/smstong/article/details/8920808

 

 5.Ques:Windows安装Crypto提示缺少vcvarsall.bat 

  使用windows专用版本

  Ref:http://www.voidspace.org.uk/python/modules.shtml#pycrypto

你可能感兴趣的:(异常处理参考资料备忘)