ubuntu 更新 NV 显卡驱动

2015-03-27
昨天在笔记本上新安装了ubuntu14.04LTS,顺便更新了下NV驱动,这里做下记录。 下载驱动 首页在http://www.geforce.cn/drivers选择相应的显卡型号下载对应的驱动,下载完成后重命令为NVIDIA.run 关...
Read more

使用 ngrok 配置微信公众号本地开发环境(ADSL 屏蔽 80 端口问题)

2015-02-04
更新记录 2016-03-04 更新教程 2015-09-16 添加旧版软件下载 2015-02-04 初稿 鉴于国内大部分ADSL屏蔽80端口,而微信公众号开发只支持80端口,所以在本地开发测试微信公众号就是一个问题了,这里我们可以使用软...
Read more

Git 命令使用指南

2015-01-16

Git是软件开发人员在开发中常用的一种工具,是开发之利器。

Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。

Read more
Git 命令使用指南

pip 常用命令

2015-01-01

列出已安装的包

pip freeze or pip list

Read more

使用 Virtualenv 创建独立的 Python 运行环境

2015-01-01

准备工作

  • python环境
  • pip

安装

pip install virtualenv

pip install https://github.com/pypa/virtualenv/tarball/develop
Read more

电影《小黄人》中文预告片

2014-11-09
导演: 凯尔·巴尔达 / 皮埃尔·科芬 编剧: 布莱恩·林奇 主演: 迈克尔·基顿 / 桑德拉·布洛克 / 乔恩·哈姆 / 凯蒂·米克松 / 真田广之 / 珍妮弗·桑德斯 / 皮埃尔·科芬 / 克里斯·雷纳德 / Dave Rosenba...
Read more

GitHub Pages/GitCafe Pages 绑定自定义域名

2014-11-09

更新记录

2015-01-01 更新 GitCafe-Page IP地址
2014-11-09 初稿

虽然GitHub Pages和GitCafe Pages默认为每个用户分配了一个二级域名(GitHub为username.github.iousername.github.com,GitCafe为username.gitcafe.com),但如果你对这个二级域名不满意也可以申请一个自己的域名进行绑定。下面就说说GitHub和GitCafe的绑定过程。

Read more

Hello World

2014-09-15

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in trobuleshooting or you can ask me on GitHub.

Read more