08 2024 档案

摘要:解决办法 使用通配符包围 如搜索文件名带有123的文件,这样在搜索框去写*123* 阅读全文
posted @ 2024-08-13 15:59 猪猪猪猪侠 阅读(86) 评论(0) 推荐(0) 编辑
摘要:文心一言中的解释 代码例子1 import threading import time def foo(): time.sleep(3) print("我创建的线程结束了") thread1 = threading.Thread(target=foo) thread1.start() # threa 阅读全文
posted @ 2024-08-08 13:58 猪猪猪猪侠 阅读(119) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示