SET QUOTED_IDENTIFIER ON GOSET ANSI_NULLS ON GOALTER procedure GetVIPMark(@SLDAT datetime, @PNO integer, @SNO integer, @VIPNO varchar(20), @PLUInfo...
分类:
其他好文 时间:
2014-08-19 12:25:34
阅读次数:
228
----SET QUOTED_IDENTIFIER ON GOSET ANSI_NULLS ON GOCreate Procedure vipinsert(@RETURN bit output)ASBEGIN BEGIN TRANSACTION insert into bas...
分类:
其他好文 时间:
2014-08-19 12:19:24
阅读次数:
265
1 Protection Profile Introduction This document defines the security functionality expected to be provided by a general-purpose operating system capab...
分类:
其他好文 时间:
2014-08-18 00:14:23
阅读次数:
644
从数组array中找出第k小的元素,即经典的“线性时间选择”问题...
分类:
其他好文 时间:
2014-08-17 21:26:12
阅读次数:
276
今天在调试一个页面的时候遇到一个问题,在IE9下执行得非常好的脚本,在IE8里打开的时候弹出错误:expectedidentifier,stringornumber,依照经验,应该是定义对象的时候最后一个属性末尾跟了逗号,但检查一遍后没发现有这样的情况,后来细致看了一下报错的位置,发现有定义json...
分类:
Web程序 时间:
2014-08-16 23:41:51
阅读次数:
342
刚刚接触IOS,花了一段时间看我基础部分的OC后就想试着弄个小程序,于是看到http://www.cnblogs.com/LooDo/p/3907064.html博文中的小程序,博主分析的很详细,自己也想练手试试看,遇到Application windows are expected to have...
分类:
移动开发 时间:
2014-08-16 09:36:20
阅读次数:
278
Twilight Sparkle was playing Ludo with her friends Rainbow Dash, Apple Jack and Flutter Shy. But she kept losing. Having returned to the castle, Twili...
分类:
其他好文 时间:
2014-08-15 20:56:29
阅读次数:
215
下午给项目添加了一个小功能,报这个问题,看下图: 严重:?Servlet.service()?for?servlet?[springmvc]?in?context?with?path?[/PUP]?threw?exception?[An?exception?occurred?processing?JSP?p...
分类:
编程语言 时间:
2014-08-13 19:36:27
阅读次数:
336
一个view运行次序,
Application windows are expected to have a root view controller at the end of application launch的错误...
分类:
移动开发 时间:
2014-08-13 19:03:57
阅读次数:
272
原文:[SQL]死锁处理语句引言
今天在群里看到分享的解决死锁的sql语句,就想着这东西以后肯定用的着,就下载下来,在这里记录一下,以后查找也方便。
SQL 1 SET QUOTED_IDENTIFIER ON 2 GO 3 SET ANSI_NULLS ON 4 GO 5 CREATE PROCE...
分类:
数据库 时间:
2014-08-13 12:15:26
阅读次数:
266