会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FredGrit
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
123
下一页
2025年11月26日
Python store class list data in excel file via pandas
摘要: 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)
2025年11月21日
Python pyinstaller convert py file as *.exe file
摘要: 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)
Python json list as json and write in json file,tkinter popup as messagebox
摘要: 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)
2025年11月20日
Python thread lambda run multiple functions
摘要: 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, convert py file as .exe via pyinstaller
摘要: 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)
2025年11月19日
WPF Prism.Wpf implements mvvm,Prism.DryIOC implements IOC,IEventAggregator pub and sub message
摘要: 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)
2025年11月11日
Python Threading new thread
摘要: 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)
Python show memory
摘要: 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)
Python serialize list<T>
摘要: 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)
2025年11月6日
Win11 install CUDA 12.5
摘要: 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
下一页
公告