上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 1、首先下载Winaero Tweaker软件,下载地址:Winaero Tweaker 然后默认安装 2、打开软件 3、找到要替换的音乐,经典Windows XP开关机音乐下载地址:xp开机音乐经典版下载-windows xp开机音乐(电脑开关机音乐) 免费版-纯净下载 (huzk.cn) 4、点 阅读全文
posted @ 2022-09-03 11:33 阿坦 阅读(1060) 评论(0) 推荐(0)
摘要: 串口中断 void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { CmdAnalyze();//命令分析 if(cmd == cmd_event1) event1 = true; else if(cmd == cmd_event2) eve 阅读全文
posted @ 2022-09-01 17:36 阿坦 阅读(77) 评论(0) 推荐(0)
摘要: 小工具下载地址(阿里云盘):https://www.aliyundrive.com/s/ajfSmURRwGg 源码下载地址:https://www.aliyundrive.com/s/Z8xnAu1G8UB 发票名称按照要求写:采购人-购买平台-购买日期-名称-数量-金额-备注 阅读全文
posted @ 2022-08-22 11:28 阿坦 阅读(208) 评论(0) 推荐(0)
摘要: 在上一个博客中增加一个RelayCommand.cs,然后在User1ViewModel.cs中增加一个BtnCommand,最后在User1.xaml中绑定Command="{Binding BtnCommand}"这个命令。 using System; using System.Collecti 阅读全文
posted @ 2022-08-09 17:33 阿坦 阅读(83) 评论(0) 推荐(0)
摘要: public static class Singleton<T> where T : new() { // Use ConcurrentDictionary for thread safety. private static ConcurrentDictionary<Type, T> _instan 阅读全文
posted @ 2022-08-09 17:02 阿坦 阅读(152) 评论(0) 推荐(0)
摘要: 第一种方法:共享内存只存tiff图像里的灰度信息 using System; using System.IO; using System.IO.MemoryMappedFiles; using System.Runtime.InteropServices; using System.Windows; 阅读全文
posted @ 2022-02-17 15:51 阿坦 阅读(946) 评论(0) 推荐(0)
摘要: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schem 阅读全文
posted @ 2021-08-02 17:14 阿坦 阅读(203) 评论(0) 推荐(0)
摘要: using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) { double a, b, c, d; a = 0.123456789; b = Math.Round(a,5);//四舍五入 阅读全文
posted @ 2021-07-05 13:33 阿坦 阅读(427) 评论(0) 推荐(0)
摘要: // Instantiate the dialog box var dlg = new Microsoft.Win32.OpenFileDialog { FileName = "", Filter = "All Files|*.*|PNG Files|*.png|JPG Files|*.jpg|TI 阅读全文
posted @ 2021-06-28 17:12 阿坦 阅读(2189) 评论(0) 推荐(0)
摘要: <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)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页