11 2016 档案
摘要:using Newtonsoft.Json; 之前拼接两个json串,是用的这样的代码 虽然效率挺高的,但是代码很丑啊 字符串操作的缺陷: 1)不优雅 2)不通用 3)没有办法替换原有的值 后来想起可以用dynamic类型来实现 如 原来是用的 d111.c=d112.c,但是这又相当 不通用,而用
阅读全文
摘要:using System; using System.Configuration; using StackExchange.Redis; namespace Redis { public sealed class RedisDbContext { /// /// Redis连接器 /// private sta...
阅读全文
摘要:http://www.ruanyifeng.com/blog/2012/09/xmlhttprequest_level_2.html http://www.cnblogs.com/yuanlong1012/p/5127497.html https://front-js.cc/test/fileupl
阅读全文
摘要:identity表导入失败,所以就用了这种笨办法来同步数据
阅读全文
摘要:逗号,双引号转义参考下面链接 http://blog.csdn.net/zzx3q/article/details/7456710 http://www.cnblogs.com/batsing/p/csv1.html
阅读全文