ASP.NET
文章平均质量分 75
凌轩阁墨轩
这个作者很懒,什么都没留下…
展开
-
DataTable序列化成Json字符串
/// /// 将DataTable序列化为Json字符串 /// /// 要序列化的DataTable /// 返回一个json字符串 public List> DataTableToJson(DataTable table) { //实例化一个list泛型,使用Dict原创 2014-10-23 23:29:11 · 799 阅读 · 0 评论 -
Nvelocity使用方法
context.Response.ContentType = "text/html"; string userName = context.Request["userName"]; string passWord = context.Request["passWord"]; if (string.IsNullOrEmpty(p原创 2014-10-06 01:23:12 · 688 阅读 · 0 评论