上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
  2006年9月6日
摘要: cs_Favorite_AddCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_Favorite_Add( @SettingsID int, @UserID ... 阅读全文
posted @ 2006-09-06 09:14 MainIsUsed 阅读(329) 评论(0) 推荐(0) 编辑
摘要: cs_Exceptions_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Exceptions_Get( @SettingsID int, @ExceptionType int ... 阅读全文
posted @ 2006-09-06 09:09 MainIsUsed 阅读(178) 评论(0) 推荐(0) 编辑
摘要: cs_EventLog_GetEntryCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_EventLog_GetEntry( @EntryID int)AS SELECT E... 阅读全文
posted @ 2006-09-06 09:08 MainIsUsed 阅读(193) 评论(0) 推荐(0) 编辑
摘要: cs_es_Search_QueueManagerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].cs_es_Search_QueueManager( @PostID int, @SettingsID i... 阅读全文
posted @ 2006-09-06 09:05 MainIsUsed 阅读(216) 评论(0) 推荐(0) 编辑
  2006年9月5日
摘要: Session对象 【知识点回顾】1、变量的实质:是一个存储单元在内存空间中的一个符号化的地址。2、变量的作用域:是指定变量的有效范围。分为:过程级变量:作用域仅局限于该过程或函数内部。脚本级变量:作用域为当前的整个ASP页面。【引入】从这里我们可以看出,变量的作用域最大也仅是当前页面范围。这给页面与页面之间的数据传递和记录会话状态造成一定的困难。为此,ASP提供了Session和Applicat... 阅读全文
posted @ 2006-09-05 09:31 MainIsUsed 阅读(470) 评论(0) 推荐(0) 编辑
摘要: cs_Emails_TrackingSectionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Emails_TrackingSection( @PostID INT, @Sett... 阅读全文
posted @ 2006-09-05 09:14 MainIsUsed 阅读(166) 评论(0) 推荐(0) 编辑
摘要: cs_EmailQueue_FailureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER proc dbo.cs_EmailQueue_Failure @EmailID uniqueidentifier, @FailureIn... 阅读全文
posted @ 2006-09-05 09:11 MainIsUsed 阅读(217) 评论(0) 推荐(0) 编辑
摘要: cs_Content_UpdateDateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].[cs_Content_UpdateDate]( @ContentID int)AS UPDATE ... 阅读全文
posted @ 2006-09-05 09:02 MainIsUsed 阅读(202) 评论(0) 推荐(0) 编辑
摘要: cs_Content_GetListCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].[cs_Content_GetList]( @SettingsID int)AS SELECT ... 阅读全文
posted @ 2006-09-05 09:00 MainIsUsed 阅读(147) 评论(0) 推荐(0) 编辑
摘要: cs_Censorship_CreateUpdateDelete --审核制度创建更新删除Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER proc [dbo].cs_Censorship_CreateUpdateDelete --审核制度... 阅读全文
posted @ 2006-09-05 08:58 MainIsUsed 阅读(227) 评论(0) 推荐(0) 编辑
  2006年9月4日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_BlogActivityNightlyJobASSET Transaction Isolation Level Read UNCOMMITTEDB... 阅读全文
posted @ 2006-09-04 11:22 MainIsUsed 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Procedure [dbo].[cs_BannedNetwork_CreateUpdateDelete] @BannedNetworkID INT = 0 OUTPUT, ... 阅读全文
posted @ 2006-09-04 11:18 MainIsUsed 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ALTER Procedure [dbo].[cs_BannedAddress_CreateUpdateDelete] @SettingsID INT , @NetworkAddress NVARCHAR(50) , @BannedDate DATETIME , @ActionType INT --活动类型AS ... 阅读全文
posted @ 2006-09-04 11:16 MainIsUsed 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_ApplicationConfigurationSettings_CreateUpdate --11, 36, 0, 1, 0( ---------... 阅读全文
posted @ 2006-09-04 11:12 MainIsUsed 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ALTER PROCEDURE dbo.aspnet_UsersInRoles_RemoveUsersFromRoles @ApplicationName NVARCHAR(256), @UserNames NVARCHAR(4000), @RoleNames NVARCHAR(4000)ASBEGIN DECLARE @Applicatio... 阅读全文
posted @ 2006-09-04 10:58 MainIsUsed 阅读(364) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页