#import "newDetailViewController.h"
#import "Common.h"
#import "newObject.h"
#import "NetRequest.h"
#import
@interface newDetailViewController ()
{
UILabel *GWDetailTitleText;
UILabel *GWDe...
分类:
其他好文 时间:
2014-09-12 13:35:33
阅读次数:
299
1、SBT编译vi project/SparkBuild.scala修改仓库:"Maven Repository" at "http://172.16.219.120:8080/nexus/content/groups/public/"SPARK_HADOOP_VERSION=2.4.0.2.1.....
分类:
其他好文 时间:
2014-09-12 11:29:43
阅读次数:
234
#import #import "MainViewController.h"#import "Reachability.h"@interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@pro...
分类:
移动开发 时间:
2014-09-12 10:01:23
阅读次数:
267
1,在linux下安装客户端连接windows下 的MongoDBServer.2,远程连接ABI(Application Binary Interface)/API(Program);
分类:
数据库 时间:
2014-09-11 23:35:02
阅读次数:
257
//// MJPaintView.m// 01-涂鸦//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJPaintView.h"@interface MJPa...
分类:
其他好文 时间:
2014-09-11 22:21:03
阅读次数:
220
//// WJView.m// zwj涂鸦//// Created by zwj on 14-9-9.// Copyright (c) 2014年 zwj. All rights reserved.//#import "WJView.h"@interface WJView()@property(no...
分类:
其他好文 时间:
2014-09-11 20:47:32
阅读次数:
183
http://blog.sina.com.cn/s/blog_7a2f0a830101ecv4.htmlclinetSocket 1、viewcontroller.h@interface ViewController : UIViewControllerGCDAsyncSocketDelegate,...
分类:
移动开发 时间:
2014-09-11 18:46:52
阅读次数:
278
在Java语言中, abstract class 和interface是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的 面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互替换,因此很多开发者在进 行抽...
分类:
编程语言 时间:
2014-09-11 16:51:52
阅读次数:
194
转载,源地址: http://blog.csdn.net/ffeiffei/article/details/6637418MS UI Automation(Microsoft User Interface Automation:UIA)是随.net framework3.0一起发布的,虽然在如今这个...
分类:
其他好文 时间:
2014-09-11 15:20:32
阅读次数:
210
最新因工作需要,需要在C++的开发中使用到Java,所以就想到了利用JNI来进行开发,JNI全称Java Native Interface,也就是Java的本地接口,JNI既可以实现Java到本地平台的开发,也可以将本地平台的开发移植到Java上(当然,这里必须要保证二进制的位数一样,因为Java也是程序,JVM也是区分32位版本和64位版本的),下面就简单介绍一下JNI的双向操作,本文章以Jav...
分类:
其他好文 时间:
2014-09-10 17:51:57
阅读次数:
266