摘要:
在Unbuntu中重启Apache服务器出现错误:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.等等。解决方法: $ sudo v... 阅读全文
摘要:
A Not So Common Root Cause for 503 Service Unavailable来自:http://blogs.msdn.com/b/webtopics/archive/2010/02/17/a-not-so-common-root-cause-for-503-servi... 阅读全文
摘要:
使用ASP.NET Web API构造基于restful风格web services,IHttpActionResult是一个很好的http结果返回接口。然而发现在vs2012开发环境中,System.Web.Http包I中不含有HttpActionResult,这时需更新ASP.NET Web API。ASP.NET Web API是NuGet项目来管理更新,微软不提供安装包。所以使用NuGet更新包,具体步骤如下:1. 打开NuGet,打开方法 工具->库程序包管理器->程序包管理器控制台,如下图所示:2. 输入如下命令Install-Package Microsoft.Asp 阅读全文