参考 http://rocketmq.apache.org/docs/quick-start/ 启动NameSrv > nohup sh bin/mqnamesrv & > tail -f ~/logs/rocketmqlogs/namesrv.log The Name Server boot su ...
分类:
其他好文 时间:
2020-06-05 12:51:14
阅读次数:
168
cube-ui官网:https://didi.github.io/cube-ui/#/zh-CN/docs/quick-start 要求:vue-cli >= 3 安装:vue add cube-ui 安装过程:有些选项需根据需要选择。 注:使用了amfe-flexible。页面使用px就会自动转为 ...
分类:
其他好文 时间:
2020-06-04 15:24:43
阅读次数:
92
题目如下: You are given the array paths, where paths[i] = [cityAi, cityBi] means there exists a direct path going from cityAi to cityBi. Return the destin ...
分类:
其他好文 时间:
2020-06-03 23:29:25
阅读次数:
76
一,前言 刚才在复习适配器模式时搜到了一张图片很有意思简单明了解释了适配器模式的思想,即将两种或以上的不适合的接口对接起来。 二、实战 假设我们需要对接一个播放器接口A和一个MP4接口B 首先,实现两个待适配的接口 MP4接口 package adapter; public interface MP ...
分类:
其他好文 时间:
2020-06-03 15:19:53
阅读次数:
58
delimiter $$#DROP PROCEDURE IF EXISTS dataCREATE PROCEDURE data(in i int)BEGIN WHILE i < 10000000 DO INSERT INTO rs_a100000002_2020 (JLBH, VehicleID , ...
分类:
数据库 时间:
2020-06-02 16:02:46
阅读次数:
210
k8s的node启动kubelet后再master端获取不到 node的日志/var/log/messages报错如下 failed to ensure node lease exists, will retry in 7s, error: leases.coordination.k8s.io "1 ...
分类:
其他好文 时间:
2020-06-02 11:31:45
阅读次数:
498
1,cover-image用法 覆盖在原生组件之上的图片视图。可覆盖的原生组件同cover-view,支持嵌套在cover-view里 2,cover-view用法 覆盖在原生组件之上的文本视图。 可覆盖的原生组件包括 map、video、canvas、camera、live-player、live ...
分类:
微信 时间:
2020-06-02 10:59:43
阅读次数:
98
文章转自:https://www.cnblogs.com/hh8888-log/p/10687986.html 由于这位大佬贴的是图,我就把对应的代码整了整放上来了 using IWshRuntimeLibrary; using System; using System.Collections.Ge ...
React使用Echarts报错Component series.line not exists. Load it first.(刚开始正常,后来页面刷不出来,一片空白) 解决 import echarts from 'echarts/lib/echarts'; 改为 import echarts ...
分类:
其他好文 时间:
2020-06-01 20:40:30
阅读次数:
126
instantaneous adj./adv. ADJ-GRADED Something that is instantaneous happens immediately and very quickly. dialect n. N-COUNT A dialect is a form of a l ...
分类:
其他好文 时间:
2020-06-01 20:31:33
阅读次数:
82