摘要: 1.查询表的基本信息 2.查询表字段的说明信息 3.SET NOCOUNT >http://www.cnblogs.com/lmfeng/archive/2011/10/12/2208821.html 4.SET TRANSACTION ISOLATION LEVEL READ COMMITTED 阅读全文
posted @ 2016-04-13 12:42 汪汪汪~~ 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1.解析代码 添加引用, using System.Xml.Linq; using System.Xml; using System.Xml.Serialization; public class SerializerUtil<T> where T : class { public readonly 阅读全文
posted @ 2016-02-17 17:25 汪汪汪~~ 阅读(222) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Common { public static c 阅读全文
posted @ 2016-02-17 17:01 汪汪汪~~ 阅读(743) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Mvc; namespace Co 阅读全文
posted @ 2016-02-17 17:00 汪汪汪~~ 阅读(238) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; 阅读全文
posted @ 2016-02-17 16:54 汪汪汪~~ 阅读(449) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using Syste 阅读全文
posted @ 2016-02-17 16:51 汪汪汪~~ 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 简单的文件上传 1.View (文件上传用的是 multipart/form-data 格式) <div> @using (Html.BeginForm("SmallUpload", "Home", FormMethod.Post, new { enctype = "multipart/form-d 阅读全文
posted @ 2016-02-17 15:59 汪汪汪~~ 阅读(132) 评论(0) 推荐(0) 编辑
摘要: EF >Code First: http://www.cnblogs.com/Gyoung/archive/2013/01/17/2863145.html WCF > http://www.cnblogs.com/iamlilinfeng/archive/2012/09/25/2700049.htm 阅读全文
posted @ 2016-02-16 10:04 汪汪汪~~ 阅读(106) 评论(0) 推荐(0) 编辑