File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Swim 是建造可规模化扩展的,终端到终端的流式(streaming)应
15
15
* 确保您的` JAVA_HOME ` 环境变量设置指向您的Java安装地址。
16
16
* 确保您的` PATH ` 包含` $JAVA_HOME ` 。
17
17
18
- * 从控制盘 (console)进入 ` server ` 目录,运行 ` ./gradlew run ` (Windows操作系统运行` .\gradlew.bat run ` ) 来启动Swim伺服器(server)。
18
+ * 从控制台 (console)进入 ` server ` 目录,运行 ` ./gradlew run ` (Windows操作系统运行` .\gradlew.bat run ` ) 来启动Swim伺服器(server)。
19
19
20
- * 然后在浏览器中打开 ` ui/index .html ` 即可看到与伺服器相连的UI 。
20
+ * 然后可在浏览器中分别打开 ` ui/chart .html ` , ` ui/gauge.html ` , 和 ` ui/pie.html ` 即可看到不同的 UI 实时部件 。
21
21
22
22
## 如何运作
23
23
24
- 浏览 [ 伺服器(server)] ( https://github.com/swimos/tutorial/blob /master/server ) 学习如何建立和处理在Swim伺服器(server)上的数据。
24
+ 浏览 [ 伺服器(server)] ( https://github.com/swimos/tutorial/tree /master/server ) 学习如何建立和处理在Swim伺服器(server)上的数据。
25
25
26
- 接着,浏览 [ 操作界面(ui)] ( https://github.com/swimos/tutorial/blob /master/ui ) 来学习与众不同的Swim视觉化数据处理。
26
+ 接着,浏览 [ 操作界面(ui)] ( https://github.com/swimos/tutorial/tree /master/ui ) 来学习与众不同的Swim视觉化数据处理。
Original file line number Diff line number Diff line change 4
4
5
5
视觉化 Swim 数据要求最少有 Swim client。这就是说,Swim 自带辅助工具使得用户可以直接观察到数据而无需额外的工作。
6
6
7
- 阅读 [ index.html] ( http://github.com/swimos/tutorial/tree/master/ui/index.html ) 快速入门如何创建计量器(gauges),饼图(pie charts),和线状图表(line graphs)。
7
+ 阅读 [ chart.html] ( http://github.com/swimos/tutorial/tree/master/ui/chart.html ) 快速入门如何创建线状图表(line graphs)。
8
+
9
+ 阅读 [ gauge.html] ( http://github.com/swimos/tutorial/tree/master/ui/gauge.html ) 快速入门如何创建线计量器(gauges)。
10
+
11
+ 阅读 [ pie.html] ( http://github.com/swimos/tutorial/tree/master/ui/pie.html ) 快速入门如何创建饼图(pie charts)。
You can’t perform that action at this time.
0 commit comments