07 2018 档案

Memcache 分布式存储 【一致性Hash】crc32
摘要:总结:多台存储会慢一些。具体时间,请自行运行。 阅读全文

posted @ 2018-07-24 09:55 逍遥郭 阅读(408) 评论(0) 推荐(0)

测试Mysql悲观锁
摘要: 阅读全文

posted @ 2018-07-16 15:37 逍遥郭 阅读(147) 评论(0) 推荐(0)

常用的四种设计模式 PHP代码
摘要:// 工厂模式 interface Iuser { public function getUserName(); } class UserFactory { static public function load($className) { return new strtolower($className); } static... 阅读全文

posted @ 2018-07-06 18:35 逍遥郭 阅读(199) 评论(0) 推荐(0)

导航