抽象类 public abstract class JdbcTemplate { //template method public final Object execute(String sql) throws SQLException { Connection con = HsqldbUtil.g ...
分类:
数据库 时间:
2020-07-20 22:31:40
阅读次数:
92
最近性能测试的时候想要查看一下dubbo线程池的使用情况,百度了好久才找到相关资料,连接如下: http://alibaba.github.io/dubbo-doc-static/Telnet+Command+Reference-zh-showComments=true&showCommentAre ...
分类:
编程语言 时间:
2020-07-20 15:32:48
阅读次数:
169
在Netty中 事务的处理都是放入自定义的Handler中的 如果某些业务比较耗时 最终也会阻塞线程 这时就需要任务队列来异步处理任务了。 1.用户自定义的普通任务 例: ctx.channel().eventLoop().execute(new Runnable() { @Override pub ...
分类:
Web程序 时间:
2020-07-20 10:56:39
阅读次数:
127
如上图,控制台出现类似: Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ', ' is not a valid attribute name." 错误,说明vue t ...
分类:
其他好文 时间:
2020-07-20 10:15:51
阅读次数:
103
部署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