一般情况 UNIQUE 不应该出现nullable的但是如果我们要支持也是有办法的,就是写一个filter.https://msdn.microsoft.com/en-us/library/ms187019.aspx <--参考right click addNew Index 时记得关掉table,...
分类:
其他好文 时间:
2015-03-10 00:01:33
阅读次数:
309
本文讨论在分布式框架中使用到的两个数据结构。为了实现高性能,这两个数据结构都是无锁的。
第一个数据结构存储的是客户端发过来的socket。由于我们的框架只有一个线程接受用户的请求,所以很容易对每一个socket创建一个unique number(稍候我们再来看unique number包含了哪些信息)。框架中有一个线程专门来做清理工作,同时关闭没有返回给客户端的socket。最后框架中有多个线程...
分类:
其他好文 时间:
2015-03-09 19:11:26
阅读次数:
169
1.题目Given n, how many structurally unique BST's (binary search trees) that store values 1...n?For example,Given n = 3, there are a total of 5 unique BST's. 1 3 3 2 1
\ ...
分类:
其他好文 时间:
2015-03-08 20:13:09
阅读次数:
116
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:
其他好文 时间:
2015-03-08 15:45:00
阅读次数:
136
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2], [1,2,1],
and [2,1,1]....
分类:
其他好文 时间:
2015-03-07 18:42:23
阅读次数:
128
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:
其他好文 时间:
2015-03-07 15:31:20
阅读次数:
161
Unique PathsTotal Accepted:36748Total Submissions:112531My SubmissionsQuestionSolutionA robot is located at the top-left corner of amxngrid (marked 'S...
分类:
其他好文 时间:
2015-03-07 13:58:59
阅读次数:
137
1 节点2
使用dbca删除一个节点
2 节点1
alter database disable thread 2;
3 节点1
验证是否已经删除一个节点数据库
[03:49:06 oracle(db)@rac1 ~]$ srvctl config database -d prod
Database unique name: prod
Database name: prod
Oracle hom...
分类:
数据库 时间:
2015-03-07 06:18:46
阅读次数:
243
Unique Paths问题:A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or righ...
分类:
其他好文 时间:
2015-03-06 21:54:47
阅读次数:
135
In wildfly,In the process of loading WARN ?[org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. Mod...
分类:
其他好文 时间:
2015-03-06 17:30:38
阅读次数:
150