摘要: USE [hdykxin]GO/****** Object: StoredProcedure [dbo].[pro_StudentExamScores] Script Date: 08/27/2012 00:13:44 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO-- =============================================-- Author: <Author,,Name>-- Create date: <Create Date,,>-- Description: <De 阅读全文
posted @ 2012-08-27 00:16 天蓝若空 阅读(587) 评论(0) 推荐(0) 编辑
摘要: SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE function [dbo].[SplitString]( @Input nvarchar(max), @Separator nvarchar(max)=',', @RemoveEmptyEntries bit=1 )returns @TABLE table ( [Id] int identity(1,1), [Value] nvarchar(max)) asbegin declare @Index int, @Entry nvarchar(max) ... 阅读全文
posted @ 2012-06-29 17:50 天蓝若空 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 以表名为参数的存储过程,实现父子类型的表结构的递归查询。 阅读全文
posted @ 2012-03-26 10:28 天蓝若空 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 一个javascript计算时间跨度的方法,仅用作记忆。 阅读全文
posted @ 2011-06-30 09:44 天蓝若空 阅读(708) 评论(0) 推荐(0) 编辑
摘要: updatepanel中回传之后js失效问题。 阅读全文
posted @ 2011-03-28 16:10 天蓝若空 阅读(1665) 评论(0) 推荐(0) 编辑
摘要: jquery 表格着色 阅读全文
posted @ 2010-12-20 11:02 天蓝若空 阅读(852) 评论(1) 推荐(0) 编辑