摘要: https://www.cnblogs.com/jach/p/5709175.html form数据的序列化: jQuery的ajax方法: 原生的ajax方法: 阅读全文
posted @ 2017-11-23 18:32 LuoCore 阅读(153) 评论(0) 推荐(0)
摘要: String.Join 和 Distinct 方法 https://www.cnblogs.com/louby/p/6224960.html 1.在写程序中经常操作字符串,需要去重,以前我的用方式利用List集合和 contains去重复数据代码如下: 2.现在我推荐大家使用一下方式去重复数据 阅读全文
posted @ 2017-11-23 18:09 LuoCore 阅读(4004) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/vchenpeng/archive/2013/05/12/3074887.html /// <summary> /// 获取时间戳 /// </summary> /// <returns></returns> public static string 阅读全文
posted @ 2017-11-23 18:08 LuoCore 阅读(520) 评论(0) 推荐(0)