随笔分类 -  ASP.NET

写入数据到CSV
摘要:DownloadCSVAsStreame<T>(IList<T> param, string sheetname = null) where T : new() 基础依据: CSV格式为 cell1,cell2,cell3 \r\n cell1,cell2,cell3 注意: CSV是用符号分割ce 阅读全文

posted @ 2017-03-20 10:25 Thancoo 阅读(1675) 评论(0) 推荐(0)

Json填充Object工具
摘要:using System; using System.Collections.Generic; using System.Text.RegularExpressions; using Campaign.Commons.ConstParam; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Campaign.Commons... 阅读全文

posted @ 2017-02-01 21:56 Thancoo 阅读(597) 评论(0) 推荐(0)

Json|XMl|Object互相转化-小工具
摘要:1 using Newtonsoft.Json; 2 using System; 3 using System.IO; 4 using System.Text; 5 using System.Xml; 6 using System.Xml.Serialization; 7 8 public stat 阅读全文

posted @ 2017-02-01 21:48 Thancoo 阅读(1324) 评论(0) 推荐(0)

导航