摘要: 1.Check pc supported Nvidia GPU nvidia-smi 2.Download CUDA12.5 https://developer.download.nvidia.cn/compute/cuda/12.5.0/local_installers/cuda_12.5.0_5 阅读全文
posted @ 2025-11-06 00:43 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: 1.Download.Open command and runbelow url //In command prompt curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe 2.Instal 阅读全文
posted @ 2025-11-03 22:32 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: import uuid import datetime import json import os class Book: def __init__(self,id,name,isbn,title,topic): self.id=id self.name=name self.isbn=isbn se 阅读全文
posted @ 2025-11-03 21:44 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: pip install mysql-connector or pip install mysql-connector-python -i https://pypi.tuna.tsinghua.edu.cn/simple/ create table t2(id bigint primary key a 阅读全文
posted @ 2025-10-29 00:55 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: import uuid import datetime import time def get_uuid_time(): return (f"{uuid.uuid4().hex}_____{datetime.datetime.now().strftime("%Y%m%d%H%M%S%f")}") d 阅读全文
posted @ 2025-10-27 22:26 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: Install-Package Prism.Wpf Install-Package Prism.DryIOC #region Interfaces public interface IIDService { int GetID(); } public class IDService : IIDSer 阅读全文
posted @ 2025-10-27 22:18 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: Install-Package Prism.Wpf; Install-Package Prism.DryIOC; Install-Package System.Text.Json; <prism:PrismApplication x:Class="WpfApp36.App" xmlns="http: 阅读全文
posted @ 2025-10-20 22:22 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: Install-Package NewtonSoft.Json; Install-Package MySQL.Data; Install-Package SqlSugar; mysql> show create table t1; + + + | Table | Create Table | + + 阅读全文
posted @ 2025-10-17 09:46 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: Install-Package System.IO.Ports; //Sender.cs using System.IO.Ports; using System.Text; namespace ConsoleApp35 { internal class Program { static async 阅读全文
posted @ 2025-10-16 13:24 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: 1.Download from https://sourceforge.net/projects/com0com/files/com0com/3.0.0/com0com-3.0.0.0-x64-fre.zip 2.Unzip 3.Run exe file and click as the defau 阅读全文
posted @ 2025-10-15 10:59 FredGrit 阅读(14) 评论(0) 推荐(0)