上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: Fotolog在21台server上部署了51个memcached实例,使用了175G,剩余254G。他们对待缓存的策略是:缓存所有在查询、获取和计算上慢的东西。 几种应用类型: Non-Deterministic Cache: 最常用的存储需要read的数据。平均每个memcached实例上有440gets/sec, 40sets/sec和11gets/set。但是通常来说memcached不是... 阅读全文
posted @ 2009-03-05 10:11 new 维生素C.net() 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 复习Amazon Dynamo设计的一点分享 memcache-client-forjava Database Sharding at Netlog, with MySQL & PHP http://code.google.com/apis/protocolbuffers/docs/overview.html MSDN Magazine: Concurrency & Coordination Ru... 阅读全文
posted @ 2009-03-04 16:51 new 维生素C.net() 阅读(229) 评论(0) 推荐(0) 编辑
摘要: http://www.bengtbe.com/blog/post/2009/02/27/Using-StructureMap-with-the-ASPNET-MVC-framework.aspx 阅读全文
posted @ 2009-03-03 09:41 new 维生素C.net() 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 1.安装Certificate Services: 在Add or Remove Programs –> Add/Remove Windows Components下勾选Certificate Services安装 2.给要使用SSL的website添加证书。添加证书的过程比较麻烦,这里使用IIS6的Toolkit里的SelfSSL工具来自动完成这个任务。SelfSSL的使用方法如下: C:\>s... 阅读全文
posted @ 2009-02-26 22:24 new 维生素C.net() 阅读(2350) 评论(4) 推荐(0) 编辑
摘要: IIS7配置SSL/https view SSL binding configuration stored in HTTP.sys: netsh http show sslcert 在某一站点上启用SSL: C:\Windows\system32\inetsrv>appcmd set config "Default Web Site" -commitPath:APPHOST -section:... 阅读全文
posted @ 2009-02-25 15:01 new 维生素C.net() 阅读(2345) 评论(1) 推荐(0) 编辑
摘要: http://community.bartdesmet.net/blogs/bart/archive/2009/02/17/windows-7-native-vhd-support.aspx 阅读全文
posted @ 2009-02-19 14:08 new 维生素C.net() 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 李家佳(李家佳) 12:18:37 select * from ( select username,SectionID,ExpertPoint, rank() over(partition by username order by ExpertPoint desc) tt from [UserSectionProfiles] where UserName in ('ghj1976','daisy... 阅读全文
posted @ 2009-02-13 12:22 new 维生素C.net() 阅读(674) 评论(0) 推荐(0) 编辑
摘要: C# Implementation Defining the Flags: To start of with, declare an enum to list all the possible flags. Two things are important when declaring the enum. The first thing you will probably notice is ... 阅读全文
posted @ 2009-02-12 15:38 new 维生素C.net() 阅读(281) 评论(0) 推荐(0) 编辑
摘要: http://weblogs.asp.net/arturtrosin/archive/2009/02/09/domain-driven-design-learning.aspx http://devlicio.us/blogs/casey/archive/2009/02/09/domain-driven-design-a-step-by-step-guide.aspx 阅读全文
posted @ 2009-02-11 01:35 new 维生素C.net() 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 原文很容易懂就不翻了 1. Initialize an array Often, you need to initialize elements of an array to either the same value, or to an increasing sequence values, or possibly to a sequence increasing or decreasing b... 阅读全文
posted @ 2009-02-11 01:34 new 维生素C.net() 阅读(518) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页