上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 177 下一页
摘要: use Mojolicious::Lite;use JSON qw/encode_json decode_json/; use Encode;no strict;use JSON; # /foo?user=sri get '/admin/api/menu' => sub { ... 阅读全文
posted @ 2016-06-24 11:53 czcb 阅读(645) 评论(0) 推荐(0) 编辑
摘要: 14.4.3.2 Configuring Multiple Buffer Pool Instances 配置多个buffer pool 实例:对于系统 buffer pool 有多个G的范围, 把buffer pool 分成多个单独的实例可以改进并发,降低不同threads 读取和写到cach... 阅读全文
posted @ 2016-06-24 09:39 czcb 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 本节课大纲:一、什么是MVC //了解 M -Model 编写model类 对数据进行操作 使用Model类 来操作数据 V -View 编写html文件,页面呈现 C -Controller 编写类文件(UserAction.class.php) 二、Thin... 阅读全文
posted @ 2016-06-23 22:46 czcb 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 14.4.3.1 The InnoDB Buffer Pool14.4.3.2 Configuring Multiple Buffer Pool Instances14.4.3.3 Making the Buffer Pool Scan Resistant14.4.3.4 Configuring... 阅读全文
posted @ 2016-06-23 17:57 czcb 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 14.4.2 Configuring InnoDB for Read-Only Operation 配置InnoDB 永于只读操作:你可以查询InnoDB 表 MySQL 数据目录是在只读介质里,通过启用--innodb-read-only 配置选项在服务器启动时:如何启动:准备一个实例用于只... 阅读全文
posted @ 2016-06-23 10:30 czcb 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 14.4.2 Configuring InnoDB for Read-Only Operation 配置InnoDB 永于只读操作:你可以查询InnoDB 表 MySQL 数据目录是在只读介质里,通过启用--innodb-read-only 配置选项在服务器启动时:如何启动:准备一个实例用于只... 阅读全文
posted @ 2016-06-23 10:30 czcb 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 事务不提交,也有可能写redo和数据文件 阅读全文
posted @ 2016-06-22 16:36 czcb 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 14.4 InnoDB Configuration :InnoDB 配置:14.4 InnoDB Configuration14.4.1 InnoDB Startup Configuration14.4.2 Configuring InnoDB for Read-Only Operation14... 阅读全文
posted @ 2016-06-22 16:32 czcb 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 14.4 InnoDB Configuration :InnoDB 配置:14.4 InnoDB Configuration14.4.1 InnoDB Startup Configuration14.4.2 Configuring InnoDB for Read-Only Operation14... 阅读全文
posted @ 2016-06-22 16:32 czcb 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 一般配置SLB的时候有个权重0到100,是如何选择数值的? 权重需要您根据后端机器的配置进行选择比如AB两台机器性能一致就分别设置50,这样请求就会在这两台机器上轮询,不同权重决定请求分发的分配。slb中权重是什么概念, 值越大是不是分担越多? 权重比越高的ECS将被分配到更多的访问请求 ... 阅读全文
posted @ 2016-06-22 15:56 czcb 阅读(204) 评论(0) 推荐(0) 编辑
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 177 下一页