You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
432 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 简介
JMacro使用Java Robot工具实现的自动化/脚本脚手架,屏幕找图,定位,模拟人操作鼠标、键盘等基本事件。
#背景
###环境依赖
jdk1.8
### 构建工具
Maven 3+
### 依赖说明
Hutool一个小而全的Java工具类库通过静态方法封装降低相关API的学习成本提高工作效率
##打包EXE可执行文件
```
maven package
```
执行程序输出目录target

Powered by TurnKey Linux.