之前的版本中,只能在批量加载操作时,比如direct load、create table as select 操作,才能压缩数据。在dml操作期间是无法压缩数据的。在11g中,oracle将表压缩扩展到OLTP负载,比如可以在insert的时候压缩数据。OLTP压缩可以节省50-70%的空间。OLT...
分类:
其他好文 时间:
2015-09-02 13:23:41
阅读次数:
129
Ubuntu version : 14.04LTS首先从终端下载chorme浏览器,然后安装 ,命令如下 32位 @ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb@ sudo ...
分类:
系统相关 时间:
2015-08-30 22:48:22
阅读次数:
177
HDU5326 图论基础
It’s an interesting experience to move from ICPC to work, end my college life and start a brand new journey in company.
As is known to all, every stuff in a company has a title, everyone except the boss has a direct leader, and all the relat...
分类:
其他好文 时间:
2015-08-27 15:24:39
阅读次数:
273
MySQL 配置:1、使用 innodb_flush_method=O_DIRECT 来避免写的时候出现双缓冲区。2、避免使用 O_DIRECT 和 EXT3 文件系统 — 这会把所有写入的东西序列化。3、分配足够 innodb_buffer_pool_size ,来将整个InnoDB 文件加载到内...
分类:
数据库 时间:
2015-08-18 18:26:13
阅读次数:
202
安装完red hat enterprise linux 5后,ftp不能使用root用户,将/etc/vsftpd/ftpusers和/etc/vsftpd/user_list两个文件中的root注释掉,就是在root前加个#,再运行ftp结果报错
500 OOPS:cannot change directory:/root
500 OOPS: child died
...
分类:
其他好文 时间:
2015-08-16 13:51:56
阅读次数:
243
DWR(Direct Web Remoting)是一个用于改善web页面与Java类交互的远程服务器端Ajax开源框架,可以帮助开发人员开发包含AJAX技术的网站。它可以允许在浏览器里的代码使用运行在WEB服务器上的JAVA函数,就像它就在浏览器里一样。
DRW就是封装后的ajax,ajax只是一种最原始的实现方式,就好象servlet,然dwr就好象
struts,hibernate等框架...
分类:
Web程序 时间:
2015-08-14 11:50:37
阅读次数:
114
// D3DDemo.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "D3DDemo.h"
#include "DirectInput.h"
#include "Camera.h"
#define MAX_LOADSTRING 100
// 全局变量:
HINSTANCE hInst; /...
分类:
其他好文 时间:
2015-08-13 06:33:57
阅读次数:
215
先看官方文档: Animation extends Object implements Cloneable java.lang.Object ? android.view.animation.Animation Known Direct Subclasses AlphaAnimation, Anim...
分类:
其他好文 时间:
2015-08-12 06:42:32
阅读次数:
209
when run the calling "docker run hello-world" occur the ?error as follow: ? ? ? Post http:///var/run/docker.sock/v1.19/containers/create: dial unix /var/run/docker.sock: no such file or direct...
分类:
其他好文 时间:
2015-08-11 10:21:56
阅读次数:
137
Alpha混合技术是灰常有用的东东。待我好好学习一下。
一.简介
首先看一下Alpha通道,Alpha通道是计算机中存储图片透明度信息的通道,它是一个8位灰度的通道,用256级灰度记录图像中的透明信息,定义透明,不透明,半透明等,其中黑色表示完全透明,白色表示不透明,灰色为半透明。
如果不用Alpha混合,我们绘制图形的颜色总是替换当前颜色缓冲区中存在的颜色,这样后面的物体总是覆盖在原有的物...
分类:
其他好文 时间:
2015-08-08 18:15:12
阅读次数:
180