官方说法: work_mem (integer) Specifies the amount of memory to be used by internal sort operations and hash tables before writing to temporary disk files. ...
分类:
数据库 时间:
2018-11-22 02:51:59
阅读次数:
197
DevOps概念的流行跟近些年微服务架构的兴起有很大关系,DevOps是Dev(Development)和Ops(Operations)的结合,Dev负责开发,Ops负责部署上线,Docker出现之前,公司需要搭建一个数据库环境,有了Docker之后,只需在一些开源的基础镜像上构建出公司自己的镜像即可。因此目前大多数DevOps设置都在CI管道中的某处设置了Docker,这就意味着你所看到的任何构
分类:
其他好文 时间:
2018-11-20 21:41:15
阅读次数:
171
一、AllocObject 分配新 Java 对象而不调用该对象的任何构造函数。返回该对象的引用。 clazz 参数务必不要引用数组类。 参数: env:JNI 接口指针。 clazz:Java 类对象。 返回值: 返回 Java 对象。如果无法构造该对象,则返回NULL。 抛出: Instanti ...
分类:
移动开发 时间:
2018-11-19 22:11:40
阅读次数:
243
每次sysdba或者sysoper权限登录都会写入一个audit trail文件或者在现有的trail文件后面添加登录信息,而这个并不受audit_trail参数限制,audit_trail是显示是否启用审计和审计内容存储的具体位置有关audit_sys_operations参数:AUDIT_SYS ...
分类:
数据库 时间:
2018-11-15 13:57:20
阅读次数:
689
1. 安装Azure Environment Select扩展 2. 选择中国区的Azure 3. 之后就可以使用中国区的账号登录了 参考链接:https://docs.azure.cn/zh-cn/articles/azure-operations-guide/others/aog-portal- ...
分类:
其他好文 时间:
2018-11-12 14:56:01
阅读次数:
1132
Kafka + zookeeper 的搭建部署,以及 kafka-manager 部署管理、监控 kafka 集群。
分类:
其他好文 时间:
2018-11-11 17:59:23
阅读次数:
176
有一个r行c列的全0矩阵,有以下三种操作。 1 X1 Y1 X2 Y2 v 子矩阵(X1,Y1,X2,Y2)的元素加v 2 X1 Y1 X2 Y2 v 子矩阵(X1,Y1,X2,Y2)的元素变为v 3 X1 Y1 X2 Y2 查询子矩阵(X1,Y1,X2,Y2)的和,最大值,最小值 1 X1 Y1 ...
分类:
其他好文 时间:
2018-11-09 00:50:46
阅读次数:
163
Assume you have an array of length n initialized with all 0's and are given k update operations. Each operation is represented as a triplet: [startInd... ...
分类:
其他好文 时间:
2018-11-08 18:33:41
阅读次数:
165
Implement the following operations of a queue using stacks. push(x) Push element x to the back of queue. pop() Removes the element from in front of qu ...
分类:
其他好文 时间:
2018-11-05 16:23:58
阅读次数:
149
Design your implementation of the circular queue. The circular queue is a linear data structure in which the operations are performed based on FIFO (F ...
分类:
其他好文 时间:
2018-11-03 01:55:33
阅读次数:
184