logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

tkinter设置自己的窗口logo图标

· tkinter设置自己的窗口logo图标三种方法:iconbitmaptk.calliconphoto1. iconbitmap()iconbitmap() 需要一个ico类型位图参数作为窗口图标,.png.jpg等其他类型不能显示。import tkinter as tkwindow = tk.Tk()window.title('LookAtMyLOGO')# 更改标题名字window.ge

#python
解决jupyter notebook启动报错:ImportError: DLL load failed while importing _ssl: 找不到指定的模块

①启动jupyter notebook失败报错如下:X:>jupyter notebookTraceback (most recent call last):File “X:\Anaconda3\Scripts\jupyter-notebook-script.py”, line 6, infrom notebook.notebookapp import mainFile “X:\Anacon

#jupyter
到底了