码迷,mamicode.com
首页 >  
搜索关键字:full table scan    ( 44953个结果
创建ORACLE 查询用户
[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中的时间维度
HBase是一个类Bigtable系统,按照Google的论文对 Bigtable的定义是“一种稀疏的,分布式的,持久的多为维度的有序Map。这个Map由row key,column key和timestamp做为索引,Map中的值是连续的byte数组”。HBase的多维度,包括table和colu...
分类:其他好文   时间:2014-05-10 00:30:36    阅读次数:357
CRC16 查表法
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
表格(Table)隔行变色
在ASP.NET的Repeater控件,实现隔行变色,是极简单的事情。因为它有ListItemType.Item和ListItemType.AlternatingItem模版。如果在普通的表格(Table)来实现隔行变色,就得使用css样式与jQuery来解决。先来看看原始的表格样式:打开视图:在视...
分类:其他好文   时间:2014-05-09 19:22:54    阅读次数:367
MySql 已用的命令
use databases 显示所有数据库 use schame 使用数据库 show tables 显示当前数据库中的所有表 describe table 显示表结果 其他一些基本操作:例如更新,插入,查询,删除。 参考资料:http://wenku.baidu.com/link...
分类:数据库   时间:2014-05-09 19:20:41    阅读次数:363
如何删除数据库中的重复记录?
一、题外篇 今天很悲催啊,给用户数据做datapatch的时候,每个月的数据多导入了一份,瞬间惊出一身冷汗...这可是产品环境,要是被老板知道了可就死定了,赶紧去掉重复的记录,同时写下下面的文章以备后用。 二、准备篇 1. 先创建一张学生表student: create table student( id varchar(10) not n...
分类:数据库   时间:2014-05-09 15:01:29    阅读次数:394
Jquery 常用插件
artDialogjquery.multiselect.jshandsometablejquery.boxy.jsjquery.jqGrid.jszTree jquery.tipsy.js
分类:Web程序   时间:2014-05-09 13:49:09    阅读次数:260
oracle 导入imp 命令
最常用的 imp name/password@IP:1521/orcl[库] file="c:\123.dmp" full=y ignore=y。例:imp abc/123@192.168.1.3:1521/orcl file = "c:\123.dmp" full=y ignore = y。ora...
分类:数据库   时间:2014-05-09 13:37:05    阅读次数:552
sql返回行id
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
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!