摘要: BDU定义如下: public struct ShucaiyiUnit { [DataMember] //数采仪编号 public string MN { get; set; } [DataMember] //经度 public string Longitude { get; set; } [DataMember] //纬度 public string Latitude { get; set; } [DataMember] //SIM卡号 public string SIM { get; set; } }原因:忘记了下面的设置,呵呵[ServiceContract(Namespace = &q 阅读全文
posted @ 2011-07-07 17:47 hl3292 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-07-07 15:16 hl3292 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1.qq上的年龄分两类:小于等于26,大于等于992.房价上涨是应该追高,即使回落也不会回落到涨价之前的状态。 阅读全文
posted @ 2011-07-07 10:56 hl3292 阅读(107) 评论(0) 推荐(0) 编辑
摘要: if (this.cmbMonitorLevelPollutionSource.Items.Count == 0) { this.cmbMonitorLevelPollutionSource.Items.Add(new ComboBoxItem() { Content = "国控", Tag = "00" }); this.cmbMonitorLevelPollutionSource.Items.Add(new ComboBoxItem() { Content = "省控", Tag = "01" }); this 阅读全文
posted @ 2011-07-07 10:20 hl3292 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1.select p.longitude, p.latitude, p.Pollution_name, p.monitor_level, p.drainage_code, (case monitor_level when '00' then '国控' when '01' then '省控' when '02' then '市控' end) monitor_level from b_pollution_info p where 1=12.与代码表关联 阅读全文
posted @ 2011-07-07 09:39 hl3292 阅读(173) 评论(0) 推荐(0) 编辑