一、改动Oracle会话及最大连接数 1、查看最大连接数 SQL> show parameter processes; NAME TYPE VALUE aq_tm_processes integer 0 db_writer_processes integer 3 gcs_server_process ...
分类:
数据库 时间:
2017-04-15 14:46:48
阅读次数:
201
kill -9或者断电等原因异常,es在重启后,会通过translog来进行数据恢复。 默认的恢复速度是较慢的,可以设置indices.recovery.current_streams:10增大恢复的线程数,还可以设置indices.recovery的其他参数加快恢复的速度。 但是某些情况下,如lu ...
分类:
其他好文 时间:
2017-04-10 23:35:37
阅读次数:
550
如果你是一个Slick用户,或者你是一个数据库编程人员正在尝试进入函数式编程模式,那么FunDA可能会帮到你。 目前市面上FRM(Functional Relational Mapper),即函数式的数据库处理工具库的选择并不多,Typesafe公司的Slick可能是最通用的选择了。整体上来说:Sl ...
分类:
其他好文 时间:
2017-04-08 22:40:21
阅读次数:
158
Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technologyCopy-on-write (COW), sometimes referred to as implic ...
分类:
其他好文 时间:
2017-04-01 15:00:00
阅读次数:
317
转自:http://inlhx.iteye.com/blog/2336729 转自:http://inlhx.iteye.com/blog/2336729 RedHat 更换Yum源 1.检查yum包 rpm -qa |grep yum 2.删除自带包 rpm -aq | grep yum | xa ...
分类:
其他好文 时间:
2017-03-30 13:15:26
阅读次数:
369
用DX9画三角形,三个顶点的顺序有要求吗下面是全部代码,在 InitVB 函数中被注释掉的数组是我写的,没注释掉的是书上的代码,经过试验我的坐标不能显示出图形,而书上的坐标可以,这是为什么? #include<Windows.h> #include<tchar.h> #include<d3d9.h> ...
分类:
其他好文 时间:
2017-03-27 15:38:16
阅读次数:
214
Description One of Timofey's birthday presents is a colourbook in a shape of an infinite plane. On the plane n rectangles with sides parallel to coord ...
分类:
其他好文 时间:
2017-03-22 22:59:50
阅读次数:
180
#include #include #include #include #include using namespace std; /*=============== all the structures ===============*/ typedef struct Frame { COORD ... ...
分类:
编程语言 时间:
2017-03-20 22:20:08
阅读次数:
215
Java NIO Channel Java NIO Channels are similar to streams with a few differences: You can both read and write to a Channels. Streams are typically one ...
分类:
编程语言 时间:
2017-03-17 19:20:09
阅读次数:
163