07 2021 档案

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