上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: 第一步:在解决方案资源管理器中找到【AssemblyInfo.cs】文件,修改版本生成方式:[assembly: AssemblyVersion("1.0.0.*")] // 程序集的版本信息由下列四个值组成: // // 主版本 // 次版本 // 生成号 // 修订号 // //可以指定所有这些 阅读全文
posted @ 2024-06-12 17:04 microsoft-zhcn 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 参考:https://github.com/icsharpcode/AvalonEdit 阅读全文
posted @ 2024-06-12 15:49 microsoft-zhcn 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 是一个特殊的按钮,用于在用户长按或连续点击时重复执行特定动作。它通常用于需要重复执行某个操作的场景。 常用属性描述 Delay 用于获取或设置 RepeatButton 在开始重复之前被按下时等待的时间(以毫秒为单位)。 该值必须为非负数。 Interval 用于获取或设置开始重复后重复之间的时间间 阅读全文
posted @ 2024-06-07 17:59 microsoft-zhcn 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/dearroy/p/12730090.html 阅读全文
posted @ 2024-06-07 17:20 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/dearroy/p/12730090.html 阅读全文
posted @ 2024-06-07 17:19 microsoft-zhcn 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/dearroy/p/12730090.html 阅读全文
posted @ 2024-06-07 17:18 microsoft-zhcn 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/dearroy/p/12730090.html 阅读全文
posted @ 2024-06-07 17:18 microsoft-zhcn 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/dearroy/p/12730090.html https://www.cnblogs.com/czwy/p/18192720 阅读全文
posted @ 2024-06-07 17:17 microsoft-zhcn 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_35320456/article/details/137522023 阅读全文
posted @ 2024-06-07 15:07 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/timefiles/p/WpfAnimation.html#%E5%9C%BA%E6%99%AF https://www.cnblogs.com/aihu0307/archive/2011/07/08/2100742.html https://w 阅读全文
posted @ 2024-06-07 14:12 microsoft-zhcn 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 生成 XPS 格式 1.使用Office 2010 或者 Office 2007,单击"文件>导出>创建 PDF/XPS 文档>创建 PDF/XPS"。 2.读取XPS文档 XAML: <DocumentViewer x:Name="documentViewer"/> C#引用: using Sys 阅读全文
posted @ 2024-06-07 12:41 microsoft-zhcn 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/zt199510/p/13557819.html 阅读全文
posted @ 2024-06-05 14:09 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/zt199510/p/13543766.html 阅读全文
posted @ 2024-06-05 13:33 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/cdaniu/p/18069370 阅读全文
posted @ 2024-06-04 11:43 microsoft-zhcn 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 引用System.Windows.Interactivity.dll程序集 参考:https://www.cnblogs.com/tsliwei/p/5658426.html 阅读全文
posted @ 2024-06-03 08:50 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/tsliwei/p/5923107.html 阅读全文
posted @ 2024-06-03 08:47 microsoft-zhcn 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Frame 显示滚动条 <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto"> <ScrollViewer.Content> <Frame Content="{Binding Sou 阅读全文
posted @ 2024-06-01 22:27 microsoft-zhcn 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/killsime/article/details/135251227 阅读全文
posted @ 2024-05-31 13:43 microsoft-zhcn 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jb51.net/article/258137.htm https://blog.csdn.net/qq_44121554/article/details/131698250 https://www.cnblogs.com/yang-fei/p/4029782.htm 阅读全文
posted @ 2024-05-29 00:32 microsoft-zhcn 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 源码下载:LanguageStyle.zip 第一步:创建language文件夹,并创建文件(zh-cn.xaml、en-us.xaml) zh-cn.xaml en-us.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-05-28 23:52 microsoft-zhcn 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 字符转义字符 & &amp; > &gt; < &lt; " &quot; ’ &apos; { {}{ 回车 &#x000D;或者&#13; 换行 &#x000A;或者&#10; Tab &#x0009;或者&#9; 空格 &#x0020;或者&#32; 阅读全文
posted @ 2024-05-28 10:46 microsoft-zhcn 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/li-peng/p/3169864.html 阅读全文
posted @ 2024-05-27 08:58 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/li-peng/archive/2013/01/05/2846368.html https://cloud.tencent.com/developer/information/%E4%BD%BF%E7%94%A8WPF%20dataGrid%E8 阅读全文
posted @ 2024-05-27 08:56 microsoft-zhcn 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/li-peng/archive/2013/03/08/2950015.html https://www.jb51.net/program/293223zi3.htm 阅读全文
posted @ 2024-05-27 08:52 microsoft-zhcn 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 第一步:创建Windos服务 第二步:添加安装程序,此时页面出现serviceProcessInstaller1、serviceInstaller1 第三步:设置服务信息,StartType 选择 Automatic 第四步:设置登录身份信息,Account 选择 LocalSystem 第五步:写 阅读全文
posted @ 2024-05-25 17:16 microsoft-zhcn 阅读(243) 评论(0) 推荐(0) 编辑
摘要: index.html 代码高亮: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jQuery 语法高亮示例</title> <link rel="stylesheet" href="https://cdnj 阅读全文
posted @ 2024-05-25 16:43 microsoft-zhcn 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/hongmaju/p/3949234.html 阅读全文
posted @ 2024-05-25 11:49 microsoft-zhcn 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/Alex1911/p/17114033.html 阅读全文
posted @ 2024-05-25 10:41 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/527289276qq/p/6146386.html 阅读全文
posted @ 2024-05-25 10:37 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/kooleven/archive/2013/04/21/3034395.html 阅读全文
posted @ 2024-05-25 10:26 microsoft-zhcn 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/summer_top/article/details/107074661 参考:https://www.cnblogs.com/kanoakliu/p/17653218.html#%E7%BA%BF%E6%80%A7%E5%85%B3%E9%94%A 阅读全文
posted @ 2024-05-25 10:14 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/summer_top/article/details/107074661 阅读全文
posted @ 2024-05-25 10:10 microsoft-zhcn 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <Expander> <Expander.Header> <ToggleButton x:Name="expanderToggleButton" Click="ExpanderToggleButton_Click"> <TextBlock Text="展开" /> </ToggleButton> < 阅读全文
posted @ 2024-05-25 10:06 microsoft-zhcn 阅读(133) 评论(0) 推荐(0) 编辑
摘要: declare @srctext nvarchar(max) = 'a,b,c'; declare @deltext nvarchar(max) = 'b'; declare @rtnText nvarchar(max); -- SQL Server 去掉数组项 SELECT @rtnText = 阅读全文
posted @ 2024-05-24 17:27 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/qingxi11/p/17469074.html https://www.cnblogs.com/bruce1992/p/14745841.html 阅读全文
posted @ 2024-05-23 17:58 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/catshitone/article/details/71213371 阅读全文
posted @ 2024-05-23 17:32 microsoft-zhcn 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/tsliwei/p/5923107.html 阅读全文
posted @ 2024-05-23 17:23 microsoft-zhcn 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/xpvincent/p/4431514.html c#、wpf 字符串,color,brush之间的转换 https://www.cnblogs.com/ZXdeveloper/p/5993863.html C# 的Brush 及相关颜色的操作 阅读全文
posted @ 2024-05-23 16:57 microsoft-zhcn 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/maruko/archive/2013/04/19/WPF-Sound.html 阅读全文
posted @ 2024-05-23 16:26 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/h82258652/p/10403426.html 阅读全文
posted @ 2024-05-23 16:23 microsoft-zhcn 阅读(46) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页
点击右上角即可分享
微信分享提示