用tar cvzf 压缩的文件,解压时出错:如下gzip: stdin: invalid compressed data--crc errortar: Child returned status 1tar: Exiting with failure status due to previous er...
分类:
其他好文 时间:
2015-09-10 21:16:33
阅读次数:
221
github push错误fatal: unable to access 'https://github.com/xuzhenguo/authorize.git/': The requested URL returned error: 403解决方法:vim .git/config修改前[remot...
分类:
Web程序 时间:
2015-09-09 22:52:34
阅读次数:
752
今天遇到了这个错误……真是弄了好久……在处理时有错误发生:
open-vm-tools
open-vm-tools-dkms
open-vm-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)解决办法:sudo apt-get autoremove open-vm-dkms open-vm-tools --purge这大概就...
分类:
系统相关 时间:
2015-09-04 14:21:57
阅读次数:
248
This function returns a list of tuples, where the i-th tuple contains the i-th element from each of the argument sequences or iterables. The returned ...
分类:
编程语言 时间:
2015-08-29 21:30:43
阅读次数:
147
The lifetime of the object returned bytypeidextends to the end of the program.根据C++标准, typeid()返回的type_info对象的生命周期那么长, 那么能不能通过直接比较指针来判断类型一致? 例如std::ma...
分类:
其他好文 时间:
2015-08-28 13:05:20
阅读次数:
144
安装PHP过程中,make步骤报错:(集合网络上各种解决方法)(1)-liconv -o sapi/fpm/php-fpm/usr/bin/ld: cannot find -liconvcollect2: ld returned 1 exit statusmake: *** [sapi/fpm/ph...
分类:
Web程序 时间:
2015-08-26 20:00:08
阅读次数:
382
我makefile出现这个错误:HelloWorldServer.c:(.text+0xaa): undefined reference to `zmq_send'collect2: error: ld returned 1 exit statusmake: *** [HelloWorldServe...
分类:
其他好文 时间:
2015-08-25 15:59:58
阅读次数:
13927
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1
出现这一错误的主要原因为:
使用的是hibernate的saveOrUpdate方法保存实例。saveOrUpdate方法要求ID为null时才执行...
分类:
其他好文 时间:
2015-08-21 19:31:16
阅读次数:
135
这个问题比较烦人,主要是因为使用了激光推送的功能,然后打包文件发布apk的时候出现了问题,导致了以下的一大堆的错误,不过大家勿急,有解决办法。
[2013-11-28 13:17:19 - Sjh_android] Proguard returned with error code 1. See console
[2013-11-28 13:17:19 - Sjh_android] Note:...
分类:
其他好文 时间:
2015-08-12 16:49:03
阅读次数:
95
第一个错误:
host Executable: cmu2nuance (out/host/linux-x86/obj/EXECUTABLES/cmu2nuance_intermediates/cmu2nuance)
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit s...
分类:
移动开发 时间:
2015-08-01 17:26:15
阅读次数:
208