上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 记录自定义事件到每个节点的事件 <Window x:Class="WpfDemo.SelfDefinedRoutedEvent" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch 阅读全文
posted @ 2021-08-11 08:27 zq爱生活爱代码 阅读(32) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace J 阅读全文
posted @ 2021-08-09 20:25 zq爱生活爱代码 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 需要引入JS文档 jquery.easyui.min.js 可以从官网下载 https://www.jeasyui.net/extension/189.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content 阅读全文
posted @ 2021-08-07 11:42 zq爱生活爱代码 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 1.如果要設定value的值是整數,那么设定IsSnapToTickEnabled="True" 意思是调到刻度上,默认刻度间隔 TickFrequency="1" 2.可以自由设定刻度盘的显示 Ticks="0.5 1.0 1.5 3.0" 最好同时设定 Maximum 3.还可以设定刻度盘的高亮 阅读全文
posted @ 2021-08-03 15:35 zq爱生活爱代码 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <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爱生活爱代码 阅读(39) 评论(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爱生活爱代码 阅读(90) 评论(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爱生活爱代码 阅读(70) 评论(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爱生活爱代码 阅读(320) 评论(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爱生活爱代码 阅读(58) 评论(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爱生活爱代码 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页