Giter Site home page Giter Site logo

xnx3 / iw Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 22.0 44.55 MB

Java Web 快速开发、基础功能集成后台,包含权限系统、会员系统、日志统计、系统管理等,让你专心做功能

License: Apache License 2.0

Java 26.20% CSS 4.84% JavaScript 63.85% HTML 3.89% PLpgSQL 1.22%

iw's Introduction

xnx3-2.2.jar

快速开发工具类,用最简洁的命令实现想要的功能。辅助模拟开发。

纯Java,跨平台,模拟按键、鼠标点击、找图、找色,实现简单按键精灵的功能 DEMO演示

辅助开发配套找图找色坐标工具 ScreenCapture.jar 下载

当前屏幕上搜索某个图像是否存在,并拿到搜索到的图片坐标Demo下载

    Robot robot = new Robot();
    robot.setSourcePath(ImageDemo.class);
    List<CoordBean> list = robot.imageSearch("search.png", Robot.SIM_ACCURATE);
    System.out.println("搜索到了"+list.size()+"个图片");

将指定文字发音读出:

    TTSUtil.speakByThread("这是要读出的文字内容");

发送一条短信

    SMSUtil.send("17076012262", "这是短信内容");

发送给[email protected]一封邮件

    MailUtil.sendMail("[email protected]", "这是邮件标题", "这是内容");

微信通过openid获取用户昵称

    WeiXinUtil.getUserInfo("openid").getNickname()

播放本地的某个mp3文件

    new MP3Play("/music/asd.mp3").play();

通过https的超链接,获取其网页源代码

    new HttpsUtil().get("https://www.baidu.com").getContent();

友盟APP推送,根据用户的device_token,推送给某个用户

    UMPushUtil.unicast("device_token...........", "通知栏提示文字", "标题", "内容");

Windows旧版本Com类,鼠标键盘模拟、找图找色。已不建议使用,推荐使用Robot类


介绍及说明

  • xnx3-2.2.jar:本项目最新jar包
  • ScreenCapture.jar:纯Java编写的图片处理小工具,配合 com.xnx3.robot.Robot 进行屏幕找图的纯Java按键精灵事件操作。
  • xnx3Config.xml:若使用短信、邮件、分布式存储、OSS等功能,需在src目录下放入此配置文件。
  • lib/:本项目所需要的所有jar包
  • src/:xnx3.jar的源文件
  • demo/:一些简单的demo示例
  • 查看详细DOC文档

联系

作者:管雷鸣
交流QQ群:418768360
业务联系QQ:921153866
业务联系E-mail:[email protected]

iw's People

Contributors

xnx3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.