码迷,mamicode.com
首页 >  
搜索关键字:c compiler cannot cr    ( 8152个结果
mysql 触发器语法详解
1、创建Mysql触发器: 语法: CREATE TRIGGER trigger_name trigger_time trigger_event ON tbl_name FOR EACH ROW BEGIN trigger_stmt //语句块 END; CR...
分类:数据库   时间:2014-05-09 10:52:24    阅读次数:478
黑客马拉松
软件开发听上去高大上,但实际很简单,全部活动可以分为两类:造轮子,搭积木。这和建筑行业很相似 —— 甚至相似到软件业懒得自己编词,借用建筑业的architect这样的title为自己所用。我的理解「造轮子」就是做一些基础性的工作,如os,compiler,database,protocol(如tcp...
分类:其他好文   时间:2014-05-09 05:04:20    阅读次数:427
用List <Object[]>类型保存的, 这个结果只包含一列数据问题
当是只有一列数的时候系统就不认定它是一个Object[] 而是一个String所以回报一个,java.lang.String cannot be cast to [Ljava.lang.Object错误信息。解决办法,让他返回两个,再取值
分类:其他好文   时间:2014-05-09 03:15:45    阅读次数:301
* -[__NSArrayM insertObject:atIndex:]: object cannot be nil
程序运行时候崩溃,提示object cannot be nil Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil' 提示如上面。 请问怎么解决...
分类:其他好文   时间:2014-05-09 01:31:55    阅读次数:558
解决 android.view.ViewGroup$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
错误日志1:06-13 10:55:50.410: E/KVLog(1129):Error info:java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams06-13 10:55:50.423: E/KVLog(1...
分类:移动开发   时间:2014-05-08 23:50:45    阅读次数:2753
iOS 引导页
// GuideViewController.h// Created by l.h on 14-5-6.#import @interface GuideViewController : UIViewController@end //// GuideViewController.m// Cr...
分类:移动开发   时间:2014-05-08 18:17:49    阅读次数:640
Ubuntu安装NRPE(Nagios插件)报:Cannot find ssl headers解决方法!
Linux系统:Ubuntu12.04NagiosLinux客户端需要安装NRPE进行数据收集,如果在Ubuntu系统下安装过程中遇到下面的错误提示:checkingforSSLlibraries...configure:error:Cannotfindssllibraries那么可能是缺少sudoapt-getinstallopensslsudoapt-getinstalllibssl-dev如果nrpe-2.15..
分类:移动开发   时间:2014-05-08 17:02:07    阅读次数:404
改变Eclipse中java编译器版本出现错误:Java compiler level does not match the version of the installed Java project facet.
改变Eclipse中java编译器版本出现错误:Java compiler level does not match the version of the installed Java project facet.错误原因:Project Facts中的Java版本设定与项目的Java版本设定不一致...
分类:编程语言   时间:2014-05-08 15:31:53    阅读次数:543
JavaScript跨域总结与解决办法
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(http://f2e.me/200904/cr...
分类:编程语言   时间:2014-05-08 14:04:18    阅读次数:517
jubuntu cannot open vitualbox
Failed to open a session for the virtual machine winxp. The virtual machine 'winxp' has terminated unexpectedly during startup with exit code 1. Result Code: NS_ERROR_FAILURE (0x80004005) Compo...
分类:其他好文   时间:2014-05-07 12:33:48    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!