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
'; 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
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
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
// 某年某月的天数- (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
javascript代码var msg={ count:0, show:function(value,time,width){ //type:定义显示样式,三种选择:success,notice,error;,不选则默认为success; //style:仅限...
分类:
移动开发 时间:
2014-06-26 17:44:36
阅读次数:
158
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
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的种类dbms_rowid的应用版本首先,我们所讨论的内容是基于以下oracle 版本SQL> select * from v$version;BANNER---------------------------------------------------------...
分类:
其他好文 时间:
2014-06-26 00:54:55
阅读次数:
1097