How to solve the 'ERB unknown command psetex' problem Posted on February 26, 2014 After we upgraded sidekiq to the lastest version(v2.17.6) , we receive some error message. [Read More] Tags: ruby
How to start postgresql with rails Posted on February 22, 2014 Step 1: Install postgresql server with homebrew [Read More] Tags: ruby postgresql
松本行弘的编程世界(中文版)读书勘误 Posted on February 3, 2014 1.图书49页,图2-39 SimpleDelegator 的代码中第4行中的Preserved=...应该修改为perserved=...因为在代码的调用中使用的是: [Read More] Tags: 读书
Linux 下查看 CPU 详情的方法 Posted on January 28, 2014 1.通过查看/proc/cupinfo文件信息 cat /proc/cpuinfo [Read More] Tags: linux