2015年1月21日

摘要: // 设置属性值MKMScheduleInfo model = new MKMScheduleInfo();Type type = typeof(MKMScheduleInfo); System.Reflection.PropertyInfo property = type.GetProperty(... 阅读全文
posted @ 2015-01-21 15:56 ljs0109 阅读(145) 评论(0) 推荐(0)

2014年3月24日

摘要: /// /// 发送xml请求 /// /// 接口url地址 /// 请求的xml /// 返回的xml对象 private XElement PostRequest(string requestUriString, string requestXml) { ... 阅读全文
posted @ 2014-03-24 17:57 ljs0109 阅读(683) 评论(0) 推荐(0)

导航