elvis0123

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2009年1月12日

摘要: - 我的两段代码 userLoginJudge() Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public bool userLoginJudge() 2 { 3 SqlConnection conn = ne... 阅读全文
posted @ 2009-01-12 17:47 elvis 阅读(190) 评论(0) 推荐(0) 编辑

摘要: Microsoft的开发平台VSTS(Visual Studio Team System) 集成了单元测试框架(Team Test),即: VSTS单元测试。 它支持: 1. 生成测试代码框架; 2. 在IDE中运行测试; ... 阅读全文
posted @ 2009-01-12 17:27 elvis 阅读(194) 评论(0) 推荐(0) 编辑

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1--02插入dbo.test表 2--select * from test 3--信息变量为 NumID 从10000增1,Number 从1增1 4--声明变量; 5DECLARE @i i... 阅读全文
posted @ 2009-01-12 15:34 elvis 阅读(240) 评论(0) 推荐(0) 编辑

摘要: LH的登录存储过程调用 存储过程:LH_LoginJudge Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1set ANSI_NULLS ON 2set QUOTED_IDENTIFIER ON 3go 4 5-- ==========... 阅读全文
posted @ 2009-01-12 14:33 elvis 阅读(242) 评论(0) 推荐(0) 编辑

摘要: 新建一个存储过程 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1-- ================================================ 2-- Template generated from Template... 阅读全文
posted @ 2009-01-12 11:22 elvis 阅读(221) 评论(0) 推荐(0) 编辑