git代码库回滚

6月 7, 2016

git代码库回滚: 指的是将代码库某分支退回到以前的某个commit id 【本地代码库回滚】: git re […]

Read the full article →

Vimium 插件的高级用法

5月 3, 2016

Vimium是Chrome浏览器的一款插件,可以使用vi键盘快捷键控制浏览器操作,基本可以完全脱离鼠标。 Vi […]

Read the full article →

Mac安装配置PHP/Mysql/Nginx/SSL

5月 1, 2016

安装版本号: MAC OS 10.11 Mysql:5.7.9 Nginx:1.8.0 PHP:5.6.16 […]

Read the full article →

Ubuntu 16.04 LTS 使用技巧

4月 30, 2016

设置Unity启动器在屏幕位置 gsettings set com.canonical.Unity.Launc […]

Read the full article →

Ubuntu 16.04 upgrade docker and docker-compose

4月 30, 2016

Ubuntu 16.04 upgrade docker and docker-compose script # […]

Read the full article →

升级Node到V6

4月 28, 2016

mac下使用brew升级node brew update brew upgrade node npm inst […]

Read the full article →

Ubuntu 16.04 添加Swap分区

4月 7, 2016

Swap是Linux上的内存分区,有时候内存不够用,可以增加一个交换分区缓解下内存不足的情况。 检查系统已有的 […]

Read the full article →

Git: You have not concluded your merge (MERGE_HEAD exists) 解决办法

3月 4, 2016

使用git pull origin master, 出现以下错误: You have not conclude […]

Read the full article →

MongoDB OperationFailed: Sort operation used more than the maximum bytes of RAM

2月 28, 2016

问题:MongoDB: OperationFailed: Sort operation used more t […]

Read the full article →

Proxifier 全局代理工具

2月 11, 2016

Proxifier 仅支持mac和windows,官方地址:http://www.proxifier.com/ […]

Read the full article →