下面是一个订单取消的含2个游标的存储过程set ANSI_NULLS ONset QUOTED_IDENTIFIER ONgoALTER PROCEDURE [dbo].[CancelOrderBySystem]ASBEGINdeclare /*声明变量*/@Status varchar(10...
分类:
数据库 时间:
2015-03-15 21:06:46
阅读次数:
239
全局ID的重要性体现在sharding的时候gtid MySQL:global transaction iduuid:universally unique identifierguid:global universally unique identifier自增idGUID(全局统一标识符) 分库分...
分类:
其他好文 时间:
2015-03-15 16:38:17
阅读次数:
120
USE [erp2015]
GO
/****** Object: StoredProcedure [dbo].[GetUser] Script Date: 03/14/2015 13:27:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ======================================...
分类:
数据库 时间:
2015-03-14 13:55:07
阅读次数:
310
Java and C# ComparisonThis is a quick reference guide to highlight some key syntactical differences between Java and C#.This is not a complete overvie...
分类:
编程语言 时间:
2015-03-13 10:37:08
阅读次数:
186
-来自收藏总结 综合了好多的常见错误1:clang failed with exit code 254一:检测代码中 是否 有 NSLog 打印了 返回 void 的值.2:Verify exit code of build task with internal identifier 'CopyPN...
分类:
移动开发 时间:
2015-03-11 16:44:44
阅读次数:
141
报错: Use of undeclared identifier '_executing'; Use of undeclared identifier '_finished';解决方法:在SDWebImageDownloaderOperation类的实现中(@implementation...
分类:
Web程序 时间:
2015-03-11 10:36:10
阅读次数:
134
首先,URI,是uniform resource identifier,统一资源标识符,用来唯一的标识一个资源。而URL是uniform resource locator,统一资源定位器,它是一种具体的URI,即URL可以用来标识一个资源,而且还指明了如何locate这个资源。而 URN,unifo...
分类:
Web程序 时间:
2015-03-09 14:11:34
阅读次数:
123
A property is not the same thing os a instance variable, you should read a little bit of them, there's plenty of sources in the internet.Summarizing, ...
分类:
其他好文 时间:
2015-03-09 10:48:57
阅读次数:
168
一.Java标识符程序员对程序中的各个元素加以命名时使用的命名记号称为标识符(identifier)。Java语言中,标识符是以字母,下划线(_),美元符($)开 始的一个字符序列,后面可以跟字母,下划线,美元符,数字。例如,identifier,userName,User_Name,_sys_va...
分类:
编程语言 时间:
2015-03-09 07:01:51
阅读次数:
141
在手机网页中点击某一个链接或是文本框后通常会在上面出现一个蓝色的透明的框(不同手机颜色有差别)。在网页中可以使用一个css修改这个框的颜色。 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 上述代码中设定颜色为白色,透明度为0。应用之...
分类:
移动开发 时间:
2015-03-07 15:33:41
阅读次数:
152