Bookcold

导航

10 2010 档案

MySQL最佳实践
摘要:MySQL Best Practices - OTN LAD Tour View more presentations from Ronald Bradford. 阅读全文

posted @ 2010-10-18 10:51 bookcold 阅读(167) 评论(0) 推荐(0)

界面设计模式
摘要:内容来自:《Designing Interfaces》 1。 安全探索(Safe Exploration) 用户在界面上进行探索不应产生任何麻烦,比如弹出窗口,突然播放的音乐。 2。 即时满足(Instant Gratification) 人们希望立刻从他们的行为看到结果。用户,特别是新用户应该让他在最初使用软件的几秒内就得到成功的体验。即时满足也意味着不应该把介绍性的功能隐藏在任何需要阅读或... 阅读全文

posted @ 2010-10-15 21:19 bookcold 阅读(703) 评论(0) 推荐(0)

谷歌、亚马逊和微软云计算对比
摘要:来自:《云计算》 刘鹏主编 三种云计算方案比较 Google App Engine 亚马逊AWS 微软Azure 提供服务类型 Paas Iaas、Paas、Saas Paas 服务间关联度 所有服务被捆绑在一起,耦合度高 可以任意选择服务组合,耦合度低 可以任意选择服务组合,耦合度低 虚拟化技术 未使用 Xen Hyper-V 支持的编程语言 Python、Java 多种 多种 运行... 阅读全文

posted @ 2010-10-12 16:47 bookcold 阅读(2188) 评论(0) 推荐(0)

软件编程21法则
摘要:Any given program, once deployed, is already obsolete. It is easier to change the specification to fit the program than vice versa. If a program is useful, it will have to be changed. If a program ... 阅读全文

posted @ 2010-10-06 15:38 bookcold 阅读(154) 评论(0) 推荐(0)

多线程程序设计中的8条简单原则
摘要:Rule 1: Identify Truly Independent Computations Rule 2: Implement Concurrency at the Highest Level Possible Rule 3: Plan Early for Scalability to Take Advantage of Increasing Numbers of Cores Rule ... 阅读全文

posted @ 2010-10-04 23:12 bookcold 阅读(294) 评论(0) 推荐(1)