Newtonsoft.Json踩坑记录 之 (Can not add Newtonsoft.Json.Linq.JValue to Newtonsoft.Json.Linq.JObject) C#开发 • 8个月前 (08-17) 在C#项目中使用Newtonsoft.Json反序列化json,报错如下:Can not add Newtonsoft.Json.Linq.JValue to... 阅读 1102 次 经验分享C#
【代码】Linq实现Left Join左连接查询 C#开发 • 8个月前 (08-06) Linq 实现Left Join左连接查询var query = from r in ctx.Reg... 阅读 735 次
【代码】C#通过身份证号取年龄 C#开发 • 8个月前 (08-06) C#通过身份证号取年龄 public static DateTime IdCardtoDate(this st... 阅读 815 次