Giter Site home page Giter Site logo

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]

xnx3's Projects

request icon request

js ajax请求,纯js,不依赖任何其他框架

sms.java icon sms.java

java 发送短信,一行代码接入,可任意切换多家短信通道

templatespider icon templatespider

扒网站工具,看好哪个网站,指定好URL,自动扒下来做成模版。所见网站,皆可为我所用!

translate icon translate

Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!

wangmarket icon wangmarket

系统成熟、流程完善、细节精致、使用简单。极低的成本投入,30秒安装部署,选好模版一键导入。最快出网站,最快赚到钱。网市场云建站系统,历经8年,不断完善,拒绝半成品!

writecode icon writecode

设计好数据表,不必学它,直接运行,勾选上表、字段,自动写出规范化代码。

wxpay-sdk icon wxpay-sdk

最新最全微信支付集成SDK,一行代码调用微信支付,包含基础支付功能(网页授权、各种签名、统一下单、退款、对账单、用户信息获取)、验收用例指引(沙箱支付、支付验收、免充值产品开通)、商户平台(现金红包、企业付款到用户、代金券或立减优惠)、公众平台(微信卡券、社交立减金活动)、小程序(生成永久二维码、发送模版消息)等等更多丰富接口注释和例子。

xnx3 icon xnx3

常用工具类,方便快速开发

xnx3-dll icon xnx3-dll

xnx3.jar 2.0以上版本,开发windows下外褂辅助工具使用的dll文件包

xnx3_chatbot icon xnx3_chatbot

智能客服机器人,录入问题库,输入问题,返回答案。一行代码,就是这么简单。

xnx3_language icon xnx3_language

Java 多国语言包,极简方式,快速让Java拥有多语言切换能力

xnx3_tld icon xnx3_tld

常用tld标签,如时间戳转时间描述,字符串剪切等

xunxian icon xunxian

用Java语言,为“新寻仙”网游写的一款辅助工具,主要功能为自动打怪、交易自动扫货,附属一些键盘连按、鼠标连点、等等小功能。

xunxian_xianrenfuzhu icon xunxian_xianrenfuzhu

Windows system under the network game auxiliary software development, the mouse to click, simulation case, look for the figure color, dot matrix word reading, etc

yunbackups icon yunbackups

自动备份文件到华为云OBS、FTP上,纯Java编写,无中心服务器,打开即用。

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.