摘要:
Installing Docker Toolbox on Windows with Hyper-V Installed Installing Docker on Windows is a fairly simple and straightforward process. It is very we 阅读全文
posted @ 2016-06-30 17:33
Be Myself
阅读(19128)评论(0)推荐(0)
摘要:
//ExchangeService版本为2007SP1 ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2); //参数是用户名,密码,域 service.Credentials = new W... 阅读全文
posted @ 2014-06-23 15:43
Be Myself
阅读(492)评论(0)推荐(0)
摘要:
使用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.As 阅读全文
posted @ 2014-04-04 15:37
Be Myself
阅读(397)评论(0)推荐(0)
摘要:
distributed caching for .net applicationsfast, scalable distributed caching with meaningful performance metrics for your managers and a simple api for your development team.http://www.getdache.net 阅读全文
posted @ 2014-02-13 11:02
Be Myself
阅读(186)评论(0)推荐(0)