摘要:
sql oracle 一般是传参数是名称错了
阅读全文
posted @ 2011-08-06 15:28
hl3292
阅读(297)
推荐(0)
posted @ 2011-08-04 10:58
hl3292
阅读(163)
推荐(0)
摘要:
http://blog.163.com/zwx_gis/blog/static/32434435201132382957968/注:所有代码以C#为例DataGrid绑定的数据对象:1、DataGrid的ItemsSource数据必须是对象List2、DataGrid Column的Binding必须是对象的属性一、最基本的DataGrid绑定1、前台<sdk:DataGrid AutoGenerateColumns="True" Height="238" HorizontalAlignment="Left" Margin=&q
阅读全文
posted @ 2011-08-03 16:08
hl3292
阅读(601)
推荐(0)
posted @ 2011-08-03 15:01
hl3292
阅读(180)
推荐(0)
摘要:
select '总排量' as pollutantName, SUM(w.CORRECT_EMITOUT_VALUE), '0' AS totalEV from D_WATER_EMITION_HOUR_DATA wwhere w.sample_time between to_date('2011-05-24 00:00:00', 'YYYY-MM-DD HH24:MI:SS') and sysdate and w.pollution_code = '34010000000232'--group by w.poll
阅读全文
posted @ 2011-08-03 10:11
hl3292
阅读(142)
推荐(0)
摘要:
dic.Keys.ElementAt(0);
阅读全文
posted @ 2011-08-02 10:52
hl3292
阅读(170)
推荐(0)
摘要:
原文地址:http://blog.sina.com.cn/s/blog_59a314c70100mv09.html在使用Silverlight进行开发的时候,会觉得数据的操作是在是非常简单,不管是用WCF还是Webclient在于服务器通信后,Silverlight处理并显示数据都非常的方便,TextBlock TextBox等控件的使用方法也很容易掌握,但是,Silverlight依旧按照.net的传统提供了数据绑定的功能,使用数据绑定可以让Silverlight的数据操作更加灵活, 在使用Silverlight进行开发的时候,会觉得数据的操作是在是非常简单,不管是用WCF还是Webclie
阅读全文
posted @ 2011-07-30 10:40
hl3292
阅读(619)
推荐(0)
摘要:
foreach (KeyValuePair<string, object> ob in graphic.Attributes) { string str = ob.Key.ToString(); }
阅读全文
posted @ 2011-07-28 19:01
hl3292
阅读(290)
推荐(0)
摘要:
尚未解决:原文地址:http://blog.163.com/zwx_gis/blog/static/3243443520113201425184/前台:<ComboBox Name="comboBoxQuxian" SelectedValue="{Binding Path=QuXianData, Mode=TwoWay}"SelectedValuePath="QXH"DisplayMemberPath="QXM" Height="23" HorizontalAlignment="
阅读全文
posted @ 2011-07-26 17:41
hl3292
阅读(1737)
推荐(0)
摘要:
原文地址:http://hi.baidu.com/wutaof509/blog/item/d5306512500ad01db8127b47.html补充: AutoGenerateColumns - 是否根据数据源自动生成列 RowDetailsVisibilityMode - 显示相应的行的详细数据时所使用的显示模式 DataGrid.Columns - 手工定义DataGrid的列 DataGrid.RowDetailsTemplate - 用于显示相应的行的详细数据的模板 AreRowDetailsFrozen - 是否冻结 RowDetailsTemplate GridLinesVis
阅读全文
posted @ 2011-07-26 10:33
hl3292
阅读(2561)
推荐(0)