sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update sudo apt-get upgrade ...
分类:
系统相关 时间:
2019-12-14 12:01:36
阅读次数:
215
百度了好久都没有找到答案,后来新建了一个文件夹,再build path就正常了,不知道为什么 ...
分类:
编程语言 时间:
2019-12-04 20:33:04
阅读次数:
103
core文件生成及调试1 代码 #include<stdio.h> int main() { int *p = NULL; *p = 0; return 0; } 2 在当前shell执行ulimit -c unlimited 注意:该命令只在当前shell生效,其他shell会失效ulimit - ...
分类:
系统相关 时间:
2019-12-03 18:10:42
阅读次数:
247
一、报错: 原因: 由于在jupyter notebook中,args不为空。 二、问题解决 改成args = parser.parse_args(args=[]) ...
分类:
其他好文 时间:
2019-11-30 18:52:16
阅读次数:
260
Series.duplicated(self, keep='first') Indicate duplicate Series values. Duplicated values are indicated as True values in the resulting Series. Either ...
分类:
其他好文 时间:
2019-11-22 23:42:46
阅读次数:
118
VMware vSphere克隆异常/dev/sda2:UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.(i.e.,without -a or -p options)[FAILED]***An error occurred during the file sy ...
分类:
其他好文 时间:
2019-11-05 16:58:02
阅读次数:
255
SQL Server 安装过很多次了,第一次遇见这样的问题: TITLE: Microsoft SQL Server 2008 R2 安装程序 出现以下错误: An error occurred during the installation of assembly 'Microsoft.VC80. ...
分类:
数据库 时间:
2019-11-01 14:49:28
阅读次数:
222
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:
数据库 时间:
2019-10-29 13:44:25
阅读次数:
102
碰到Oracle 在windows服务器上,asp.net core web api 在linux的docker中 碰到问题说ORA-00604: error occurred at recursive SQL level 1ORA-01882: timezone region not found ...
分类:
其他好文 时间:
2019-10-13 23:24:15
阅读次数:
216
Appium 运行start session时报错An unknown server-side error occurred while processing the command.Original error: Error executing adbExec.Original error: ‘C ...
分类:
移动开发 时间:
2019-10-13 20:42:44
阅读次数:
164