摘要:MySQL Best Practices - OTN LAD Tour View more presentations from Ronald Bradford.
阅读全文
摘要:内容来自:《Designing Interfaces》 1。 安全探索(Safe Exploration) 用户在界面上进行探索不应产生任何麻烦,比如弹出窗口,突然播放的音乐。 2。 即时满足(Instant Gratification) 人们希望立刻从他们的行为看到结果。用户,特别是新用户应该让他在最初使用软件的几秒内就得到成功的体验。即时满足也意味着不应该把介绍性的功能隐藏在任何需要阅读或...
阅读全文
摘要:来自:《云计算》 刘鹏主编 三种云计算方案比较 Google App Engine 亚马逊AWS 微软Azure 提供服务类型 Paas Iaas、Paas、Saas Paas 服务间关联度 所有服务被捆绑在一起,耦合度高 可以任意选择服务组合,耦合度低 可以任意选择服务组合,耦合度低 虚拟化技术 未使用 Xen Hyper-V 支持的编程语言 Python、Java 多种 多种 运行...
阅读全文
摘要: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 ...
阅读全文
摘要: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 ...
阅读全文