JS代码如下:/*** 模仿android里面的Toast效果,主要是用于在不打断程序正常执行的情况下显示提示数据* @param config* @return*/var Toast = function(config){this.context = config.context==null?$(...
分类:
移动开发 时间:
2014-10-09 01:41:17
阅读次数:
409
一、创建项目项目名称:spring100802二、在项目中添加spring支持1.在项目中创建lib目录/lib2.在lib目录下添加jar包commons-logging.jarjunit-4.10.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression..
分类:
编程语言 时间:
2014-10-08 16:44:05
阅读次数:
232
一、创建项目项目名称:spring100806二、在项目中添加spring支持1.在lib目录下添加jar包commons-logging.jarjunit-4.10.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jarspring-..
分类:
编程语言 时间:
2014-10-08 16:43:25
阅读次数:
229
一、创建项目项目名称:spring100802二、在项目中添加spring支持1.在项目中创建lib目录/lib2.在lib目录下添加jar包commons-logging.jarjunit-4.10.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression..
分类:
编程语言 时间:
2014-10-08 16:10:35
阅读次数:
168
一、创建项目项目名称:spring100806二、在项目中添加spring支持1.在lib目录下添加jar包commons-logging.jarjunit-4.10.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression-3.2.0.RELEASE.jarspring-..
分类:
编程语言 时间:
2014-10-08 16:10:15
阅读次数:
166
一、创建项目项目名称:spring100807二、添加jar包com.springsource.org.aopalliance-1.0.0.jarcommons-logging.jarjunit-4.10.jarlog4j.jarspring-aop-3.2.0.RELEASE.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-..
分类:
编程语言 时间:
2014-10-08 16:09:46
阅读次数:
277
一、创建项目项目名称:spring100804二、在项目中添加spring支持1.在项目中创建lib目录/lib2.在lib目录下添加jar包commons-logging.jarjunit-4.10.jarlog4j.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarspring-core-3.2.0.RELEASE.jarspring-expression..
分类:
编程语言 时间:
2014-10-08 15:20:28
阅读次数:
226
1.The model backing the 'MusicStoreDBContext' context has changed since the database was created.Consider using Code First Migrations to update the da...
分类:
Web程序 时间:
2014-10-08 14:43:05
阅读次数:
244
找了很久,终于找到了。 com.example.android.merge.OkCancelBar是一个自定义的GROUPpublic class OkCancelBar extends LinearLayout{ public OkCancelBar(Context conte...
分类:
移动开发 时间:
2014-10-08 14:20:25
阅读次数:
391
在开发中Application类,几乎每个项目中都会使用到,它是优化于四大组件运行的,它是一个全局的盒子,可以这么理解,比如我们可以在application类中存放一些变量,在其他类中可以获取到,比如在A类中把变量存放在Appliaction类中,然后在B类中可以获取,但是在Application中存放静态的变量,容易被系统回收,今天讲的是Application与Context的关系
请看图:
...
分类:
移动开发 时间:
2014-10-08 12:46:05
阅读次数:
197