摘要: SQL代码: SELECT t.* FROM pt_org_info t START WITH t.id = 1 CONNECT BY t.par_id = PRIOR t.id ORDER SIBLINGS BY t.id; 效果图: 阅读全文
posted @ 2018-11-21 14:40 0611163 阅读(2800) 评论(0) 推荐(0)
摘要: WPF自定义TabControl,TabControl美化 XAML代码: <TabControl x:Class="SunCreate.Common.Controls.TabControlEx" xmlns="http://schemas.microsoft.com/winfx/2006/xaml 阅读全文
posted @ 2018-11-21 13:50 0611163 阅读(4391) 评论(8) 推荐(4)
摘要: 资源文件代码: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> 阅读全文
posted @ 2018-11-21 13:41 0611163 阅读(5919) 评论(5) 推荐(2)