上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 98 下一页
摘要: 1、需求:DataGrid中某一个列绑定的是一个bool型的类成员,需要根据这个bool型的 true/false 显示 是/否 2、网上资料: 2.1、WPF的DataGrid的某个列绑定数据的三种方法(Binding、Converter、DataTrigger) - DotNet之路 - 博客园 阅读全文
posted @ 2022-01-25 16:47 simadi 阅读(536) 评论(0) 推荐(0) 编辑
摘要: <TextBox.Text> <MultiBinding StringFormat="姓名:{0}{1}"> <Binding Path="FristName" /> <Binding Path="LastName" /> </MultiBinding> </TextBox.Text> <DataG 阅读全文
posted @ 2022-01-25 16:25 simadi 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 微软官方文档 WebView2 功能和 API 概述 https://docs.microsoft.com/zh-cn/microsoft-edge/webview2/concepts/overview-features-apis?tabs=dotnetcsharp#browser-features 阅读全文
posted @ 2022-01-10 13:05 simadi 阅读(352) 评论(0) 推荐(1) 编辑
摘要: 1 内容页往原始页面新加脚本,目的是接受来自内容页的消息,并返回js变量 var myScript = document.createElement("script"); myScript.append('window.addEventListener("message", async functi 阅读全文
posted @ 2021-12-30 07:39 simadi 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 添加 ScrollViewer.HorizontalScrollBarVisibility="Visible" 还不显示 如果想出现滚动条 就千万别在datagrid外面套stackpanel布局 切记切记~~~~~ 改一下即可! 阅读全文
posted @ 2021-12-11 11:38 simadi 阅读(831) 评论(1) 推荐(1) 编辑
摘要: this.Dispatcher.Invoke(delegate { //写这里 }); 否则会出错 阅读全文
posted @ 2021-12-10 09:37 simadi 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 一、问题现象 使用新下载的Mosquitto创建MQTT服务器提示Starting in local only mode. Connections will only be possible from clients running on this machine.测试发现服务器只能接入本机的客户端 阅读全文
posted @ 2021-12-09 11:56 simadi 阅读(751) 评论(0) 推荐(0) 编辑
摘要: mosquitto在windows下的安装和测试 官方下载地址 https://mosquitto.org/download/ https://aliyun.blog.csdn.net/article/details/108103973 Windows 操作系统安装Mosquitto (MQTT)及 阅读全文
posted @ 2021-12-08 14:33 simadi 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 360安全卫士 功能大全 搜索 主页防护 修改设置一下即可 阅读全文
posted @ 2021-12-02 21:36 simadi 阅读(193) 评论(0) 推荐(0) 编辑
摘要: hookwechat - 知乎 (zhihu.com) 1.C++ DLL注入微信实现自动接收、发送消息 Windows 数据类型 https://docs.microsoft.com/zh-cn/windows/win32/winprog/windows-data-typesC++数据类型 htt 阅读全文
posted @ 2021-12-01 21:22 simadi 阅读(555) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 98 下一页