摘要: EmitMapper.dll /// <summary> /// 对象自动转换。 /// </summary> /// <typeparam name="Source">源类型</typeparam> /// <typeparam name="Dest">目标类型</typeparam> /// < 阅读全文
posted @ 2021-12-18 17:15 勤奋的二牛 阅读(199) 评论(0) 推荐(0)
摘要: Style内容 <Style x:Key="contentLeftStyle" TargetType="{x:Type TextBlock}"> <Setter Property="HorizontalAlignment" Value="Left"/> </Style> <Style x:Key=" 阅读全文
posted @ 2021-12-18 13:32 勤奋的二牛 阅读(1113) 评论(0) 推荐(0)
摘要: 单值转换器 /// <summary> /// 单值通用转换器 ObjectConverter 比较值1|比较值2:true返回值:false返回值 /// eg1.Visibility="{Binding PanelStatus, Converter={StaticResource ObjectC 阅读全文
posted @ 2021-12-14 13:34 勤奋的二牛 阅读(118) 评论(0) 推荐(0)
摘要: 新建表 USE [DataBase] GO IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[table]') AND type IN ('U')) DROP TABLE [dbo].[tabl 阅读全文
posted @ 2021-11-30 11:33 勤奋的二牛 阅读(106) 评论(0) 推荐(0)
摘要: WPFTextBox控件显示水印效果 <TextBox x:Name="TbxInput" Grid.Row="1" Width="320" Height="25" Margin="0" VerticalAlignment="Center" VerticalContentAlignment="Cen 阅读全文
posted @ 2021-11-30 11:01 勤奋的二牛 阅读(192) 评论(0) 推荐(0)