- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/mail_osc/xnx3
- 软件文档: http://www.xnx3.com/software/xnx3/doc/
软件介绍
快速开发工具类,用最简洁的命令实现想要的功能。辅助模拟开发。
纯Java,跨平台,模拟按键、鼠标点击、找图、找色,实现简单按键精灵的功能 DEMO演示
辅助开发配套工具:ScreenCapture.jar:
将指定文字发音读出:
new TTSUtil().speak("这是要读出的文字内容");发送一条短信
SendPhoneMsgUtil.send("13011658091", "这是短信内容");发送给123456@qq.com一封邮件
MailUtil.sendMail("123456@qq.com", "这是邮件标题", "这是内容");微信通过openid获取用户昵称
WeiXinUtil.getUserInfo("openid").getNickname()当前屏幕上搜索某个图像是否存在,并拿到搜索到的图片坐标
Robot robot = new Robot();
robot.setSourcePath(ImageDemo.class);
List<CoordBean>
list1 = robot.imageSearch("search.png", Robot.SIM_ACCURATE);
System.out.println("搜索到了"+list.size()+"个图片");Windows旧版本Com类,鼠标键盘模拟、找图找色。已不建议使用,推荐使用Robot类
介绍及说明
xnx3-2.2.jar
ScreenCapture.jar:纯Java编写的图片处理小工具,配合 com.xnx3.robot.Robot 进行屏幕找图的纯Java按键精灵事件操作。
xnx3Config.xml : 若使用短信、邮件、分布式存储等功能,需在src目录下放入此配置文件。
lib/ : 支持的jar包
doc/ : xnx3-2.0.jar的doc文档
src/ : xnx3-2.0.jar的源文件
demo/ : 一些简单的demo示例
Programming Python
Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99
Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!
