会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thrillerz
我的架构师之路
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
24
下一页
2014年12月23日
opcache运行时配置参数详解
摘要: 测试帖:http://www.aikaiyuan.com/6430.html配置如下:opcache.memory_consumption=128opcache.interned_strings_buffer=8opcache.max_accelerated_files=4000opcache.re...
阅读全文
posted @ 2014-12-23 01:49 thrillerz
阅读(2357)
评论(0)
推荐(0)
2014年12月21日
lighttpd - 配置
摘要: Lighttpd core 配置connection.kbytes-per-second 限制每一个链接的速度etag.use-inode Etag使用inode号etag.use-mtime Etag使用修改时间etag.use-size Etag使用文件大小Etag用来检验服务器上内容是否变化,...
阅读全文
posted @ 2014-12-21 14:22 thrillerz
阅读(1327)
评论(0)
推荐(0)
2014年12月16日
微信的数据结构--我做粉丝系统仿照这个思路
摘要: http://mobile.51cto.com/hot-459424.htm参考这个~
阅读全文
posted @ 2014-12-16 12:29 thrillerz
阅读(389)
评论(0)
推荐(0)
MySQL5.6之Index Condition Pushdown(ICP,索引条件下推)-Using index condition
摘要: http://blog.itpub.net/22664653/viewspace-1210844/ -- 这篇博客写的更细,以后看ICP(index condition pushdown)是mysql利用索引(二级索引)元组和筛字段在索引中的where条件从表中提取数据记录的一种优化操作。ICP的思...
阅读全文
posted @ 2014-12-16 11:29 thrillerz
阅读(5203)
评论(0)
推荐(1)
2014年12月13日
使用 XHProf 分析你的 PHP 程序
摘要: 个人说明:注意:php5.5运行 xhprof_enable 会发生段错误Segmentation fault: 11,这是一个已知的bug。 下面是报错测试脚本:function loader() { // }spl_autoload_register('loader', $throw = tru...
阅读全文
posted @ 2014-12-13 13:59 thrillerz
阅读(470)
评论(0)
推荐(0)
2014年12月11日
HHVM,高性能的PHP执行引擎
摘要: HHVM (HipHop Virtual Machine) 是 Facebook 开源的 PHP 执行引擎。 HHVM 采用一种JIT(just-in-time)的编译机制实现了高性能,同时又保持对 PHP 语法的充分支持。 在 Facebook 实际应用场景中,与 Zend PHP 5.2 引擎 ...
阅读全文
posted @ 2014-12-11 22:48 thrillerz
阅读(5718)
评论(0)
推荐(0)
MAC 设置环境变量path的几种方法
摘要: mac 一般使用bash作为默认shellMac系统的环境变量,加载顺序为:/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc当然/etc/profile和/etc/paths是系统级别的,系统启动就会...
阅读全文
posted @ 2014-12-11 18:33 thrillerz
阅读(606)
评论(0)
推荐(0)
命令:ln 使用方法
摘要: http://linux.chinaunix.net/man/2004-10-06/45.shtml指令名称 : ln 使用权限 : 所有使用者 使用方式 : ln [options] source dist,其中 option 的格式为 : [-bdfinsvF] [-S backup-su...
阅读全文
posted @ 2014-12-11 18:24 thrillerz
阅读(221)
评论(0)
推荐(0)
mac, xcode 6.1 安装command line tools 支持,autoconf,automake等
摘要: 以下软件包 都去我的环境库找到1 先安装 tcl库2 安装macports/opt/local/bin/port 一般装到这里安装autoconf时提示:Warning: The Xcode Command Line Tools don't appear to be installed; most ...
阅读全文
posted @ 2014-12-11 17:42 thrillerz
阅读(440)
评论(0)
推荐(0)
2014年12月8日
lighttpd - 配置文件
摘要: 转载其他网站,收藏查看!配置文件lighttpd.conf参数详细说明的链接和选译发表于2010年12月22日http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions1. mimetype.assign指...
阅读全文
posted @ 2014-12-08 10:04 thrillerz
阅读(2681)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
24
下一页
公告