09 2017 档案

c#泛型TryParse类型转换
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using System.Data; namespace ConsoleApplication11 { class Program { sta... 阅读全文

posted @ 2017-09-25 11:34 空明流光 阅读(4523) 评论(0) 推荐(1) 编辑

C#高低位分解转换备忘
摘要:private void Form1_Load(object sender, EventArgs e) { var time = new DateTime(1985, 5, 6, 5, 40, 6); var arr = long2LowHight(time.ToFileTime()); } ... 阅读全文

posted @ 2017-09-01 14:30 空明流光 阅读(726) 评论(0) 推荐(0) 编辑

导航