摘要:
记录自定义事件到每个节点的事件 <Window x:Class="WpfDemo.SelfDefinedRoutedEvent" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch 阅读全文
摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace J 阅读全文
摘要:
需要引入JS文档 jquery.easyui.min.js 可以从官网下载 https://www.jeasyui.net/extension/189.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content 阅读全文
摘要:
1.如果要設定value的值是整數,那么设定IsSnapToTickEnabled="True" 意思是调到刻度上,默认刻度间隔 TickFrequency="1" 2.可以自由设定刻度盘的显示 Ticks="0.5 1.0 1.5 3.0" 最好同时设定 Maximum 3.还可以设定刻度盘的高亮 阅读全文
摘要:
<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 阅读全文