KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
zdora
★ 26
Open GitHub ↗
脚本执行平台
Download README (.md)
Explore Similar Repositories
usingstdcpp2019
:
"Some fun with Reactive Programming in C++17" presentation at using std::cpp 2019 and associated material
DNSSecurity
:
The homework of DNS Security Course
SyliusRedirectPlugin
:
Add redirects to your Sylius store from a simple interface
wordsby-admin
:
A WordPress Admin theme for Gatsby sites.
PlaybackOP
:
android操作录制、操作回放
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
zdora
?
Download (.md)
zdora介绍 ===  ### 环境 1. jdk1.8 2. springboot websocket 3. maven ### 功能 脚本执行平台,在节点机器上执行命令,并时时回显执行命令的过程。 ### 打包 工程下有三个分支:master/client/test,master是server端,client是客户端,代码下载下来后,通过maven打成两个jar包:zdora-1.0.jar/zdora-client-jar-with-dependencies.jar test分支是个示例代码分支,示例代码中包含如下知识点: 1. http接口请求及zson的使用 2. ztest的使用 3. maven与testng.xml的结合使用 4. 参数的传递 ### 启动 1. server端启动,server端默认启动的端口是8080:  2. client端启动: `java -cp E:\workspace\zdora-client\target\zdora-client-jar-with-dependencies.jar com.zf.zdora.client.Run 192.168.1.3 8080` > 其中192.168.1.3是服务端的ip地址,8080是服务端的端口 ### 使用 1. 打开http://192.168.1.3:8080/index(以启动服务端的IP为准)  2. 在命令与参数中分别填写java -version点击执行  3. 点击:  4. 查看执行过程:  ### 应用场景 自动化多台机器执行控制