码迷,mamicode.com
首页 >  
搜索关键字:create database    ( 41269个结果
How to Change Password Complexity Requirements in Windows XP
Original Link:http://www.ehow.com/how_4812793_password-complexity-requirements-windows-xp.html#ixzz32PEZAbOnWhen you create a new account in Windows X...
分类:Windows程序   时间:2014-05-26 23:40:52    阅读次数:473
mysql相关
1、显示所有数据库: show databases;2、创建数据库: create database 数据库名字3、删除数据库: drop database 数据库名字4、使用数据库:use 数据库名字5、创建表: create table 表名( 字段1 字段1类型 其他限制,...
分类:数据库   时间:2014-05-26 22:04:14    阅读次数:327
WIN7+Qt5.2.0连接oracle数据库的oci驱动的编译
一、前提安装1.需要安装QT5.2.0,本介绍安装的是qt-windows-opensource-5.2.0-mingw48_opengl-x86-offline.exe;本文安装目录:c:\Qt2.安装oracle客户端,本文安装的为 :win32_11gR2_database_1of2.zip ...
分类:数据库   时间:2014-05-26 16:36:43    阅读次数:286
default listener is not configured in grid infrastructure home
Oracle Restart enable database creation requries Default listener configured and running in Grid Infrastructure home,Use NETCA in Grid Infrastructure ...
分类:其他好文   时间:2014-05-26 15:21:07    阅读次数:276
数据库 dml
一. SQL语言1.DDL 数据库模式定义语言(create alter drop __对对象操作)2.DML 数据操纵语言(insert delete update)3.DCL 数据控制语言 (grantrevoke)4.流程控制语言(if while)二.输出记录前几条 用limitmysql不...
分类:数据库   时间:2014-05-26 14:27:05    阅读次数:317
MATERIALIZED VIEW
Oracle的物化视图增量刷新机制定时将数据库A上的某个表的数据同步到另一个数据库B上首先在数据库A上确认该表有主键,然后建立在这个表上建立物化视图日志如“CREATE MATERIALIZED VIEW LOG ON T_tablename;”再到数据库B上创建数据库链接和快速刷新的物化视图如“c...
分类:其他好文   时间:2014-05-26 14:20:26    阅读次数:369
How to create UrlSlug in Asp.Net MVC
转自:http://www.ehsanghanbari.com/Post/20/how-to-create-urlslug-in-aspnet-mvc UrlSlug Is a way of generating a valid Url, and using the title of an arti...
分类:Web程序   时间:2014-05-26 14:02:12    阅读次数:292
Oracle存储过程调用存储过程
今天突然突发奇想让一个存储过程调用另外一个存储过程返回的游标,一个自己写的demo内存储过程(v_id为传入的参数,result_cursor为传出的存储过程,放在cursor_package中)create or replace procedure proc_innercursor(v_id in...
分类:数据库   时间:2014-05-26 13:16:10    阅读次数:343
EasyTouch 3.1中文翻译
Unity3D的Easy Touch 的手册最近寻找中文版本,google无果,自己动手。目前暂时只有c# ,javascript原理是一样的。 一、Quick Start 1-Import EasyTouch Package. 2-Create an empty gameObjec...
分类:其他好文   时间:2014-05-24 08:00:45    阅读次数:564
The Security Database on the Server Does Not Have a Computer Account
这两天在做微软App-V应用程序虚拟化的试验,公司需要测试自有C/S架构产品在其上的部署。搭建过程比较顺利,突然的今天上班后发现App-VServer(域成员服务器)使用域用户登陆时报错:TheSecurityDatabaseontheServerDoesNotHaveaComputerAccountforThisWorkstationTrustRelations..
分类:数据库   时间:2014-05-22 18:09:28    阅读次数:1107
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!