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
当是只有一列数的时候系统就不认定它是一个Object[]
而是一个String所以回报一个,java.lang.String cannot be cast to
[Ljava.lang.Object错误信息。解决办法,让他返回两个,再取值
分类:
其他好文 时间:
2014-05-09 03:15:45
阅读次数:
301
程序运行时候崩溃,提示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
错误日志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
// 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
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.错误原因:Project
Facts中的Java版本设定与项目的Java版本设定不一致...
分类:
编程语言 时间:
2014-05-08 15:31:53
阅读次数:
543
什么是跨域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
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