码迷,mamicode.com
首页 >  
搜索关键字:create datafile    ( 30138个结果
Oracle Managed Files,OMF
OMF相关参数:DB_CREATE_FILE_DESTDefines the location of the default file system directory or Oracle ASM disk group where the database creates datafiles or ...
分类:数据库   时间:2014-06-29 13:34:37    阅读次数:300
SQLServer2005 常用语法大全
SQL分类:DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE)DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT)DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK)首先,简要介绍基础语句:1、说明:创建数据库 CREAT...
分类:数据库   时间:2014-06-29 12:29:57    阅读次数:438
Test Automation With Selenium Using Page Object Design
WebDriver IntroductionA different way of automating the browser.. Create a browser-specific driver to control the browser directly and have to do this...
分类:其他好文   时间:2014-06-07 07:14:40    阅读次数:290
mysql不能插入中文
create table ordermeg(oid int primary key,cname varchar(50) not null,receivename varchar(50) not null,receiveadds varchar(50) not null,receivetel varc...
分类:数据库   时间:2014-06-07 06:23:31    阅读次数:234
Oracle自定义函数
核心提示:函数用于返回特定数据。执行时得找一个变量接收函数的返回值; 语法如下: create or replace function function_name ( argu1 [mode1] datatype1, argu2 [mode2] datatype2, ........ ) retur...
分类:数据库   时间:2014-06-07 06:18:51    阅读次数:328
CListCtrl控件使用方法总结(zhuan)
列表控件可以看作是功能增强的ListBox,它提供了四种风格,而且可以同时显示一列的多中属性值。MFC中使用CListCtrl类来封装列表控件的各种操作。通过调用 BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT...
分类:其他好文   时间:2014-06-05 20:47:12    阅读次数:404
Swift的笔记和参考
好久没来了,趁着新语言Swift发布,继续钻研中!Create Class 创建类 (重载效果)// Create Class 创建类class MyClass { // Properties 成员变量 init() { // Constructor 构造函数 ...
分类:其他好文   时间:2014-06-05 16:44:25    阅读次数:197
UPDATE 时主键冲突引发的思考【转】
假设有一个表,结构如下:root@localhost : yayun 22:59:43> create table t1 ( -> id int unsigned not null auto_increment, -> id2 int unsigned not null default ...
分类:其他好文   时间:2014-06-05 15:22:16    阅读次数:240
Swift的笔记和参考
原文:Swift的笔记和参考好久没来了,趁着新语言Swift发布,继续钻研中!Create Class 创建类 (多态效果)// Create Class 创建类class MyClass { // Properties 成员变量 init() { // Constructor 构造函数 } // ...
分类:其他好文   时间:2014-06-05 15:05:26    阅读次数:237
将bat批处理文件注册成windows服务
C:\Users\lenovo>sc create MyService binPath= "C:\Program Files\restartOracle.bat" type= share start= auto displayname= "AutoStartOracle Services"[SC] ...
分类:Windows程序   时间:2014-06-05 14:33:03    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!