一开始在windows下运行没有问题,但是在linux下运行却报如下错误: ? AttributeError: module 'unittest' has no attribute 'TestRunner', 在网上找了好多资料看了一下都提示存在与unittest模块同名的.py文件 但是我查了一点 ...
分类:
系统相关 时间:
2020-06-20 10:43:27
阅读次数:
68
centos 7 在虚拟机中出现 这个错误 导致进入不了系统。 经过一中午的百度测试了各种方法都不行。 导致出错的原因,应该是在安装各种软件时触动了 Gnome 桌面底层依赖的包。 最后找到了解决办法: 出现如上图界面后 然后ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。 ro ...
分类:
其他好文 时间:
2020-06-18 15:49:14
阅读次数:
252
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
分类:
其他好文 时间:
2020-06-18 13:17:39
阅读次数:
65
错误日志为: validateRenderPassDescriptor:757: failed assertion `Texture at colorAttachment[0] has usage (0x01) which doesn't specify MTLTextureUsageRenderT ...
分类:
编程语言 时间:
2020-06-17 23:26:14
阅读次数:
107
1072 Gas Station (30分) A gas station has to be built at such a location that the minimum distance between the station and any of the residential housi ...
分类:
其他好文 时间:
2020-06-17 18:32:50
阅读次数:
58
在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:
移动开发 时间:
2020-06-17 15:33:57
阅读次数:
100
在渲染进程(UI界面)中使用shell模块 //在文件管理器中打开 const { ..., shell } = require('electron'); const showFile = () => { if (!filePath) { return alert('This file has no ...
分类:
系统相关 时间:
2020-06-16 18:13:06
阅读次数:
67
import MySQLdb #查询数量 def Count(cur): count=cur.execute('select * from Student') print ('there has %s rows record' % count) #插入 def Insert(cur): sql = ...
分类:
数据库 时间:
2020-06-15 17:54:50
阅读次数:
78
We have N bulbs arranged on a number line, numbered 1 to N from left to right. Bulb i is at coordinate i. Each bulb has a non-negative integer paramet ...
分类:
其他好文 时间:
2020-06-15 15:42:11
阅读次数:
80
题目 A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nod ...
分类:
其他好文 时间:
2020-06-14 20:31:35
阅读次数:
61