上一页 1 2 3 4 5 6 7 ··· 123 下一页
摘要: import datetime import pandas as pd import time class Book(): def __init__(self,id,name,isbn,comment,content,summary,title,topic): self.id=id self.nam 阅读全文
posted @ 2025-11-26 20:47 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: pyinstaller --onefile PythonTest9.py import uuid import datetime import time def get_uuid_time(): return f'{uuid.uuid4().hex}_{datetime.datetime.now() 阅读全文
posted @ 2025-11-21 23:40 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: import uuid import datetime import time import json import tkinter as tk import tkinter.messagebox as msgBox class Book(): def __init__(self,id,name,i 阅读全文
posted @ 2025-11-21 23:21 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: import datetime import uuid import time import numpy as np import threading def get_uuid_time(): return f"{uuid.uuid4().hex}_{datetime.datetime.now(). 阅读全文
posted @ 2025-11-20 22:47 FredGrit 阅读(3) 评论(0) 推荐(0)
摘要: python -m pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple/ //PythonTest6.pyimport datetime import uuid import time import numpy as 阅读全文
posted @ 2025-11-20 22:16 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: 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 阅读(8) 评论(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 阅读(5) 评论(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 阅读(5) 评论(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 阅读(11) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 123 下一页