File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 5
5
此 Java SDK 适用于 Java 6 及以上版本,基于 [ 七牛云存储官方API] ( http://docs.qiniutek.com/v2/api/ ) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
6
6
7
7
## 安装
8
+ 安装 Maven 的插件:[ The Maven Integration for Eclipse] ( http://www.eclipse.org/m2e/ )
8
9
9
- 需要在Eclipse工程中,导入七牛云存储的 SDK。目前,七牛云存储的 SDK 依赖于一下第三方包:
10
+ 添加依赖
10
11
11
- - commons-codec-1.6.jar
12
- - commons-logging-1.1.1.jar
13
- - fluent-hc-4.2.jar
14
- - httpclient-4.2.jar
15
- - httpclient-cache-4.2.jar
16
- - httpcore-4.2.1.jar
17
- - httpcore-4.2.jar
18
- - httpcore-ab-4.2.1.jar
19
- - httpcore-nio-4.2.1.jar
20
- - httpmime-4.2.jar
21
-
22
- 七牛云存储 SDK 中的 qbox/lib 目录默认已经包含这些第三方包,您直接使用就行。但是,也有可能因为你本地编译环境问题,需要重新载入这些包。
12
+ <dependency>
13
+ <groupId>com.qiniu</groupId>
14
+ <artifactId>sdk</artifactId>
15
+ <version>0.0.1</version>
16
+ </dependency>
23
17
24
18
## 使用
25
19
You can’t perform that action at this time.
0 commit comments