会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gold步履不停
博客园
首页
新随笔
联系
订阅
管理
2022年2月23日
WPF ComboBox选中项绑定失效的原因
摘要: <ComboBox DisplayMemberPath="FileName" ItemsSource="{Binding DbConfigCollection, Mode=TwoWay}" SelectedItem="{Binding TaskOptions.TargetDatabase, Mode
阅读全文
posted @ 2022-02-23 14:41 Gold步履不停
阅读(1026)
评论(0)
推荐(0)
2022年2月18日
解决WPF 中引入quartz.net,程序关闭后,进程无法结束的问题
摘要: 在窗体关闭事件中,关闭当前的Scheduler private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { var factory=ServiceLocator.Instance.GetS
阅读全文
posted @ 2022-02-18 08:58 Gold步履不停
阅读(299)
评论(0)
推荐(1)
2022年2月7日
gantt-elastic汉化的问题
摘要: <template> <gantt-elastic :options="optionList" :tasks="taskList" @tasks-changed="tasksUpdate" @options-changed="optionsUpdate" @dynamic-style-changed
阅读全文
posted @ 2022-02-07 10:51 Gold步履不停
阅读(1072)
评论(0)
推荐(0)
2021年11月16日
VS生成后事件的使用方法
摘要: 参考VS生成后事件及相关bat命令解析_不当初-CSDN博客_vs 生成事件 网上很多使用方法,但是很多都不起作用,原因是路径参数要加上双引号“” copy /y "$(TargetPath)" "$(SolutionDir)..\00 Bin\Debug\Plugins" del "$(Targe
阅读全文
posted @ 2021-11-16 17:25 Gold步履不停
阅读(299)
评论(0)
推荐(0)
2021年10月29日
WPF中TemplateBinding和TemplatedParent的使用区别
摘要: {TemplateBinding X}只是编写{Binding X, RelativeSource={RelativeSource TemplatedParent}}的快捷方式。TemplateBinding等价于{Binding RelativeSource={RelativeSource Tem
阅读全文
posted @ 2021-10-29 10:28 Gold步履不停
阅读(1760)
评论(0)
推荐(1)
2021年7月23日
WPF TreeView控件中绑定嵌套的Dictionary<string, Dictionary<string, string>>集合
摘要: 需求是将Dictionary<string, Dictionary<string, string>>集合绑定到TreeView中展示。 <TreeView x:Name="treeView" FontSize="16"> <TreeView.ItemTemplate> <HierarchicalDa
阅读全文
posted @ 2021-07-23 11:34 Gold步履不停
阅读(332)
评论(0)
推荐(0)
2021年7月19日
WPF程序只生成一个Exe文件
摘要: 创建一个WPF应用程序(.Net Framwork4.7),NuGet安装Prism.Wpf包,生成后Debug文件如图所示 除了可执行文件Test.exe外,还有大量的引用的Dll文件、xml文件、config配置文件和pdb调试文件。有时候我们不希望看到这么多文件,只想拿到一个exe文件就能运行
阅读全文
posted @ 2021-07-19 20:55 Gold步履不停
阅读(8877)
评论(1)
推荐(0)
公告