随笔分类 - Python
摘要:https://acm.ecnu.edu.cn/contest/33/ # 进制转换 import math def main(): T = int(input()) while T > 0: T -= 1 a, b = map(int, input().split()) if a < 0: pri
阅读全文
摘要:今天在安装basemap的时候, 一运行from mpl_toolkits.basemap import Basemap就报错。 解决方法 1、把Macintosh HD ▸ 用户 ▸ chenkexing ▸ anaconda3 ▸ pkgs ▸ proj4-5.2.0-h6d
阅读全文
摘要:今天下午做python的作业,我用PyQt5 中 利用QWebEngineView打开外部网页。 但是一直闪退,一运行就闪退。 显示报错:Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) 直接跑网友的代码也
阅读全文

浙公网安备 33010602011771号