[TOC]1.环境说明版本系统CentOS7.6cephnautilus,v14.2.4ceph-deploy的nautilus版本安装和luminous版本一样,可以参考我以前的文章:https://blog.51cto.com/ygqygq2/21619172.启用cephdashboard失败mgr模块开启dashboard提示错误,虽然加上--force表面启用了,但实际并未启动dashb
分类:
其他好文 时间:
2019-11-15 18:21:48
阅读次数:
80
try { let res = await this.mgr.GetDrugWarehouseList(this.Userinfo.UserID, this.Userinfo.UnitID); this.GetDrugDictData(res) } catch (error) { UI.ShowEx... ...
分类:
其他好文 时间:
2019-11-09 09:33:15
阅读次数:
99
一、AWT简介 AWT主要分为三类 1.组件:Component 2.容器;Frame 3.布局管理器:LayoutManager 二、Swing简介 Swing都保存在javax.swing中,所有组件都是从JCompent中扩展出来的。此类实际上是java.awt.Component的子类 三、 ...
分类:
其他好文 时间:
2019-11-08 12:17:35
阅读次数:
71
group_replication_member_weight
分类:
其他好文 时间:
2019-11-07 13:26:52
阅读次数:
119
group_replication_primary_member
分类:
其他好文 时间:
2019-11-06 16:55:58
阅读次数:
93
链接: https://codeforces.com/gym/102394/problem/I 题意: DreamGrid has an interesting permutation of 1,2,…,n denoted by a1,a2,…,an. He generates three sequ ...
分类:
其他好文 时间:
2019-11-05 13:52:03
阅读次数:
124
Windows 10/Win10命令大全通用(Win8,Win7) ...
自连接:通过表的别名,将同一张表视为多张表 select e.ename 员工姓名,b.ename 老板姓名 from emp e,emp b where e.mgr=b.empno; 注:自连接不适合操作大表,即表中有多条记录. 因为是笛卡尔积查询,例如表中有1亿条记录,如果使用自连接查询出来就是 ...
分类:
数据库 时间:
2019-10-29 11:30:32
阅读次数:
87