码迷,mamicode.com
首页 >  
搜索关键字:oracle 等待事件之 db file parallel read    ( 120711个结果
UIButton点击后改变背景的等方法 按钮
请问下UIButton点击后改变背景的方法http://www.cocoachina.com/bbs/read.php?tid-48666-keyword-UIButton.html//初始设置:UIImage *bgImg1 = [UIImage imageNamed:@"Selected.png...
分类:其他好文   时间:2014-07-22 23:17:36    阅读次数:478
asp.net html table to DataTable
添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:Web程序   时间:2014-07-22 23:17:32    阅读次数:426
openfire插件开发环境
创建java工程SamplePlugin:package com.hoo.server.plugin;import java.io.File;import org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:其他好文   时间:2014-07-22 23:17:14    阅读次数:478
Oracle 中 decode 函数用法
含义解释: decode(条件,值1,返回值1,值2,返回值2,...值n,返回值n,缺省值)该函数的含义如下:IF 条件=值1 THEN RETURN(翻译值1)ELSIF 条件=值2 THEN RETURN(翻译值2) ......ELSIF 条件=值n THEN RET...
分类:数据库   时间:2014-07-22 23:17:14    阅读次数:444
webdriver 的CSV数据驱动
1.获取CSV数据内容public static Object[][] getFromCSV(String filename) { if (!(new File(filename)).exists()){ return null; } Object[][] content; CSVReader r....
分类:Web程序   时间:2014-07-22 23:16:34    阅读次数:467
使用RMAN DUPLICATE...FROM ACTIVE DATABASE创建物理standby database
Applies to: Oracle Server - Enterprise Edition - Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this document applies to any platfo...
分类:数据库   时间:2014-04-30 15:38:17    阅读次数:624
技巧一:Delphi XE3 Excel导入数据到StringGrid
procedure TDataEditDrFrm.btn8Click(Sender: TObject);varexcelx,excely:string;ExcelApp:Variant;workBook:OleVariant;excelRowCount,excelColumnCount:longin...
分类:其他好文   时间:2014-04-30 15:17:44    阅读次数:427
不同数据库中两列字段相减(某列有空值)
数据库中两个字段相减(某列有空值)处理方法:sql server中:select (isnull(字段1,0)-isnull(字段2,0)) as 结果 from 表oracle中:select (nvl(字段1,0)-nvl(字段2,0)) as 结果 from 表mysql中:select (i...
分类:数据库   时间:2014-04-29 16:42:46    阅读次数:925
Oracle Client 10g (instantclient) 精简版安装
今天遇到个软件要求安装oracle client端,于是考虑装精简版本的,就从http://www.oracle.com/technology/software/tech/oci/instantclient/index.html下载了instantclient-basic-win32-10.2.0....
分类:数据库   时间:2014-04-29 16:32:46    阅读次数:535
oracle 查版本号
oracle是强大的数据库,我们怎样看它的版本呢?工具/原料 oracle 数据库, sqlplus方法/步骤 首先进入sqlplus,cmd---plsql,登陆我们的用户,如:user/pass@数据库实例ID,建议用sysdba权限的账户登陆,不会的可以看看我前面的文章。方法一:v$versi...
分类:数据库   时间:2014-04-29 16:26:46    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!