08 2024 档案
摘要:<Window x:Class="WpfApp1.Window2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/x
阅读全文
摘要:<WrapPanel x:Name="WrapPanelName"> <Border BorderThickness="1" BorderBrush="Blue"> <TextBox x:Name="tbFindAncestor" Text="{Binding RelativeSource={Rel
阅读全文
摘要:<Window x:Class="WpfApp2.BindingTest5" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2
阅读全文
摘要:方法一: 1、同时按住“win+R”调出运行窗口; 2、在运行窗口输入“regedit”并点确定调出注册表编辑器; 3、找到以下路径“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print”,空白处单击右键,点击新建值“DWORD (32位
阅读全文
摘要:-- sp_executesql中参数值,要么顺序和参数申明中的顺序一致,要么指定参数名字 declare @stmt nvarchar(500) declare @cnt int ; declare @maxid int set @stmt = 'select @maxid= cast(max(u
阅读全文