会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thrillerz
我的架构师之路
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
24
下一页
2015年12月25日
彻底解决mac下terminal路径显示问题
摘要: mac 配色mac shell配色~/.bash_profile是bash shell中当前登录用户的配置文件。bash是“终端”中默认的shell。alias ls=”ls -G”是给”ls -G”起了一个别名,当执行ls时,就相当于执行了ls -G。CLICOLOR是用来设置是否进行颜色的显示。...
阅读全文
posted @ 2015-12-25 00:23 thrillerz
阅读(2101)
评论(0)
推荐(0)
2015年12月24日
PHP 性能分析第二篇: Xhgui In-Depth
摘要: 【前言】这是国外知名博主 Davey Shafik所撰写的 PHP 应用性能分析系列的第一篇,阅读第二篇可深入了解 xhgui,第三篇则关注于性能调优实践。原文链接如下:https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part...
阅读全文
posted @ 2015-12-24 11:35 thrillerz
阅读(286)
评论(0)
推荐(0)
PHP 性能分析第一篇: Intro to Xhprof & Xhgui
摘要: 【前言】这是国外知名博主 Davey Shafik所撰写的 PHP 应用性能分析系列的第一篇,阅读第二篇可深入了解 xhgui,第三篇则关注于性能调优实践。原文链接如下:https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part...
阅读全文
posted @ 2015-12-24 10:56 thrillerz
阅读(277)
评论(0)
推荐(0)
phpredis pipeline
摘要: 通过pipeline方式将client端命令一起发出,redis server会处理完多条命令后,将结果一起打包返回client,从而节省大量的网络延迟开销。
阅读全文
posted @ 2015-12-24 00:44 thrillerz
阅读(341)
评论(0)
推荐(0)
2015年12月15日
我们为什么要迁移PHP到HHVM
摘要: 我们为什么要迁移PHP到HHVM程序员日志· 2014-12-26 18:33简介该调研是2013年10月份做的,目标是寻找更好的PHP引擎,来代替百度各产品线正在使用的PHP 5.2。环境说明机器环境:cpu: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 1...
阅读全文
posted @ 2015-12-15 11:25 thrillerz
阅读(1544)
评论(0)
推荐(1)
2015年12月14日
案例:Redis在京东的使用技术模型图
摘要: http://www.100ec.cn2013年09月27日17:30中国电子商务研究中心我要投稿产品服务 (中国电子商务研究中心讯)Redis是一个开源的,遵守BSD许可协议的key/value缓存系统,并由其高效的响应速度以及丰富的数据结构而闻名。Redis在京东的使用也是非常普遍的,包括很多...
阅读全文
posted @ 2015-12-14 10:33 thrillerz
阅读(354)
评论(0)
推荐(0)
2015年12月13日
php版本的code review软件
摘要: phabricator,http://www.oschina.net/p/phabricator
阅读全文
posted @ 2015-12-13 21:35 thrillerz
阅读(551)
评论(0)
推荐(0)
2015年12月10日
Redis事务介绍
摘要: 概述相信学过Mysql等其他数据库的同学对事务这个词都不陌生,事务表示的是一组动作,这组动作要么全部执行,要么全部不执行。为什么会有这样的需求呢?看看下面的场景:微博是一个弱关系型社交网络,用户之间有关注和被关注两种关系,比如两个用户A和B,如果A关注B,则B的粉丝中就应该有A。关注这个动作需要两个...
阅读全文
posted @ 2015-12-10 15:55 thrillerz
阅读(335)
评论(0)
推荐(0)
2015年12月9日
phpredis -- redis_cluster
摘要: https://github.com/phpredis/phpredis/tree/feature/redis_clusterhttps://github.com/phpredis/phpredis
阅读全文
posted @ 2015-12-09 14:43 thrillerz
阅读(172)
评论(0)
推荐(0)
phpredis -- Redis Arrays用法
摘要: Redis Arrays来自地址:https://github.com/phpredis/phpredis/blob/master/arrays.markdown#readme扩展原文件arrays.markdown也说明了redis arrays用法。英文不好,见谅。一个Redis的数组是个孤立的...
阅读全文
posted @ 2015-12-09 11:29 thrillerz
阅读(1457)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
24
下一页
公告