码迷,mamicode.com
首页 >  
搜索关键字:unique constraint    ( 5568个结果
MS SQL GUID
(转自:http://blog.csdn.net/maonongwu/article/details/6327093)GUID介绍GUID(Global unique identifier)全局唯一标识符,它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 1...
分类:数据库   时间:2014-06-18 22:23:21    阅读次数:298
MYSQL 添加外键报错
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:数据库   时间:2014-06-18 21:01:47    阅读次数:332
oracle11g dataguard物理备库搭建
Dataguard 环境:操作系统:Redhat6.4Primary数据库:IP 地址:192.168.1.122数据库SID:ora11gDB_UNIQUE_NAME:ora11g_primaryStandby数据库:IP 地址:192.168.1.123数据库SID:ora11gDB_UNIQU...
分类:数据库   时间:2014-06-18 17:42:54    阅读次数:338
oracle dataguard主备库参数文件配置详解
主库参数详解:保持同一个Data Guard中所有的DB_NAME相同DB_NAME=ora11g为一个数据库指定一个唯一的名称,该参数一经指定就不会发生改动除非DBA主动改动DB_UNIQUE_NAME=ora11g_primary 初始化参数LOG_ARCHIVE_CONFIG用于控制发送归档....
分类:数据库   时间:2014-06-18 17:41:38    阅读次数:304
4Sum
题目 Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target. Note: ...
分类:其他好文   时间:2014-06-18 12:17:57    阅读次数:179
LeetCode: Permutations II 题解
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:其他好文   时间:2014-06-18 09:33:28    阅读次数:181
3Sum
题目 Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: Elements in a tr...
分类:其他好文   时间:2014-06-17 22:04:49    阅读次数:292
Leetcode: Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2014-06-17 14:35:50    阅读次数:297
搭建ORACLE10G DATA GUARD--->Physical Standby
下面是我自己搭建的Physical Standby,按照我下面的步骤一步一步做,肯定能搭建成功的,下面的搭建步骤可以作为一个Data Guard的搭建操作手册。...
分类:数据库   时间:2014-06-15 15:13:56    阅读次数:523
leetcode - Unique Binary Search Trees
题目:Unique Binary Search TreesGivenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a...
分类:其他好文   时间:2014-06-15 13:16:53    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!