一、创建项目项目名称: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
一、创建项目项目名称: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
Eclipse Kepler?4.3.2 SR2?is the most recent release from the Eclipse top-level project. It contains what you need to build applications based on Eclipse technology, including integrated developm...
分类:
系统相关 时间:
2014-10-08 15:10:55
阅读次数:
457
[ora11@lixora ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 09:57:50 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g...
分类:
数据库 时间:
2014-10-08 12:59:25
阅读次数:
268
翻译不当和错误之处敬请指出更新内容官方描述https://developers.arcgis.com/android/guide/release-notes.htm10.2.4的版本注释本主题介绍Android版本的SDK10.2.4ArcGIS运行时的变化。如果你使用的是Eclipse或ADT作为...
分类:
移动开发 时间:
2014-10-08 11:43:25
阅读次数:
373
ASSERT函数是用于调试中,也就是说在你的代码中当是Debug的时候它完成对参数的判断,如果是TRUE则什么都不做,如果是FALSE则弹出一个程序中断对话框提示程序出现错误。在Release版本中它是什么作用都不起。它主要是监视程序在调试运行的过程中的运行情况,多多使用它,绝对有好处,没有一点坏处...
分类:
其他好文 时间:
2014-10-08 02:21:14
阅读次数:
192
------Java培训、Android培训、iOS培训、.Net培训、期待与您交流! -------@property和ARC@property和ARC都是编译器特性,系统会帮我们自动生成代码property参数1.set方法内存管理相关的参数 retain : release旧值,retain新...
分类:
其他好文 时间:
2014-10-08 00:42:34
阅读次数:
324
ARC forbids explicit message send of'release'
很显然,是ARC的问题。
错误原因:在创建工程的时候点选了“Use Automatic Reference Counting”选项
ARC是什么?
ARC是iOS 5推出的新功能,全称叫 ARC(Automatic ReferenceCounting)。简单地说,...
分类:
其他好文 时间:
2014-10-08 00:00:34
阅读次数:
277