07 2021 档案
摘要:<Window x:Class="WpfDemo.MultiBindingDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win
阅读全文
摘要:<Window x:Class="WpfDemo.BindingValidationDemo3" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c
阅读全文
摘要:<Window x:Class="WpfDemo.BindingValidationDemo2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c
阅读全文
摘要:赋权:grant execute on function1 to ucr_dtb1;收回执行权限:revoke execute on function1 from ucr_dtb1; 在ucr_dtb1用户下执行函数: select exp_dtb1.function1('xxxxx') from
阅读全文
摘要:<Window x:Class="WpfDemo.BindingValidationDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.co
阅读全文
摘要:参照了官网,但是 Error样式还是花了不少时间 <Window x:Class="WpfDemo.BindingValidationDemo2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="h
阅读全文
摘要:<Window x:Class="WpfDemo.BindingConverterDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com
阅读全文
摘要:<Window x:Class="WpfDemo.RelativeSourceDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w
阅读全文
摘要:函数wm_concat(列名),该函数可以把列值以","号分隔起来,并显示成一行,接下来上例子,看看这个神奇的函数如何应用准备测试数据 create table test(id number,name varchar2(20)); insert into test values(1,'a'); in
阅读全文
摘要:创建对象赋给 ObjectInstance属性,但是我们也可以交给 XAML来创建对象 然后会根据 MethodName 来指定具体方法,见上面的代码
阅读全文
摘要:1. 绑定CLR对象属性 2.绑定控件属性 3.获取字符串指定字符的值 4.显示集合子元素的属性 5.绑定基本数据类型的值 6.没有指定Path,Binding会把控件的DataContext当做自己的Source 7.通过 ElementName指定source,也可以把控件本身赋给Source
阅读全文
摘要:<Window x:Class="WpfDemo.LAY_OUT_GRID" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:转载 https://www.cnblogs.com/dotnetHui/p/8342398.html 微软在VisualTreeHelper类中,提供了一些实用工具方法,用于执行涉及可视化树中的节点的常规任务,VisualTreeHelper 类中的一些方法可以接受表示任意一种可视对象类型的 De
阅读全文
摘要:<Window x:Class="WpfDemo.XPASEDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006
阅读全文

浙公网安备 33010602011771号