Fork me on GitHub

07 2015 档案

摘要:文档:http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html !!! 微信跟用户没有关系类接口采用了OAUTH2 【客户端模式(Client Credentials Grant)】,而跟用户有关系的接口,采用OAut 阅读全文
posted @ 2015-07-30 23:15 花儿笑弯了腰 阅读(3964) 评论(0) 推荐(1) 编辑
摘要:原文 : http://mp.weixin.qq.com/s?__biz=MzA3NDM0ODQwMw==&mid=208060670&idx=1&sn=ce67b8896985e8448137052b338093e0 两周前因为公司一次裁人,好几个人的活都被按在了我头上,这其中的一大部分是一系列REST API,撰写者号称基本完成,我测试了一下,发现尽管从功能的角度来说,这些API实现了spe... 阅读全文
posted @ 2015-07-22 14:56 花儿笑弯了腰 阅读(406) 评论(0) 推荐(1) 编辑
摘要:ASP.NET MVC 实现 https://github.com/stefanprodan/MvcThrottle ASP.NET WEBAPI 实现 https://github.com/stefanprodan/WebApiThrottleRefer: Throttling ASP... 阅读全文
posted @ 2015-07-21 16:11 花儿笑弯了腰 阅读(2134) 评论(0) 推荐(1) 编辑
摘要:储存模式 1.InProc模式 这是ASP.NET默认的Session管理模式,在应用进程内维护Session。 2.StateServer模式 这是在服务器装了.NET环境后自带的一个StateServer服务,在应用进程外管理Session,可以进行多应用间的Session共享。 3.SQLSe 阅读全文
posted @ 2015-07-14 17:03 花儿笑弯了腰 阅读(1621) 评论(0) 推荐(1) 编辑
摘要:原文:http://www.excella.com/insights/teamcity-vs-jenkins-better-continuous-integration-serverSo, you’re getting ready to install a continuous integratio... 阅读全文
posted @ 2015-07-07 12:52 花儿笑弯了腰 阅读(1227) 评论(0) 推荐(0) 编辑
摘要:初步看了下CacheCow与OutputCache,感觉还是CacheOutput比较符合自己的要求,使用也很简单 PM>Install-Package Strathweb.CacheOutput.WebApi2 基础使用 CacheOutput特性 [Route("get")] [CacheOutput(ClientTimeSpan = ... 阅读全文
posted @ 2015-07-03 14:24 花儿笑弯了腰 阅读(11641) 评论(1) 推荐(7) 编辑
摘要:缓存服务器Couchbase另外一种选择Redis documentation http://redis.io/documentation http://redis.cn/documentation.html Redis 命令参考 http://redisdoc.com/ You need 'tcl 阅读全文
posted @ 2015-07-03 12:57 花儿笑弯了腰 阅读(3260) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示