原文:10. IDENTITY属性使用小结从SQL Server 2012开始有了Sequence,简单用列如下:CREATE SEQUENCE TestSeqSTART WITH 1INCREMENT BY 1 ;SELECT NEXT VALUE FOR TestSeq AS NextValue...
分类:
其他好文 时间:
2014-06-25 23:43:30
阅读次数:
276
题目
Implement wildcard pattern matching with support for '?' and '*'.
'?' Matches any single character.
'*' Matches any sequence of characters (including the empty sequence).
The matching sh...
分类:
其他好文 时间:
2014-06-25 19:56:35
阅读次数:
275
REPLICAT RORA_1保持 ABENDED状态,无法启动问题
GGSCI (gc1) 12> info all
Program Status Group Lag Time Since Chkpt
MANAGER RUNNING
E...
分类:
其他好文 时间:
2014-06-24 17:37:19
阅读次数:
305
GoldenGate配置(四)之veridata配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Serve...
分类:
其他好文 时间:
2014-06-24 15:28:41
阅读次数:
270
模式匹配的实现,'?'代表单一字符,'*'代表任意多的字符,写代码实现两个字符串是否匹配。
Implement wildcard pattern matching with support for '?' and '*'.、
'?' Matches any single character.
'*' Matches any sequence of characters (inclu...
分类:
其他好文 时间:
2014-06-22 16:40:44
阅读次数:
225
xml解析报错:Invalid byte 2 of 2-byte UTF-8 sequence
在做接口解析时候出现的错误:Invalid byte 2 of 2-byte UTF-8 sequence. Nested exception: Invalid byte 2 of 2-byte UTF-8 sequence.
很明显是在读取XML文件时候出现的编码问题!
在测试过程中发...
分类:
其他好文 时间:
2014-06-22 16:26:26
阅读次数:
143
一、Oracle内置角色connect与resource的权限
grant connect,resource to user;
CONNECT角色: --是授予最终用户的典型权利,最基本的
ALTER SESSION --修改会话
CREATE CLUSTER --建立聚簇
CREATE DATABASE LINK --建立数据库链接
CREATE SEQUENCE ...
分类:
数据库 时间:
2014-06-22 14:30:19
阅读次数:
209
Description
Let S = s1 s2...s2n be a well-formed string of parentheses. S can be encoded in two different ways:
q By an integer sequence P = p1 p2...pn where pi is the number of left parentheses...
分类:
其他好文 时间:
2014-06-22 14:06:49
阅读次数:
249
GoldenGate配置(二)之双向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server rele...
分类:
其他好文 时间:
2014-06-22 11:46:51
阅读次数:
362
GoldenGate配置(一)之单向复制配置
环境:
Item
Source System
Target System
Platform
Red Hat Enterprise
Linux Server release 5.4
Red Hat Enterprise
Linux Server re...
分类:
其他好文 时间:
2014-06-22 07:16:57
阅读次数:
282