[apptest@vis appl]$ su -oravis[oravis@vis 11.1.0]$
sqlplus / as
sysdbaSQL>createusererpqueryidentifiedbyerpquerydefaulttablespaceAPPS_TS_TX_DATA;SQL>g...
分类:
数据库 时间:
2014-05-10 00:57:22
阅读次数:
347
HBase是一个类Bigtable系统,按照Google的论文对
Bigtable的定义是“一种稀疏的,分布式的,持久的多为维度的有序Map。这个Map由row key,column
key和timestamp做为索引,Map中的值是连续的byte数组”。HBase的多维度,包括table和colu...
分类:
其他好文 时间:
2014-05-10 00:30:36
阅读次数:
357
第六章
面向对象的程序设计ECMA中有两种属性:数据属性和访问器属性数据属性的特性[[Configurable]]
表示是否通过delete删除属性,是否重新定义属性,是否能把属性修改为访问器属性[[Enumerable]]
表示是否通过for-in循环返回属性[[writable]] 表示是...
分类:
编程语言 时间:
2014-05-10 00:06:22
阅读次数:
283
1 static const unsigned short crc16_table[256]= 2 {
3 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 4 0xC601,
0x06C...
分类:
其他好文 时间:
2014-05-10 00:02:02
阅读次数:
382
在ASP.NET的Repeater控件,实现隔行变色,是极简单的事情。因为它有ListItemType.Item和ListItemType.AlternatingItem模版。如果在普通的表格(Table)来实现隔行变色,就得使用css样式与jQuery来解决。先来看看原始的表格样式:打开视图:在视...
分类:
其他好文 时间:
2014-05-09 19:22:54
阅读次数:
367
use databases 显示所有数据库 use schame 使用数据库 show tables
显示当前数据库中的所有表 describe table 显示表结果 其他一些基本操作:例如更新,插入,查询,删除。
参考资料:http://wenku.baidu.com/link...
分类:
数据库 时间:
2014-05-09 19:20:41
阅读次数:
363
CDC 应该是成对使用 GetDC and ReleaseDC(不用new and delete)泄露
分类:
其他好文 时间:
2014-05-09 15:51:28
阅读次数:
222
一、题外篇
今天很悲催啊,给用户数据做datapatch的时候,每个月的数据多导入了一份,瞬间惊出一身冷汗...这可是产品环境,要是被老板知道了可就死定了,赶紧去掉重复的记录,同时写下下面的文章以备后用。
二、准备篇
1. 先创建一张学生表student:
create table student(
id varchar(10) not n...
分类:
数据库 时间:
2014-05-09 15:01:29
阅读次数:
394
artDialogjquery.multiselect.jshandsometablejquery.boxy.jsjquery.jqGrid.jszTree
jquery.tipsy.js
分类:
Web程序 时间:
2014-05-09 13:49:09
阅读次数:
260
1、sql语句中insert into tableName() output
inserted.id values()2 、存储过程中ALTER PROCEDURE dbo.getBuyMedicID( @id int output,
@AllsumMoney money )ASbegin INSE...
分类:
数据库 时间:
2014-05-09 13:32:10
阅读次数:
294