12 2017 档案

摘要:public static bool IsPropertyExist(dynamic data, string propertyname) { if (data is ExpandoObject) return ((IDictionary<string, object>)data).Contains 阅读全文
posted @ 2017-12-28 14:36 94cool 阅读(10637) 评论(0) 推荐(2)
摘要:static void Main() { string baseAddress = "http://localhost:4004/"; /*Render application Application.EnableVisualStyles(); Application.SetCompatibleTe 阅读全文
posted @ 2017-12-01 19:14 94cool 阅读(1050) 评论(1) 推荐(1)