码迷,mamicode.com
首页 >  
搜索关键字:ora-04031 obj stat memo version count    ( 69204个结果
android 系统定制的小技巧
android 系统定制的小技巧(网络收集)1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_inter...
分类:移动开发   时间:2014-06-27 21:35:42    阅读次数:299
简单实现内存池
#include "common.h"#include "pool.h"#include static inline void *objmem_to_obj(void *objmem){return objmem + sizeof(pool_obj_head_t);}static inline vo...
分类:其他好文   时间:2014-06-27 21:24:59    阅读次数:292
PHP-静态方法继承等分析
'; echo $str, ''; echo 'A::CONST_NAME->', A::CONST_NAME, ''; echo 'B::CONST_NAME->', B::CONST_NAME, ''; echo 'A::$static_name->', A::$stat...
分类:Web程序   时间:2014-06-27 20:54:19    阅读次数:281
MSSQLSERVER数据库- SP_EXECUTESQL的使用
EXEC和SP_EXECUTESQL有什么区别呢?1,它们之间最大的区别是嵌入式的参数,如下面一个语句declare @sql nvarchar(2000) declare @id varchar(20) set @id='1' set @sql='select count(*) from emp ...
分类:数据库   时间:2014-06-26 20:32:50    阅读次数:236
gridview里找到控件
for (int i = 0; i < gvIncomeYG.Rows.Count; i++){ Label lblYG_DYYGSR_BHS = ((Label)gvIncomeYG.Rows[i].Cells[18].FindControl("YG_DYYGSR_BHS"));}YG_D...
分类:其他好文   时间:2014-06-26 19:55:47    阅读次数:164
iOS 计算某个月的天数 计算某天的星期
// 某年某月的天数- (NSInteger)dayCount:(NSInteger)years{ NSInteger count = 0; for (int i = 1; i <= 12; i++) { if (2 == i) { if((years...
分类:移动开发   时间:2014-06-26 18:51:56    阅读次数:261
移动web简易提示框
javascript代码var msg={ count:0, show:function(value,time,width){ //type:定义显示样式,三种选择:success,notice,error;,不选则默认为success; //style:仅限...
分类:移动开发   时间:2014-06-26 17:44:36    阅读次数:158
【错误总结之(一)】error LNK2038: 检測到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”
1>cvblob.lib(cvblob.obj) : error LNK2038: 检測到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(the_first.obj 中)1>cvblob.lib(cvtrack.obj) : error LNK2038: 检測到“...
分类:其他好文   时间:2014-06-26 16:55:32    阅读次数:132
Error:ORA-00937: 非单组分组函数错误
ORA-00937: 非单组分组函数错误 select count(*), t.user_name from sys_user t, sys_department a, sys_dep_type d where t.dep_id = a.dep_id and a.dep_id = d.dep_id and t.recd_is_del = 0 group by t.u...
分类:其他好文   时间:2014-06-26 08:07:37    阅读次数:231
rowid
版本rowid是什么rowid的种类dbms_rowid的应用版本首先,我们所讨论的内容是基于以下oracle 版本SQL> select * from v$version;BANNER---------------------------------------------------------...
分类:其他好文   时间:2014-06-26 00:54:55    阅读次数:1097
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!