Posts
Welcome to Jekyll!
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.
Nginx 反向代理 Node.js
修改 Nginx 配置文件:
使用 Uglifyjs 压缩 JavaScript 文档
UglifyJS 是基于 NodeJS 的 JavaScript 语法解析/压缩/格式化工具。它在保留语义的同时会尽量提高压缩比率。
基于有限状态机的交互组件设计与实现
常用命令
一、Apache
升级 Mac OS X Lion 上的 git
Mac OS X Lion 下使用 which git
查看 git
发现位于 /usr/bin/git
目录下,可能是安装 Xcode 4.5.1
时一起装上来的,版本是 1.7.10.2。
JS获取浏览器可视区域尺寸
本文所说的是浏览器窗口的可视区域大小,不是浏览器窗口大小,也非页面尺寸。
在 Appfog 上部署 NodeJS 程序
上传到 Appfog
jQuery 模块介绍与 jQuery 插件的深度模块化
原文地址:http://lifesinger.wordpress.com/2011/08/19/jquery-introduction-and-plugins-modulization,作者玉伯。本文为其镜像。