转:http://blog.csdn.net/k8080880/article/details/17392341 mysql> select sum(if(c...
mysql using
mysql> select a.title,b.classname from article a inner join article_class b usi...
mysql执行过程
转:http://www.cnblogs.com/xiaocen/p/3720337.html 查询流程: 客户端发送一条查询给服务器; 服务器先检查查询缓存,如果...
MySQL锁定状态查看命令
转:http://blog.csdn.net/dc_726/article/details/8576151/ 1 show processlist; SHOW PR...
mysql配置文件
# Example MySQL config file for medium systems. # # This is for a system with litt...
squid反向代理配置文件
#http://blog.csdn.net/21aspnet/article/details/6605049 #http://hi.baidu.com/gyc800...
varnish配置文件
# This is a basic VCL configuration file for varnish. See the vcl(7) # man p...
nginx配置文件
#varnish server upstream varnish_server{ server 127.0.0.1:6081; } upstream squid_s...
nginx中的upstream轮询机制介绍
转:http://www.linuxidc.com/Linux/2015-02/113102.htm http://1234567aaa.blog.51cto.co...