摘要: 工作用的是PHP,不知不觉也用了一年多了,自知1W小时以后一门语言才能算是会用,但是每天对着一门语言也会有点乏味,所以趁着空闲的时间学习一下RUBY来扩展一下知识面。 阅读全文
posted @ 2015-06-09 10:42 JojOF 阅读(111) 评论(0) 推荐(0)
摘要: connect('localhost', 11211) or die("Could not connect");if (!$memcache->get('counter')) $memcache->add('counter', 1);else $memcache->set('counte... 阅读全文
posted @ 2015-06-04 10:58 JojOF 阅读(265) 评论(0) 推荐(0)
摘要: (前提是安装了pecl)安装扩展 sudo pecl install memcache mdfind -name "memcache.so" 搜索扩展地址,mdfind是spotlight的终端版 找到的地址:/usr/local/Cellar/php55/5.5.21/lib/php/ex... 阅读全文
posted @ 2015-06-03 16:52 JojOF 阅读(589) 评论(0) 推荐(0)