QPS、PV和需要部署机器数量计算公式

10月 12, 2012

QPS每秒查询率(Query Per Second) 每秒查询率QPS是对一个特定的查询服务器在规定时间内所处 […]

Read the full article →

Nginx配置规则示例一

9月 22, 2012

server {     listen 80;     server_name www.magentonote […]

Read the full article →

Backbone.js 0.9.2 源码解析

9月 15, 2012

Backbone.js 英文最新版本及其注释: https://github.com/jashkenas/ba […]

Read the full article →

使用inline-block实现自适应等宽布局

9月 12, 2012

自适应宽度布局思路:使得一个元素宽度固定,另外一个元素宽度自适应来填充父元素的宽度 .outer { font […]

Read the full article →

等分布局的常见问题

9月 12, 2012

横向等分布局是一个很常见的布局,按照常规思路都是使用百分比解决,比如使用三个div,每个div设置宽度为33. […]

Read the full article →

Nginx 配置 返回字符串

9月 11, 2012

返回字符串 nginx配置如下: server { server_name www.magentonotes. […]

Read the full article →

Underscore.js 1.3.3 源码解析

9月 5, 2012

Underscore.js英文原版注释 https://github.com/jashkenas/unders […]

Read the full article →

什么是中间件和中间件服务器

8月 22, 2012

中间件(middleware)是基础软件的一大类,属于可复用软件的范畴。顾名思义,中间件处于操作系统软件与用户 […]

Read the full article →

SQL Server 查询分析器的快捷键

7月 12, 2012

SQL Server 查询分析器的快捷键: 书签:清除所有书签。 CTRL-SHIFT-F2 书签:插入或删除 […]

Read the full article →

Notepad++ 快捷键

7月 3, 2012

NotePad++ 官网快捷键说明 Ctrl-C Copy Ctrl-X Cut Ctrl-V Paste C […]

Read the full article →