foreign key references 除了关联外键,还可以关联 候选键(unique)需求table1 中的 status int 类型 ,表示状态 ,0 未启动 ,1 已启动,2 已完成table2 中 id int identity(1,1) primary key ,statusTyp...
分类:
其他好文 时间:
2014-06-29 06:11:54
阅读次数:
235
(转自:http://blog.csdn.net/maonongwu/article/details/6327093)GUID介绍GUID(Global unique identifier)全局唯一标识符,它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 1...
分类:
数据库 时间:
2014-06-18 22:23:21
阅读次数:
298
如果新提交的分支代码和master有冲突,先checkout到分支merge master,解决冲突,然后再checkout master,merge 分支.(1) git checkout edit_package_page git merge master --no-ff这时候会看到很多CO.....
分类:
其他好文 时间:
2014-06-18 19:49:55
阅读次数:
246
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
主库参数详解:保持同一个Data Guard中所有的DB_NAME相同DB_NAME=ora11g为一个数据库指定一个唯一的名称,该参数一经指定就不会发生改动除非DBA主动改动DB_UNIQUE_NAME=ora11g_primary 初始化参数LOG_ARCHIVE_CONFIG用于控制发送归档....
分类:
数据库 时间:
2014-06-18 17:41:38
阅读次数:
304
简单对比分析了Android4.4里的Auido配置文件 mixer_paths.xml, 主要针对高通MSM8974和apq8064机型...
分类:
其他好文 时间:
2014-06-18 12:25:55
阅读次数:
895
题目
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
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
题目
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
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