上一页 1 2 3 4 5 6 7 8 9 ··· 45 下一页
摘要: close_llk(); // toast("开始运行"); // while (true) { // sleep(200); // let img = images.captureScreen(); // let color = images.pixel(img, 410, 615); // // 阅读全文
posted @ 2020-09-14 08:54 楼主好菜啊 阅读(185) 评论(0) 推荐(0) 编辑
摘要: auto.waitFor(); threads.start(function () { images.requestScreenCapture(); }); while (!click("立即开始")) { }; app.launchApp("支付宝"); sleep(1500); click("蚂 阅读全文
posted @ 2020-09-14 08:53 楼主好菜啊 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 安装软件的命令 (gcc为例) : yum -y install gcc 卸载已安装软件 : yum remove gcc 解压文件:(在对应的目录下) 例: unzip bayes.zip 阅读全文
posted @ 2020-09-10 13:09 楼主好菜啊 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 转自 : https://www.cnblogs.com/yjd_hycf_space/p/7730690.html Linux常用命令大全(非常全!!!) 系统信息 arch 显示机器的处理器架构uname -m 显示机器的处理器架构uname -r 显示正在使用的内核版本 dmidecode - 阅读全文
posted @ 2020-09-09 16:07 楼主好菜啊 阅读(124) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-03 13:49 楼主好菜啊 阅读(0) 评论(0) 推荐(0) 编辑
摘要: C++ rand 随机的最大值是 32767 若想要随机得到 1-100000 内的随机值,则需要 (double)rand() / RAND_MAX * 100000 阅读全文
posted @ 2020-08-28 17:25 楼主好菜啊 阅读(145) 评论(0) 推荐(0) 编辑
摘要: toast("start!!"); device.keepScreenOn(); auto.waitFor(); // console.show(); // console.setPosition(0, 0); events.observeNotification(); events.onNotif 阅读全文
posted @ 2020-08-21 21:30 楼主好菜啊 阅读(49) 评论(0) 推荐(0) 编辑
摘要: auto.waitFor(); while(!launchApp("抖音极速版")){} // let a = scrollable(true).find(); // log(a.size()); // log(a[3].depth());P // a[3].scrollForward(); // 阅读全文
posted @ 2020-08-14 18:57 楼主好菜啊 阅读(359) 评论(0) 推荐(0) 编辑
摘要: importClass(android.content.Context); importClass(android.provider.Settings); try { var Services = "org.autojs.autojs/com.stardust.autojs.core.accessi 阅读全文
posted @ 2020-08-14 09:47 楼主好菜啊 阅读(131) 评论(0) 推荐(0) 编辑
摘要: //打开应用 app.launchApp("微信"); //设置延迟时间(毫秒) sleep(1000); //点击坐标 (x, y) click(898,187); //输入文本 setText("哇哇哇");//滑动窗口swipe(x1,y1,x2,y2,distance);//返回back() 阅读全文
posted @ 2020-07-26 15:28 楼主好菜啊 阅读(311) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 45 下一页