上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 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 阿坦 阅读(138) 评论(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 阿坦 阅读(927) 评论(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 阿坦 阅读(201) 评论(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 阿坦 阅读(419) 评论(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 阿坦 阅读(2156) 评论(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 阿坦 阅读(495) 评论(1) 推荐(0)
摘要: 运行效果图 程序集整体如下 <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 阿坦 阅读(2413) 评论(0) 推荐(0)
摘要: 1、打开小米运动APP通知提醒 2、手机-设置-通知-QQ打开允许通知 3、在显示预览一栏中选择始终或者解锁时小米手环收到消息才会提醒,否则不会提醒。(微信也是这样设置) 阅读全文
posted @ 2021-05-22 22:04 阿坦 阅读(7773) 评论(0) 推荐(0)
摘要: 一、设置连接方式 1、直接连接 效果如下: 2、十字连接 效果如下: 二、设置覆铜与焊盘的距离 效果如下: 在这里说一下导线之间的安全距离 效果 设完规则别忘记使能规则 三、覆铜设置 1、 效果如下: 2、 效果 更改完规则后一定要手动重铺一下才会生效 阅读全文
posted @ 2021-04-21 14:07 阿坦 阅读(15061) 评论(0) 推荐(0)
摘要: 一、添加,删除、插入行 <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 阿坦 阅读(779) 评论(1) 推荐(1)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页