Skip to content

Commit 51c9b39

Browse files
authored
再次修改第三part
1 parent 818298d commit 51c9b39

1 file changed

Lines changed: 27 additions & 14 deletions

File tree

Document-English.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@
3434
<img src="https://raw.githubusercontent.com/TommyLemon/APIJSON/master/logo.png" />
3535
</p>
3636

37-
3837
<br />
3938

40-
* ### [1.About](#1)
41-
* ### [2.Server-side deployment](#2)
39+
* ### [1. About](#1)
40+
* ### [2. Server-side deployment](#2)
4241
* [2.1 Installing with Eclipse](#2.1)
4342
* [2.2 Import MySQL table files](#2.2)
4443
* [2.3 Installing with IntellIJ IDEA Ultimate](#2.3)
45-
* ### [3.Client-side deployment with ADT Bundle or Android Studio](#3)
44+
* ### [3. Client-side deployment](#3)
45+
* [3.1 For Android](#3.1)
46+
* [3.2 For iOS](#3.2)
47+
* [3.3 For Javascript](#3.3)
4648

4749
* ### [5.Extra](#5)
4850
* [5.1 Recommend](#5.1)
@@ -152,19 +154,15 @@ Response:
152154

153155
<br />
154156

155-
156-
157157
[Test it online](http://apijson.cn/)
158158

159159
<br />
160-
<br />
161-
162160

163161
## <h2 id="2">2.Server-side deployment<h2/>
164162

165163
You can use either Eclipse for JavaEE or IntelllJ IDEA Ultimate to make installation. For both, first download the project and save it to a path.
166164

167-
### <h3 id="2.1">2.1 Using Eclipse to make installation<h3/>
165+
### <h3 id="2.1">2.1 Installing with Eclipse<h3/>
168166

169167
#### <h4 id="2.1.1">2.1.1 prerequisites<h4/>
170168

@@ -222,7 +220,7 @@ My config is Windows 7 + MySQL Community Server 5.7.16 + MySQLWorkbench 6.3.7 an
222220

223221
Start *MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select the path of your .sql file > Start Import > Refresh SCHEMAS*. Now you should see tables are added successfully.
224222

225-
### <h3 id="2.3">2.3 Using IntellIJ IDEA Ultimate to make the installation<h3/>
223+
### <h3 id="2.3">2.3 Installing with IntellIJ IDEA Ultimate<h3/>
226224

227225
#### <h4 id="2.3.1">2.3.1 Opening the project<h4/>
228226

@@ -242,9 +240,11 @@ Click *Run* in the bottom.
242240
**Note**: After running, you should see APIJSON test logs and in the last, it would show ‘APIJSON已启动’. If it shows ‘address already in use’, that means port 8080 has been used . You need tochange the port. See [how to change ports for a Spring Boot Application.](https://stackoverflow.com/questions/21083170/how-to-configure-port-for-a-spring-boot-application)
243241

244242

245-
### <h3 id="3">3.Client-side deployment with [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio)<h3/>
246-
247-
Make sure you have either one installed.<br />
243+
## <h2 id="3">3. Client-side deployment<h2/>
244+
245+
### <h3 id="3.1">3.1 For Android<h3/>
246+
247+
Make sure you have either [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio) installed.<br />
248248

249249
My config: Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2 and OSX EI Capitan + (JDK 1.7.0_71 + ADT Bundle 20140702) + (JDK 1.8.0_91 + Android Studio 2.1.2). All the systems and software are 64 bit.<br />
250250

@@ -254,9 +254,22 @@ My config: Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2
254254
* 2.Running<br />
255255
*Run > Run app*
256256

257-
* 3.Testing <br />
257+
* 3. Testing <br />
258258
In the browser, send a request to the server. It should return with the result.
259259
If the default url is not available, change it to an available one, such as an IPV4 address that is running the server of the APIJSON project. Then click the request button again.
260+
<br />
261+
262+
### <h3 id="3.2">3.2 For iOS<h3/>
263+
264+
Open xCode, then *APIJSON-Master/APIJSON-iOS/APIJSON-Swift > Open*<br/>
265+
266+
In xCode, *Product > Run*
267+
268+
### <h3 id="3.3">3.3 For Javascript<h3/>
269+
270+
You can use either an IDE or text editor like sublime, Atom, etc. Webstorm is recommended.<br/>
271+
While using a text editor, you just open the .html file in the APIJSON-JS folder.<br/>
272+
You can also open it with Vue javascript framework. Click [here](https://vuejs.org/) to learn more.
260273

261274
<br />
262275
<br />

0 commit comments

Comments
 (0)