上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 128 下一页
摘要: Install-Package Prism.Wpf; Install-Package Prism.DryIOC; using System.Configuration; using System.Data; using System.Windows; namespace WpfApp42 { /// 阅读全文
posted @ 2025-11-19 21:50 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: import threading import time import uuid from datetime import datetime def print_time_uuid(num=1000): for a in range(1,num+1): print(f'{a},{datetime.n 阅读全文
posted @ 2025-11-11 23:00 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: py -m pip install psutil import os import psutil import asyncio import time from datetime import datetime class Book: def __init__(self,id,name,author 阅读全文
posted @ 2025-11-11 22:49 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: import uuid from datetime import datetime import time import json class Book: def __init__(self,id,name,author,isbn,title,topic): self.id=id self.name 阅读全文
posted @ 2025-11-11 22:06 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: 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 阅读(29) 评论(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 阅读(15) 评论(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 阅读(9) 评论(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 阅读(12) 评论(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 阅读(8) 评论(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 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 128 下一页