blog and jekyll | Apr 25, 2016
记录一下CentOS7 安装 jekyll的过程,系统和主机是阿里云的默认CentOS7.
More »blog and tools | Apr 10, 2016
刚刚捣鼓了一下百度本地搜索,无论好坏,对于小站来说,这个真是个很便利的产品,给百度点个赞.
More »blog and nginx | Apr 10, 2016
最近需要部署一个直播环境,基于 rtmp
协议,然后需要服务器做 HLS
(HTTP Live Streaming) 切片,然后客户端通过切片生成的 index.m3u8
文件播放.
blog and cocos2d-x | Apr 10, 2016
记录一下学习 cocos2d
的过程.
学习一个新的东西,还是要从搭配环境开始.
以下是 mac
上安装 cocos2d
的步骤.
blog and Algorithms | Apr 10, 2016
刚花了好长时间做了一个算法题,代码没多少,想了很久怎么做.
More »redis and scripting | Mar 14, 2016
Load a script into the scripts cache, without executing it.
After the specified command is loaded into the script cache it will be callable
using EVALSHA
with the correct SHA1 digest of the script, exactly like after
the first successful invocation of EVAL
.