码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
CentOS5.9 编译Emacs 24
从Emacs官方站点下载最新版解压后,运行./configure 得到错误信息:configure: error: The following required libraries were not found: libXpm libjpeg libgif/libungif libtiff 用下面的命令安装依赖库:yum -y install libjpeg-devel.x86_64 gi...
分类:其他好文   时间:2014-06-15 15:05:23    阅读次数:233
Error creating bean with name 'memcachedClient'...java.lang.OutOfMemoryError
1,Tomcat启动报错如下:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'memcachedClient' defined in file [/usr/local/apache-tomcat-6.0.37_6500/webapps/trade...
分类:编程语言   时间:2014-06-15 14:12:10    阅读次数:283
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper:ImageNet Classification with Deep Convolutional Neual NetworkAchievements:The model addressed by Alex etl.achieved top-1 and top-5 test error ra...
分类:Web程序   时间:2014-06-15 12:22:10    阅读次数:320
mysql--error150错误原因初步分析
1, 两个字段的类型或者大小不严格匹配,例如,如果一个是INT(10), 那么外键也必须设置成INT(10), 而不是 INT(11) 也不能是 TINYINT. 你得使用 SHOW 命令来查看字段的大小,因为一些查询浏览器有时候把 int(10) 和int(11) 都显示为integer。另外,你...
分类:数据库   时间:2014-06-15 11:49:15    阅读次数:267
VBA读取、增加自定义和修改文档属性
读取系统文档属性Sub read()On Error Resume Nextrw = 1Worksheets(1).ActivateFor Each p In ActiveWorkbook.BuiltinDocumentProperties Cells(rw, 1).Value = p.Name C...
分类:其他好文   时间:2014-06-15 11:37:02    阅读次数:291
iOS Sprite Kit最新特性Physics Field虚拟物理场Swift测试
在WWDC2014上,Sprite Kit又有了很多新的提升! 其中一个很有意思的东西就是Physics Field!也就是物理场! 这意味着我们在Sprite kit上编写虚拟物理场的游戏将变得非常简单!先放上GitHub链接: https://github.com/songrotek/PhysicsFieldsWorld.git 我另外录制了效果视频大家可以先一睹为快: http://v.youku.com/v_show/id_XNzI2MzUzNzYw.html...
分类:移动开发   时间:2014-06-15 10:24:48    阅读次数:282
swift显示变量的类名称
var ivar = [:] ivar.className // __NSDictionaryI var i = 1 i.className // error: 'Int' does not have a member named 'className' If you want to get the type of a primitive, you have to use bridgeToOb...
分类:其他好文   时间:2014-06-14 14:28:55    阅读次数:234
Android Log介绍
android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w(),Log.e()。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE.至于日志级别本身的含义,相信用过Apache Log4j,Apache...
分类:移动开发   时间:2014-06-14 13:24:17    阅读次数:226
leetcode--Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:其他好文   时间:2014-06-14 08:52:31    阅读次数:265
Android DEV : Android Studio Build Error
有段时间没打开Android Studio, 今天尝试编译个App却出现如下错误. Error:The SDK Build Tools revision (19.0.3) is too low for project ':app'. Minimum required is 19.1.0 折腾了一下,...
分类:移动开发   时间:2014-06-14 08:21:35    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!