1、Alpha Level (Significance Level,显著水平): What is it? 在了解之前首先看一下什么是一类错误和二类错误 2. Alpha Levels / Significance Levels: Type I and Type II errors 在假设检验中,有两 ...
分类:
其他好文 时间:
2018-12-31 22:44:13
阅读次数:
421
大家都知道istio可以帮助我们实现灰度发布、流量监控、流量治理等功能。每一个功能都帮助我们在不同场景中实现不同的业务。那Istio是如何帮助我们实现监控和日志采集的呢? 这里我们依然以Bookinfo应用程序作为贯穿此任务的示例程序。首先在集群中安装并部署Istio。 1 收集遥测数据 创建一个新 ...
分类:
其他好文 时间:
2018-12-17 14:29:55
阅读次数:
221
1. centos7 之前应该使用init 的启动脚本 不支持并行 速度比较慢, centos7 开始使用systemd 的模式 提高了开机的性能 所以之前的init 脚本修改 启动级别应该就无效了 之前的启动级别定义为: 这里面注意一点 init 6 不能输入到之前的控制文件中 不然就会循环启动. ...
分类:
其他好文 时间:
2018-12-07 11:59:26
阅读次数:
190
传送门:http://codeforces.com/contest/1082/problem/C C. Multi-Subject Competition time limit per test 2 seconds memory limit per test 256 megabytes input ...
分类:
其他好文 时间:
2018-12-04 20:38:17
阅读次数:
195
Why one grouping of attributes into a relation schema may be better than another two levels we can discuss the goodness of relation schemas. logical(c ...
分类:
数据库 时间:
2018-12-02 01:23:14
阅读次数:
237
```cpp include using namespace std; const int maxn=2e5+5; int N,K,head,tair; int q[maxn]; double S[maxn],A[maxn],B[maxn],dp[maxn][55]; double calc(int ...
分类:
其他好文 时间:
2018-12-01 11:17:34
阅读次数:
216
由于功能性需求:需要展示一个树状结构的导航界面 1.进行资源引用 2.需要一个DOM元素绑定该组件: $('#tree').treeview({ data: getTree(), // 获取数据节点 levels: 5,//节点层级数 color: "#000",//每一级通用的 节点字体颜色 ba ...
分类:
其他好文 时间:
2018-11-15 18:27:40
阅读次数:
249
# vi /etc/httpd/conf/httpd.conf 文件 修改两个地方 #Listen 12.34.56.78:80 Listen 80 #把80改为你设置的端口,我设置端口为82 Listen 82 NameVirtualHost *:80 #把80改为你设置的端口,我设置端口为82 ...
分类:
Web程序 时间:
2018-11-08 18:23:53
阅读次数:
269
层级索引(hierarchical indexing) 下面创建一个Series, 在输入索引Index时,输入了由两个子list组成的list,第一个子list是外层索引,第二个list是内层索引。 示例代码: 运行结果: MultiIndex索引对象 打印这个Series的索引类型,显示是Mul ...
分类:
其他好文 时间:
2018-11-03 00:01:35
阅读次数:
202