码迷,mamicode.com
首页 >  
搜索关键字:ora-04031 obj stat memo version count    ( 69204个结果
Android开发学习---template requires a minimum SDK version of at least 7,build target API version of 14
adt22.6.3的bug当adt更新到22.6.3,其编辑器中最低支持api7,即android 2.1,这里可能是google故意这么做的,也可能是其bug.其target sdk 和compile sdk最低都为14,即anroid 4.0,这里建议都设为最高的api 19,即android ...
分类:移动开发   时间:2014-05-29 02:43:25    阅读次数:607
一、jBPM4.4开发环境配置
JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理、工作流、服务协作等领域的一个开源的、灵活的、易扩展的可执行流程语言框架。jBPM是公开源代码项目,使用它要遵循 ASL(Apache License Version 2.0)和E...
分类:其他好文   时间:2014-05-29 02:35:07    阅读次数:365
what are Datatypes in SQLite supporting android
As said at Datatypes In SQLite Version 3:Datatypes In SQLite Version 3Most SQL database engines (every SQL database engine other than SQLite, as far a...
分类:移动开发   时间:2014-05-28 04:17:04    阅读次数:388
equals和hashcode为什么要一起重写
object对象中的 public boolean equals(Object obj),对于任何非空引用值 x 和 y,当且仅当 x 和 y 引用同一个对象时,此方法才返回 true; 注意:当此方法被重写时,通常有必要重写 hashCode 方法,以维护 hashCode 方法的常规协定,该协定...
分类:其他好文   时间:2014-05-28 00:40:59    阅读次数:211
Javascript 常用扩展方法
这篇文章纯粹是为了保存这些方法,供以后翻阅,其实一直保存在 evernote 里面,但觉得还是放到对的地方会好点。现在收录的很少,希望以后会慢慢增多。数组扩展contains,remove 扩展 1 function ArrayContains(array, obj) { 2 for (va...
分类:编程语言   时间:2014-05-27 16:49:27    阅读次数:262
Version of SQLite used in Android?
sing the emulators (adb shell sqlite3 --version):SQLite 3.7.11:19-4.4-KitKat18-4.3-Jelly Bean17-4.2-Jelly Bean16-4.1-Jelly BeanSQLite 3.7.4:15-4.0.3-I...
分类:移动开发   时间:2014-05-27 16:06:58    阅读次数:389
this的指向
//this 指的是调用 当前方法 (函数) 的那个对象function fn1(){ this; }//fn1(); this => window//obj.onclick=fn1; this=>obj//obj.onc...
分类:其他好文   时间:2014-05-26 20:16:04    阅读次数:245
php学习之string
1.php str_replace函数:str_replace() 函数使用一个字符串替换字符串中的另一些字符。str_replace(find,replace,string,count)find:必须,表示被查找的值replace:必须,替换别查找的值的值string:必须,被查找的字符串coun...
分类:Web程序   时间:2014-05-26 19:38:05    阅读次数:292
琐碎的知识点(二)
1、绑定设置时间格式 2、Repeater1.Items.Count 是指Repeter1的数据绑定条数 " : ""%> " : ""%> 上两行的意思是:前两条数据加上图标。(暂且这样理解)3、 在当前页面中嵌入其他页面4、a标签 中的target是做什么用...
分类:其他好文   时间:2014-05-26 18:17:54    阅读次数:256
自定义ActionBar图标
If you are supporting pre-3.0 with your application be sure you put this version of the custom theme invalues-v11or similar.
分类:其他好文   时间:2014-05-26 17:54:46    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!