摘要: Install-Package Prism.Wpf Install-Package Prism.DryIOC //App.xaml <prism:PrismApplication x:Class="WpfApp46.App" xmlns="http://schemas.microsoft.com/w 阅读全文
posted @ 2025-12-23 22:08 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: import uuid import threading from datetime import datetime import time idx=0 idx_lock=threading.Lock() def get_time_uuid(): with idx_lock: global idx 阅读全文
posted @ 2025-12-23 20:38 FredGrit 阅读(2) 评论(0) 推荐(0)
摘要: import uuid import time from datetime import datetime import pandas as pd data_list=[] arr=range(1,10000001) for a in arr: data_list.append({ 'Id':a, 阅读全文
posted @ 2025-12-23 20:28 FredGrit 阅读(5) 评论(0) 推荐(0)