转自:https://zeebe.io/blog/2019/12/zeebe-performance-profiling/ by Josh Wulf and Klaus Nji on Dec 22 2019 in BenchmarksPerformance. We frequently get qu ...
分类:
其他好文 时间:
2020-02-01 21:41:08
阅读次数:
82
MySQL中有四个系统数据库: (nformation_schema,mysql,performance_schema,sys) (5.6版本为information_schema,mysql,performance_schema,test) information_schema:提供访问数据库元的 ...
分类:
数据库 时间:
2020-02-01 17:52:36
阅读次数:
130
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
其他好文 时间:
2020-01-31 23:03:20
阅读次数:
78
https://www.cnblogs.com/ivictor/p/5311607.html 该阻止会一直生效,直到采取以下操作: 1. mysql> flush hosts; 2. # mysqladmin flush-hosts 3. truncate table performance_sch ...
分类:
数据库 时间:
2020-01-30 20:55:08
阅读次数:
95
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
编程语言 时间:
2020-01-29 16:30:16
阅读次数:
84
前提 15年买的macbook pro, 从刚开始的不习惯到爱不释手~ 用了4年,电脑也存储了各种东西,256G真心有點不夠用啊!废话不多说,开始!!! 购买 工欲善其事必先利其器! 以上为购买的工具,仅供参考 准备工作 (也可省略) ? 先备份你的数据,这点我就不啰嗦了 ? 用U盘制作安装mac的 ...
分类:
系统相关 时间:
2020-01-24 13:22:36
阅读次数:
238
本例子ceph L版本采用的是filestore,而不是bluestore. 一、查看class类型,只有一个hdd,。Luminous 为每个OSD添加了一个新的属性:设备类。默认情况下,OSD将根据Linux内核公开的硬件属性自动将其设备类设置为HDD、SSD或NVMe(如果尚未设置)。这些设备 ...
分类:
其他好文 时间:
2020-01-23 21:10:17
阅读次数:
141
DetectionOutput算子 本文基本结构:首先介绍detection output 这一层的基本理解,之后给出ssd所有代码的详细注释,最后给出caffe中该层各个参数的定义和默认值。 detection out layer是ssd网络最后一层,用于选框整合预、预选框偏移以及得分三项结果,最 ...
分类:
其他好文 时间:
2020-01-21 16:21:12
阅读次数:
180
PriorBox算子 ssd网络一大特点是,为了提高检测准确率,在不同尺度的特征图上进行预测,这种预测就需要prior box layer。 prior box 是干嘛的呢?其实非常类似于Faster R-CNN中的Anchors,就是候选框,这种候选框的选取不需要像R-CNN那样通过复杂处理产生。 ...
分类:
其他好文 时间:
2020-01-21 16:01:37
阅读次数:
105
项目架构 项目目录 ├── build ├── config ├── dist │ └── static │ ├── css │ ├── fonts │ ├── images │ ├── js │ └── lib ├── src │ ├── api │ ├── assets │ │ ├── glob ...
分类:
其他好文 时间:
2020-01-18 21:39:31
阅读次数:
104