会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
18
下一页
2021年6月14日
WPF Slider滑块的使用
摘要: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200
阅读全文
posted @ 2021-06-14 09:25 阿坦
阅读(498)
评论(1)
推荐(0)
2021年6月7日
WPF使用MVVMLight的ViewModel 访问控件的属性方法事件以及多页面传递信息
摘要: 运行效果图 程序集整体如下 <Window x:Class="MVVMLightDemo.View.MainView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.
阅读全文
posted @ 2021-06-07 14:45 阿坦
阅读(2435)
评论(0)
推荐(0)
2021年5月22日
苹果手机小米手环5收不到微信QQ消息提醒的解决办法
摘要: 1、打开小米运动APP通知提醒 2、手机-设置-通知-QQ打开允许通知 3、在显示预览一栏中选择始终或者解锁时小米手环收到消息才会提醒,否则不会提醒。(微信也是这样设置)
阅读全文
posted @ 2021-05-22 22:04 阿坦
阅读(7840)
评论(0)
推荐(0)
2021年4月21日
AD覆铜设置规则
摘要: 一、设置连接方式 1、直接连接 效果如下: 2、十字连接 效果如下: 二、设置覆铜与焊盘的距离 效果如下: 在这里说一下导线之间的安全距离 效果 设完规则别忘记使能规则 三、覆铜设置 1、 效果如下: 2、 效果 更改完规则后一定要手动重铺一下才会生效
阅读全文
posted @ 2021-04-21 14:07 阿坦
阅读(15296)
评论(0)
推荐(0)
2020年12月23日
WPF DataGrid入门示例
摘要: 一、添加,删除、插入行 <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.c
阅读全文
posted @ 2020-12-23 13:52 阿坦
阅读(783)
评论(1)
推荐(1)
2020年12月22日
WPF 调用颜色选择器来改变字体颜色
摘要: using System.Drawing; using System.Windows; using System.Windows.Forms; using System.Windows.Media; namespace WpfApp2 { /// <summary> /// MainWindow.x
阅读全文
posted @ 2020-12-22 11:45 阿坦
阅读(983)
评论(0)
推荐(0)
2020年12月10日
wpf 使用devexpress画时间折线图
摘要: 效果如下: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http:/
阅读全文
posted @ 2020-12-10 14:33 阿坦
阅读(847)
评论(0)
推荐(0)
2020年11月17日
WPF 子类访问主类(父类)MainWindow的属性和方法
摘要: 工程集如下: <Window x:Class="SubClassCallMainClass.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mi
阅读全文
posted @ 2020-11-17 11:15 阿坦
阅读(1119)
评论(0)
推荐(0)
2020年11月11日
AD20 倒圆角
摘要:
阅读全文
posted @ 2020-11-11 16:58 阿坦
阅读(2064)
评论(0)
推荐(0)
2020年10月22日
stm32 读取多路SDADC
摘要: 方法一:用SDADC的规则通道一个一个去读,配置SDADC如下 读入代码比较简单,依次读取SDADC1通道6、通道8和SDADC3通道0,代码如下 /* USER CODE BEGIN Header_StartDefaultTask */ volatile uint32_t SDADC_Value[
阅读全文
posted @ 2020-10-22 14:53 阿坦
阅读(2013)
评论(0)
推荐(1)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
18
下一页
公告