• BLOG
  • ARCHIVE
  • TAG
  • WEIBO
  • GITHUB
  • 安装node-sass

    2016年8月8日
    1
    SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ npm install node-sass
  • 使用nrm控制npm源

    2016年7月30日

    nrm是什么

    1.npm源管理器,可自定义增删改查npm源

    2.在N个npm源里快速切换

    3.npm源测速功能

    安装

    1
    npm install -g nrm
    ...more
  • crontab入门

    2016年7月25日

    crontab是啥

    linux的定时任务

    什么情况下使用,在哪使用

    需要定时执行的程序,如天气预报的爬虫程序。

    在SecurtCRT使用

    ...more
  • 破解朋友圈白内障照片教程

    2016年1月26日

    1.准备好windows笔记本电脑,并确保电脑和手机连在同一个wifi下(mac用户都是土豪,不教了)

    2.电脑上下载安装软件——fiddler,并注意去掉“安装百度杀毒”


    ...more
  • centOs上安装php和nginx

    2015年12月12日

    安装编译环境

    1
    yum install -y gcc gcc-c++ ncurses-devel perl

    安装pcre开发包(nginx依赖)

    1
    yum install -y pcre-devel

    安装zlib

    1
    yum install -y zlib-devel

    ...more
  • 第一篇博客

    2015年11月18日

    终于把自己的github博客弄起来了

    接下来慢慢写点啥

© 2015 - 2016 Jesse, I'm a coder for Bruce Wayne.