08 2012 档案

摘要:http://www.cnblogs.com/lyj/archive/2008/03/25/1119671.html 阅读全文
posted @ 2012-08-31 11:39 skydau 阅读(156) 评论(0) 推荐(0)
摘要:DECLARE@ItemsXMLSET@Items='<bookstore><bookcategory="COOKING"><titlelang="en">EverydayItalian2</title><author>GiadaDeLaurentiis</author><year>2005</year><price>30.00</price></book><bookcategory="CHILDRE 阅读全文
posted @ 2012-08-18 22:20 skydau 阅读(156) 评论(0) 推荐(0)
摘要:DECLARE@ItemsXMLSET@Items='<bookstore><bookcategory="COOKING"><titlelang="en">EverydayItalian2</title><author>GiadaDeLaurentiis</author><year>2005</year><price>30.00</price></book><bookcategory="CHILDRE 阅读全文
posted @ 2012-08-18 21:57 skydau 阅读(161) 评论(0) 推荐(0)
摘要:<StackPanelx:Name="StackPanelPerson"Grid.Row="1"Width="200"><TextBoxText="{BindingMode=TwoWay,Path=UnitPrice,ValidatesOnExceptions=True,NotifyOnValidationError=True,StringFormat=\{0:F\}}"/><TextBoxHeight="23"Text="{BindingMode=Two 阅读全文
posted @ 2012-08-11 00:35 skydau 阅读(277) 评论(0) 推荐(0)
摘要:public class ToPercentConverter : IValueConverter { #region IValueConverter Members public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { decimal valuedecimal; if (decimal.TryParse(value.ToString(), out valuedecimal))... 阅读全文
posted @ 2012-08-10 22:58 skydau 阅读(179) 评论(0) 推荐(0)