Fighting bird分享 http://blog.sciencenet.cn/u/tonia

博文

按标题搜索
高可用MySQL:构建健壮的数据中心
2011-12-10 09:36
基本信息 原书名: MySQL High Availability: Tools for Building Robust Data Centers 原出版社: O'Reilly Media 作者: (美)Charles Bell Mats Kindahl Lars Thalmann 译者: 宁青 唐李洋 诸云萍 ...
个人分类: book|4310 次阅读|没有评论
snow版的kmeans算法R语言实现
2011-11-10 10:08
# snow version of k-means clustering problem library(snow) # returns distances from x to each vector in y; # here x is a single vector and y is a bunch of them; # define distance between 2 points to be the sum of the absolute values # of their componentwise differences; e.g., distance be ...
个人分类: R|5843 次阅读|没有评论
Ubuntu上安装R
2011-10-22 03:01
1. 编辑 /etc/apt/sources.list sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo gedit sources.list 添加 deb http://cran.case.edu/bin/linux/ubuntu natty/ 注:或其他mirror地址,见 http://cran.r-project.org/mirrors.html 2. sudo apt-get update sudo apt-get install r-base 即可安装R ...
个人分类: R|11108 次阅读|没有评论
软件架构师应该知道的97件事(二)
2010-9-17 14:13
(续 http://www.sciencenet.cn/m/user_content.aspx?id=359261) 51. Empower developers. 助力开发团队 52. Record your retionale. 记录决策理由 53. Challenge assumptions- especially your own. 挑战假设,尤其是你自己的 注: Assumption is the mother of all screw-ups. Don't assume- it makes an ass o ...
6319 次阅读|没有评论
软件架构师应该知道的97件事(一)
2010-9-13 22:10
优秀的软件架构师应该同时掌握业务知识和技术能力。 1. Don't put your resume ahead of the requirements. 客户需求重于个人简历 2. Simplify essential complexity; disminish accidental complexity. 简化根本复杂性,消除偶发复杂性 3. Chances are, your biggest problem isn't technical. 关键问题可能不是出在技 ...
6820 次阅读|没有评论
《互联网计算的原理与实践》(二)
2010-9-12 21:31
chapter 4 互联网分布式系统的数据资源存储与管理 数据密集型应用: - 1 数据网格和数据库网格,如TeraGrid、Oracle 10g - 2 web信息集成应用 - 3 搜索和日志分析等互联网应用 - 4 多租户的SaaS应用 新型数据库: - Key/value数据库 - 面向文档的数据库 - 面向web的数据库 - 面向属性的数据库 - 分布式哈希表 Key/value ...
4813 次阅读|没有评论
《互联网计算的原理与实践》(一)
2010-9-12 21:30
体系结构 体系结构与体系结构风格 一个软件系统的体系结构定义了组成该系统的计算构件和构件之间的相互作用关系。一种体系结构风格决定了构件、连接件和一组如何将它们结合在一起的约束限制。体系结构风格是对系统结构关键方面的抽象,封装了对体系结构组件的重要决策,强调对体系结构组件及其相互关系的 ...
6224 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-9-23 14:10

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部