请升级SVN的版本至1.7版本:采用1.7版本的SVN,编译过程中将不会产生任何因为SVN而导致的编译错误
SVN官方网站如下:http://subversion.apache.org/docs/release-notes/1.7.html...
分类:
移动开发 时间:
2014-09-03 13:06:56
阅读次数:
252
代码截屏分五步:
首先在视图控制器上创建一个视图
UIView *aView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 568)];
aView.backgroundColor = [UIColor blackColor];[self.view addSubview:aView];[aView release];
...
分类:
移动开发 时间:
2014-09-03 13:04:36
阅读次数:
222
一、启动Oracle数据库和监听器 首先切换到Oracle专有用户:[root@NJZYY06 ~]# su - oracle[oracle@NJZYY06 ~]$ 1.启动数据库:[oracle@NJZYY06 ~]$ sqlplus /nologSQL*Plus: Release 11.2...
分类:
数据库 时间:
2014-09-03 09:34:46
阅读次数:
268
http://blog.csdn.net/leave00608/article/details/17442163https://svn.apache.org/repos/asf/nutch/tags/release-2.2.1/http://blog.csdn.net/hsb1132/article...
分类:
其他好文 时间:
2014-09-02 19:25:15
阅读次数:
159
简介环境:window7 x64Eclipse Java EE IDE for Web Developers.(Version: Kepler Service Release 1)(Build id: 20130919-0819)HBase (hbase-0.98.3-hadoop2-bin.tar...
分类:
编程语言 时间:
2014-09-02 17:16:45
阅读次数:
496
所需要用到的其他工具或技术:
项目管理工具 : Maven
前台WEB展示:JSP
其他框架:Spring, Spring MVC
数据库 : Derby
新建一个Maven的Web项目
Maven Dependencies:
org.springframework
spring-context
4.0.0.RELEASE
...
分类:
编程语言 时间:
2014-09-02 14:10:24
阅读次数:
249
1、开发配置环境: 开发环境:Win7(64bit)+Eclipse(kepler service release 2) 配置环境:Ubuntu Server 14.04.1 LTS(64-bit only) 辅助工具:WinSCP + Putty Hadoop版本:2.5.0 Hadoop的Eclipse开发插件(...
分类:
系统相关 时间:
2014-09-02 12:42:25
阅读次数:
343
引入相关依赖: org.springframework spring-aop 3.0.5.RELEASE org.springframework spring-aspects 3.0.5.RELEASE org.aspectj aspectj...
分类:
编程语言 时间:
2014-09-02 12:07:54
阅读次数:
271
Debug和Release区别 转自草原和大树VC下Debug和Release区别最近写代码过程中,发现 Debug 下运行正常,Release 下就会出现问题,百思不得其解,而Release 下又无法进行调试,于是只能采用printf方式逐步定位到问题所在处,才发现原来是给定的一个数组未初始...
分类:
其他好文 时间:
2014-09-02 12:07:34
阅读次数:
150
wgethttp://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpmyuminstallepel-release-7-1.noarch.rpm或者用rpm-ivhepel-release-7-1.noarch.rpm安装查看是否安装成功:yumrepolist
分类:
其他好文 时间:
2014-09-01 15:50:14
阅读次数:
550