摘要:
FileStream fs1 = null; try { fs1 = new FileStream(@"C:\db.txt", FileMode.Truncate, FileAccess.ReadWrite); } catch (Exception ex) { } finally { fs1.Clo 阅读全文
posted @ 2016-02-25 17:03
dm3344
阅读(3766)
评论(0)
推荐(0)
摘要:
PropertyInfo[] poroInfo = typeof(Resources).GetProperties(System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static); poroInfo 阅读全文
posted @ 2016-02-25 16:22
dm3344
阅读(1703)
评论(0)
推荐(1)
浙公网安备 33010602011771号