摘要:
C#获取dynamic(动态)实体的属性值 List<student> item= conn.Query<student>($"select * from 表 where id=123 ").ToList(); foreach (System.Reflection.PropertyInfo p in 阅读全文
摘要:
转载:https://www.cnblogs.com/mooncher/p/13839473.html Microsoft.CompactFramework.CSharp.targets not found 最近因为要给C盘扩容,就把D盘格式化了一下,扩容完成后 再用VS2008打开智能设备项目,报 阅读全文