09 2020 档案
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System
阅读全文
摘要:<Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200
阅读全文
摘要:M-V-VM是Model-View-ViewModel的简写,Model,ViewModel是个类文件(.cs文件),View是前台文件(,xaml文件)。假设我们的工程只有一个前台文件和一个后台文件,当设计要求越来越多的时候,前后台文件可能会高达上千行,甚至上万行,此时要想找到对应的代码,鼠标滚轮
阅读全文
摘要:效果: <Window x:Class="RichTextBoxDemo.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c
阅读全文
摘要:程序发送456,如果收到123则认为发送成功,重发次数3次,每次检测时间间隔1秒,效果如下 #region 串口发送 //str 是发送的字符,retry_num 是重发次数timeout 是超时时间 public bool UartSend(string str,UInt32 retry_num,
阅读全文
摘要:1、Shift + H 取消PCB界面头部实时显示,再按一下Shift + H又会重新显示头部信息 2、原理图界面中,鼠标停留在器件上面片刻会显示一个框图,如果想取消显示,工具->原理图有选项,在接下来的对话框中取消使能连接检视 取消前: 取消后:
阅读全文