随笔分类 -  VS.NET

摘要:图片转字节 字节转图片 阅读全文
posted @ 2019-04-29 16:13 平小宅 阅读(209) 评论(0) 推荐(0)
摘要:[转自:https://bbs.csdn.net/topics/392005427?page=1] 阅读全文
posted @ 2018-10-23 15:00 平小宅 阅读(73) 评论(0) 推荐(0)
摘要:IEnumerable<T> ICollection<T> IDictionary<TKey, TValue>(key/value pairs) IList<T>(index) 阅读全文
posted @ 2018-06-27 09:53 平小宅 阅读(131) 评论(0) 推荐(0)
摘要:[转自]https://www.cnblogs.com/wdw31210/p/4167306.html 阅读全文
posted @ 2018-06-06 15:40 平小宅 阅读(86) 评论(0) 推荐(0)
摘要:中文:星期一,星期二 System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.GetDayName(DateTime.Now.DayOfWeek) 阅读全文
posted @ 2018-05-07 09:16 平小宅 阅读(166) 评论(0) 推荐(0)
摘要:1.add reference [System.Runtime.Serializatio] 2.using [System.Runtime.Serialization] and [System.Runtime.Serialization.Json] 3.define model class add 阅读全文
posted @ 2018-02-27 17:37 平小宅 阅读(110) 评论(0) 推荐(0)