06 2015 档案

摘要:多谢版主!搞定了~把代码分享下,让和我一样的菜鸟可以节约一些时间ZhuYecontrollers代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Mvc;usi... 阅读全文
posted @ 2015-06-17 09:46 KainJC 阅读(4147) 评论(0) 推荐(1)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication7LINQ{ class Customer { pub... 阅读全文
posted @ 2015-06-05 09:51 KainJC 阅读(254) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data... 阅读全文
posted @ 2015-06-05 09:50 KainJC 阅读(657) 评论(0) 推荐(0)
摘要:set ANSI_NULLS ONset QUOTED_IDENTIFIER ONgoalter PROCEDURE [dbo].[xmk_insert] @rowid nvarchar(50), @qyname nvarchar(200) output, @dcode nvarchar... 阅读全文
posted @ 2015-06-04 08:51 KainJC 阅读(120) 评论(0) 推荐(0)