摘要: Install-Package OpenCVSharp4 Install-Package OpenCVSharp4.runtime.win using System.IO; using System.Text; using System.Windows; using System.Windows.C 阅读全文
posted @ 2026-01-20 21:38 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import DataLoader,random_split from torchvision import datasets,t 阅读全文
posted @ 2026-01-14 22:49 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: Install-Package ZXing.Net Install-Package Newtonsoft.Json public static class QrCodeGenerator { public static BitmapImage GeneratorBookQrCode(Book bk, 阅读全文
posted @ 2026-01-12 23:02 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: Get-Project -All|Install-Package livecharts.wpf Get-Project -All|Install-Package Prism.DryIoc -version 8.1.97 Get-Project -All|Install-Package Prism.W 阅读全文
posted @ 2026-01-11 18:49 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: //MainWindow.xaml <Window x:Class="WpfApp49.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr 阅读全文
posted @ 2026-01-09 22:39 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: 1.Download MacOS 15 iso file. Follow the below link, download,unzip, and open the torrent file via thunder or else, wait for finishing downloading. ht 阅读全文
posted @ 2026-01-08 06:39 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: Get-Project -All| Install-Package Prism.Wpf -v 8.1.97; Get-Project -All| Install-Package Prism.DryIOC -v 8.1.97; //MainWindow.xaml <Window x:Class="Wp 阅读全文
posted @ 2026-01-03 22:01 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: private void LoadImagesFromResources() { // 1. Get the CarProject assembly Assembly carAssembly = Assembly.GetExecutingAssembly(); string assemblyName 阅读全文
posted @ 2026-01-03 21:46 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: Install-Package Prism.Wpf -v 8.1.97; Install-Package Prism.DryIOC -v 8.1.97;Install-Package System.Runtime.Caching; //memory cache CacheItemPolicy cac 阅读全文
posted @ 2025-12-30 23:45 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import Dataset, DataLoader, random_split from torchvision import 阅读全文
posted @ 2025-12-30 21:18 FredGrit 阅读(8) 评论(0) 推荐(0)