File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
---
9
9
10
10
![ 操作说明] ( https://raw.githubusercontent.com/gitadmini/common/master/compcontroller.png )
11
+
12
+ ---
13
+
14
+ ### 安装与使用:
15
+ * 安装[ java] ( http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ) 环境,版本号是jdk-8xxxxx,可以百度一下怎么[ 安装] ( https://jingyan.baidu.com/article/0202781175839b1bcc9ce529.html ) 。
16
+ * 安装maven,可以百度一下怎么[ 安装] ( https://jingyan.baidu.com/article/6c67b1d646ae842786bb1e7a.html ) 。
17
+ * 安装compcontroller。
18
+ 1 . [ 下载] ( https://github.com/gitadmini/compcontroller/archive/master.zip ) 文件,并解压到任意目录。
19
+ 2 . 编译并运行:运行cmd窗口,cd到compcontroller目录(例如:cd F:\compcontroller),切换磁盘(例如:F:),执行打包命令mvn clean package -Dmaven.test.skip=true,成功后cd到target目录(cd target),若不存在rec目录则新建一个(mkdir rec),运行程序java -jar relax-0.0.1-SNAPSHOT.jar。
20
+ * 将手机连入电脑所在的局域网中,打开浏览器输入共享电脑的局域网地址,例如:192.168.11.101。
21
+
You can’t perform that action at this time.
0 commit comments