1.查看当前集群full以及nearfull的设置值,在Mon节点查询Mon配置ceph--admin-daemon/run/ceph/ceph-mon.IP.asokconfigshow|grepfull_ratio2.查看当前集群full以及nearfull的设置值,在其他节点查询osd配置ceph--admin-daemon/run/ceph/ceph-osd.0.asokconfigsho
分类:
其他好文 时间:
2020-01-17 21:10:06
阅读次数:
145
遇到这个错误,怎么在windows下成功解决了 ...
分类:
数据库 时间:
2020-01-17 11:55:48
阅读次数:
106
This is my first note of CS224N (Natural Language Processing with Deep Learning), hoping could finish this class in the near future! Lecture1 drew an ...
分类:
其他好文 时间:
2020-01-15 21:29:44
阅读次数:
96
废话不多说,直接上代码(工具类): public static Object[] combineArray(Object one[], Object two[]) throws BussinessException { Object res[] = null; if(one != null && o ...
分类:
编程语言 时间:
2020-01-10 20:13:42
阅读次数:
104
官网示例:https://www.echartsjs.com/examples/zh/editor.html?c=line-easing 源代码: var easingFuncs = { linear: function (k) { return k; }, quadraticIn: functio ...
分类:
其他好文 时间:
2020-01-10 12:52:31
阅读次数:
120
1.思路自然语言语义分析 >知识库看懂的语义表示/逻辑表示(Logic Form) >推理(Inference)查询(Query) >答案如:自然语言”Number of dramas starring Tom Cruise“ 逻辑形式: count(Genre.Drama ∩ Performanc ...
分类:
其他好文 时间:
2020-01-08 19:03:12
阅读次数:
106
官方文档 https://pillow.readthedocs.io/en/stable/ 安装 图片基本信息 常用方法 图像转化 图像裁剪 图片旋转 改变图像大小 参考链接 https://gitee.com/komavideo/LearnPillow ...
分类:
其他好文 时间:
2020-01-03 23:20:19
阅读次数:
99
引语: Redis 是一个高性能、(key/value)、分布式,基于内存运行、支持持久化的NoSQL数据库。 它也常被称为数据结构服务器,因为它存储的值(value)可以是String 、hash、list(有序、可索引;实现队列、栈)、set、zset(有序集合)等数据类型。这也是redis相比 ...
分类:
其他好文 时间:
2019-12-30 17:13:24
阅读次数:
132
不区分大小写(规范:关键字大写,表名列名小写) 每条命令用 ;结尾 每条命令可以根据需要进行 缩进或换行。 最标准的模板: 关键字 对象 关键字 对象 注释:用于解释说明,编译器会自动忽略 单行注释:#注释文字 或者 两个减号空格 多行注释:/*注释文字*/ 报错的位置看near在什么附近 ...
分类:
数据库 时间:
2019-12-29 23:35:34
阅读次数:
233
原文 Text 3 This year marks exactly two countries since the publication of Frankenstein; or, The Modern Prometheus, by Mary Shelley. Even before the inv ...
分类:
其他好文 时间:
2019-12-27 13:51:12
阅读次数:
836