嫌弃官方Java EE Developers 笨重的兄弟可以自己搞个J2EE开发环境!
1、首先去Eclipse官网下载Eclipse IDE
我使用的是:Eclipse IDE for Java Developers
Version: Kepler Service Release 2
2、下载之后配置Eclipse和JRE关联参照:Eclipse使用jre的原理与配置
我使用的是:jre目录直接拷贝到eclipse目录下面...
分类:
系统相关 时间:
2014-06-07 01:13:20
阅读次数:
307
AFNetworking 2.0 当Deployment Target
低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h
@property(nonatomic, strong) dispatch_queue_t completionQueue;
由于sdk低于6.0时,dispatch_queue_t ARC没有托...
分类:
Web程序 时间:
2014-06-05 11:41:18
阅读次数:
286
ARM IDE 使用
ADS(ARM Developer Suite),是在1993年由Metrowerks公司开发是ARM处理器下最主要的开发工具。
新建工程:exp-2
新建文件exp-2.s到工程exp-2中:
创建好后,编辑源代码。
{CSDN:CODE:366940}
调试设置:AXD->options->configure Target..,选...
分类:
其他好文 时间:
2014-06-05 11:35:54
阅读次数:
347
整合spring-framework-3.2.4.RELEASE 整合hibernate-release-4.3.5.Final报错Caused by: java.lang.NoClassDefFound的解决方案...
分类:
编程语言 时间:
2014-06-05 09:29:57
阅读次数:
289
解决方法:
点击一下工程,工程-->"Build Settings"-->找到Objective-C Automatic Reference Counting项-->将它的值设置为NO。ok
找到Objective-C Automatic Reference Counting项...
分类:
其他好文 时间:
2014-06-05 07:43:00
阅读次数:
303
问题RT,在程序中我使用了QT的监听事件,监听鼠标的位置,如果鼠标在按钮上就改变按钮的ICON,但是在Release版本中(Debug版本没问题),这些被监听的按钮都看不见了,于是开始了寻找答案的道路。
闲话少叙,直接上码:
void MainHomeForm::init()
{
//为按钮注册事件
ui->SystemSetButton->installEventFilter...
分类:
其他好文 时间:
2014-06-05 04:29:25
阅读次数:
537
查询rman备份信息常用指令
----登陆到rman
$rman target /
----以精简的格式查看备份信息
RMAN> list backup of database summary;
List of Backups
===============
Key TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:
其他好文 时间:
2014-06-05 01:06:36
阅读次数:
383
Given an array S of n integers, are there elements
a, b, c, and d in S such that a +
b + c + d = target?
Find all unique quadruplets in the array which gives the sum of target.
Note:
...
分类:
其他好文 时间:
2014-06-05 00:34:06
阅读次数:
240
利用rman自动备份转储spfile
【情景简介】
生产环境丢失了服务器的参数文件,rman已开启自动备份设置。
【操作过程简述】
----启动rman
$rman target /
----检查rman设置
RMAN> show all;
----配置一遍rman自动备份控制文件,模拟初次设置rman自动备份控制文件
RMAN>CONFIGURE CONTROLFILEA...
分类:
其他好文 时间:
2014-06-04 22:54:12
阅读次数:
257
报这个错的话:基本都是配置出错,具体配置看下面。
AndroidManifest.xml 文件:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mayi.test.dao"
android:versionCode="1"
an...
分类:
移动开发 时间:
2014-05-31 22:00:03
阅读次数:
434