02 2019 档案

委托,匿名方法,Lambda表达式
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 委托 7 { 8 class Program 9 { 10 /// <summary 阅读全文

posted @ 2019-02-09 01:51 myjobok 阅读(239) 评论(0) 推荐(0)

定制异常
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 自己写的 7 { 8 public class dingzhiyichang : E 阅读全文

posted @ 2019-02-08 01:13 myjobok 阅读(76) 评论(0) 推荐(0)

连接数据库测试
摘要:1 use Northwind 2 go 3 if exists(select * from sysobjects where name='w_cs') 4 drop procedure w_cs 5 go 6 create proc w_cs 7 ( 8 @id int 9 ) 10 as 11 阅读全文

posted @ 2019-02-07 23:30 myjobok 阅读(177) 评论(0) 推荐(0)

导航