1、什么是Database Resource Manager 2、database resource manager的作用是什么? 3、database resource manger如何创建 4、database resource manager应用场景是什么? 一,基本概念 Simple Vie ...
分类:
数据库 时间:
2019-06-23 19:03:41
阅读次数:
166
1 uname -r查看内核版本是否高于3.10 2 yum -y install docker-ce安装docker 3 systemctl start docker启动docker systemctl enable docker设置开机自动启动 4 docker run hello-word运行 ...
分类:
其他好文 时间:
2019-06-22 01:18:44
阅读次数:
84
Object Map Array List Array String Date String int、double、other 时间 String 工具类 com.alibaba.fastjson.util.TypeUtils Method Summary static void addBaseCl ...
分类:
编程语言 时间:
2019-06-20 21:16:48
阅读次数:
162
问题: Disable or able cudnn,查询版本。 Disable cudnn for batch_norm: (See: @Microsoft / human-pose-estimation.pytorch#installation) For other pytorch version ...
分类:
其他好文 时间:
2019-06-20 14:13:13
阅读次数:
409
</select><select id="selectStudentByName" resultType="StudentBean"> select * from student where name like '%' #{name} '%'</select> <select id="selectS ...
分类:
其他好文 时间:
2019-06-19 20:29:42
阅读次数:
88
002-多线程-锁-同步锁-synchronized几种加锁方式、Java对象头和Monitor、Mutex Lock、JDK1.6对synchronized锁的优化实现 ...
分类:
编程语言 时间:
2019-06-19 20:01:28
阅读次数:
107
[TOC]ConcurrentLinkedQueue1.8源码浅析一,简介ConcurrentlinkedQueue还是一个基于链表的,×××的,线程安全的单端队列,它采用先进先出(FIFO)的规则对节点进行排序,当我们加入一个元素时,它会插入队列的尾部,当我们获取元素时,会从队列的首部获取元素。它没有使用锁来保证线程安全,使用的是“wait-free”算法来保证整个队列的线程安全。二,基本成员简介
分类:
其他好文 时间:
2019-06-19 10:08:04
阅读次数:
114
使用IDEA,添加注释的时候敲空格,总是会把行尾空格删除导致代码跑到注释行,很不爽~~ 取消这个不爽的功能:File--Settings--Editor--General--Other--Strip trailing spaces on save : None ...
分类:
其他好文 时间:
2019-06-19 00:29:22
阅读次数:
344
What's your expect of the output?: The answer is 'false'. Because: Therefore if we do calculation on Frontend: The result is not correct. The solution ...
分类:
编程语言 时间:
2019-06-18 21:38:07
阅读次数:
160