1.创建neutron数据库 [root@master ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id ...
分类:
其他好文 时间:
2020-01-19 12:47:42
阅读次数:
89
I can find it in system monitor. but, [systemctl list-unit-files | grep mysql ] did not show anything. After googled, I found it belong to akonadi whi ...
分类:
数据库 时间:
2020-01-18 22:49:26
阅读次数:
165
线程通信的例子:使用两个线程打印 1-100,线程1、线程2交替打印。涉及到的三个方法:wait():一旦执行此方法,当前线程就进入阻塞状态,并释放同步监视器。notify():一旦执行此方法,就会唤醒被wait的一个线程。如果有多个线程被wait,就唤醒优先级高的那个。notifyAll():一旦 ...
分类:
编程语言 时间:
2020-01-17 00:02:45
阅读次数:
86
1 1.1 roll out v. 推广,或实行 1.2 pilot v. 试行 n. 飞行员 1.3 bags for life 可重复使用的环保购物袋 2 2.1 How many times a year do the environment groups monitor plastic us ...
分类:
其他好文 时间:
2020-01-16 23:35:15
阅读次数:
112
Server version: 8.0.18 commercial MySQL Enterprise Server mysql SELECT FROM performance_schema.replication_group_members; + + + + + + + + | CHANNEL_NA ...
分类:
数据库 时间:
2020-01-16 22:21:16
阅读次数:
131
学习vnpy的界面的实现 通过简单的学习了PyQt5的一些代码以后,我们基本上可以理解PyQt的一些用法,下面让我们来先研究下vnpy的UI部分的代码。 首先回到上一节看到的run.py(/vnpy/example/trade/run.py)的关于UI部分的代码。 生成QApplication部分 ...
分类:
其他好文 时间:
2020-01-15 16:47:27
阅读次数:
88
using System; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Diagnostics; namespace ConsoleApplication3 { class Monito ...
1.安装 1、下载 dubbo-ops https://github.com/apache/incubator-dubbo-ops 2、修改配置指定注册中心地址 进入 dubbo-monitor-simple\src\main\resources\conf 修改 dubbo.properties文件 ...
分类:
其他好文 时间:
2020-01-13 16:36:28
阅读次数:
128
配置介绍 配置之间的关系 ? 标签用途解释 <dubbo:service/> 服务配置 用于暴露一个服务,定义服务的元信息,一个服务可以用多个协议暴露,一个服务也可以注册到多个注册中心 <dubbo:reference/>[2] 引用配置 用于创建一个远程服务代理,一个引用可以指向多个注册中心 <d ...
分类:
其他好文 时间:
2020-01-13 15:58:58
阅读次数:
74
dubbo-spring-boot-actuator 提供 Production-Ready 特性: 健康检查控制断点外部化配置 GitHub https://github.com/apache/incubator-dubbo-spring-boot-project/tree/master/dubb ...
分类:
编程语言 时间:
2020-01-13 15:55:36
阅读次数:
83