• 00
  • :
  • 00
  • :
  • 00
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页
摘要: 主要是要设置HorizontalContentAlignment的值,而不是HorizontalAlignment <ListBox x:Name="xxx"> <ListBox.ItemContainerStyle> <Style TargetType="ListBoxItem"> <Setter 阅读全文
posted @ 2020-02-07 22:04 Garson_Zhang 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 很多时候一些简单的使用绑定需要对绑定的源做处理就需要通过转换器,这样的代码写起来不好看 本文告诉大家通过一个简单的库可以实现在界面绑定的时候通过表达式不需要转换 首先通过 Nuget 安装 CalcBinding 库,注意 Nuget 的地址是 https://api.nuget.org/v3/in 阅读全文
posted @ 2020-02-07 09:59 Garson_Zhang 阅读(5009) 评论(0) 推荐(0) 编辑
摘要: 由于PasswordBox.Password属性非依赖属性,所以不能作为绑定的目标,以下是本人的MVVM实现方法。 PasswordBox.Password与TextBox.Text同步,TextBox只是为了演示,实际使用的是TextBox.Text绑定的Source。 通过Behavior添加P 阅读全文
posted @ 2020-02-03 19:58 Garson_Zhang 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 解决办法:Ctrl + Alt + Space(空格) 阅读全文
posted @ 2020-01-14 15:35 Garson_Zhang 阅读(746) 评论(0) 推荐(0) 编辑
摘要: IIS安装.netCore运行环境 https://dotnet.microsoft.com/download/dotnet-core 下载对用版本: 确认是否安装成功: 注意: .net core2.X名字是:AspNetCoreModule .net core3.X名字是:AspNetCoreM 阅读全文
posted @ 2020-01-11 16:15 Garson_Zhang 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 结果: 1. 安装驱动 http://www.hexin-technology.com/shared/software_driver/vista-windows7-for-serial-adapters.rar http://www.hexin-technology.com/shared/softw 阅读全文
posted @ 2019-12-26 14:22 Garson_Zhang 阅读(253) 评论(0) 推荐(0) 编辑
摘要: gitblit 1.8.0 + java7 下载安装java7 https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe?AuthParam=1573700465_e578ee25f162c5fae1bfdb 阅读全文
posted @ 2019-11-14 13:29 Garson_Zhang 阅读(865) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-09 17:23 Garson_Zhang 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: public class DateHelper { #region 得到一周的周一和周日的日期 /// /// 计算本周的周一日期 /// /// public static DateTime GetMondayDate() { retu... 阅读全文
posted @ 2019-07-26 18:03 Garson_Zhang 阅读(255) 评论(0) 推荐(0) 编辑
摘要: void GetExceptionMsg(Exception ex, StringBuilder sb, string Prefix = "") { sb.AppendLine(Prefix + "【异常类型】:" + ex.GetType().Name); sb.AppendLine(Prefix + "【异常信息】:" + ... 阅读全文
posted @ 2019-04-18 18:10 Garson_Zhang 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页