码迷,mamicode.com
首页 >  
搜索关键字:errors    ( 1753个结果
Eclipse git pull 报Nothing to fetch 异常原因
eclipse git pull 报错// 使用这个配置会有 org.eclipse.jgit.api.errors.TransportException: Nothing to fetch. 异常[core] repositoryformatversion = 0 filemode = false...
分类:系统相关   时间:2014-12-04 17:18:50    阅读次数:435
OpenCV LIBTIFF_4.0 link errors
以前用Caffe用的好好的,今天重装后居然报了很多这样的错误/usr/lib/libopencv_highgui.so.2.4: undefined reference to TIFFRGBAImageOK@LIBTIFF_4.0' 1> /usr/lib/libopencv_highgui.so....
分类:其他好文   时间:2014-12-03 21:06:58    阅读次数:222
ansible callbacks
ansiblecallbacks编辑callbacks.py脚本文件(/usr/lib/python2.6/site-packages/ansible-1.8-py2.6.egg/ansible/callbacks.py)找到类AggregateStats在AggregateStats中有2个方法,defcompute(self,runner_results,setup=False,poll=False,ignore_errors=False): ‘‘‘walkthrougha..
分类:其他好文   时间:2014-11-30 17:19:58    阅读次数:254
eclipse中的js文件报错的解决办法
在使用别人的项目的时候,导入到eclipse中发现js文件报错,解决办法是关闭eclipse的js校验功能。三个步骤:1.Eclipse代码右键点击项目->properties->Validation->Errors/Warming将EnableJavascriptSematicvalidation...
分类:Web程序   时间:2014-11-29 15:47:19    阅读次数:159
laravel中的HTTP异常和日志
HTTP异常App::abort('404','Page not found');App::abort('401','You are not authorized');App::missing(function($exception){ return Response::view('errors.....
分类:Web程序   时间:2014-11-26 18:35:10    阅读次数:196
LR性能测试总结
一、结果分析思路 1.1 Analysis Summary在Analysis Summary中主要关注Transactions图中90%的响应时间最高的事务,拿响应时间作为整个分析的突破口。1.2 响应时间提交请求和返回该请求的响应之间使用的时间响应时间=后台响应时间+呈现时间1.3 errors....
分类:其他好文   时间:2014-11-26 10:58:30    阅读次数:443
PHP代码批量加密
<?php error_reporting(E_ALL); ini_set('display_errors','1'); //批量加密码当前目录 $dirnow = getcwd(); $dirnowfile = scandir($dirnow,1); f...
分类:Web程序   时间:2014-11-23 17:21:34    阅读次数:300
从XCode添加File的错误Multiple errors occurred while copying the files分析Cocos2d-x在XCode工程中添加文件
1、Multiple errors occurred while copying the files问题 关于这个问题,这里有解决办法 大致的意思是 1)添加文件没有全部添加,但是有部分添加成功,再次以文件夹添加之前的文件时会报这样的错误。 2)解决办法:先clean工程,点击上步需要添加文件的父目录,show  in  finder,删除之前添加的文件,重新添加。 这是...
分类:其他好文   时间:2014-11-21 18:51:36    阅读次数:208
Common Errors with Java Scripts in Controller
"22994 : Error:Unable to create Java VM" This error usually means that the PATH and the CLASSPATH environment ?variables are not set properly. Delete ini file for Vugen: a. Shutdown ?Vugen. b. G...
分类:编程语言   时间:2014-11-21 16:49:19    阅读次数:142
xdebug的安装和配置方法
首先让php错误显示,只需要修改php.ini当中的2条指令,把 displayerrors和htmlerrors都设置为On,如下所示 html_errors = On        display_errors = On 当然如果你要需要查看更多信息,比如说打印调用栈,哪就需要安装xdebug,这个对于比较复杂的代码系统特别有帮助 xdebug 安装步骤 xdebug...
分类:其他好文   时间:2014-11-19 14:13:14    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!