最近性能测试的时候想要查看一下dubbo线程池的使用情况,百度了好久才找到相关资料,连接如下: http://alibaba.github.io/dubbo-doc-static/Telnet+Command+Reference-zh-showComments=true&showCommentAre ...
分类:
编程语言 时间:
2020-07-20 15:32:48
阅读次数:
169
部署etcd错误总结 1、conflicting environment variable "ETCD_NAME" is shadowed by corresponding command-line flag (either unset environment variable or disable ...
分类:
其他好文 时间:
2020-07-19 23:33:44
阅读次数:
466
[root@pxc3 mysql_gtid]# mysqldump -uroot -pmysql123 test >/tmp/test.sqlmysqldump: [Warning] Using a password on the command line interface can be inse ...
分类:
其他好文 时间:
2020-07-19 15:55:51
阅读次数:
70
一、preparation 1、download starter-template-master 2、command line-->cnpm install 3、change "{{ name }}"(package.json) to your project name 4、command line ...
分类:
其他好文 时间:
2020-07-19 13:50:08
阅读次数:
76
一、install vuex(vue-cli)-->command 1、vue init webpack vuexdemo 2、cnpm install vuex --save 3、npm run dev 二、interpretation vuex 1、src/store/index.js(prio ...
分类:
其他好文 时间:
2020-07-19 11:52:09
阅读次数:
73
工欲善其事,必先利其器 ubuntu下minishift 和oc (openshift command) 命令行补全 ubuntu默认使用bash,并且已经启用了命令补全功能 前提 minishift在ubuntu上能正常工作,oc命令加入path 1.使用root用户 sudo su cd ~ 2 ...
分类:
其他好文 时间:
2020-07-19 11:37:27
阅读次数:
91
实例1: 监听端口,把输入端口的信息以日志的形式输出到控制台中 cd /usr/local/flume/apache-flume-1.6.0-cdh5.9.0-bin/conf vim example.conf # 命名此代理上的组件 agent.sources = seqGenSrc # sour ...
分类:
Web程序 时间:
2020-07-18 22:49:42
阅读次数:
97
生命太短暂,不要去做一些根本没有人想要的东西。本文已被 https://www.yourbatman.cn 收录,里面一并有Spring技术栈、MyBatis、JVM、中间件等小而美的专栏供以免费学习。关注公众号【BAT的乌托邦】逐个击破,深入掌握,拒绝浅尝辄止。 前言 各位小伙伴大家好,我是A哥。 ...
分类:
其他好文 时间:
2020-07-18 11:24:12
阅读次数:
254
Nova服务运维 Nova中的安全组只是对进入虚拟机的流量加以控制,对虚拟机外出流量没有加以限制 (1)常用的安全组命令。 # nova secgroup-create 功能:创建安全组。 创建一个名为test的安全组,描述为'test the nova command about the rule ...
分类:
其他好文 时间:
2020-07-17 19:53:59
阅读次数:
163
通过归档日志定期增量同步数据实验: 一、再次实验从归档持续同步的方式:1.修改主库,开启归档,将日志归档到从库:archive_mode = onarchive_command = 'ssh 192.168.5.133 test ! -f /home/kingbase/test_fy/archive ...
分类:
数据库 时间:
2020-07-16 21:43:19
阅读次数:
166