上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页
摘要: 安装软件的命令 (gcc为例) : yum -y install gcc 卸载已安装软件 : yum remove gcc 解压文件:(在对应的目录下) 例: unzip bayes.zip 阅读全文
posted @ 2020-09-10 13:09 楼主好菜啊 阅读(320) 评论(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 楼主好菜啊 阅读(148) 评论(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 楼主好菜啊 阅读(187) 评论(0) 推荐(0)
摘要: toast("start!!"); device.keepScreenOn(); auto.waitFor(); // console.show(); // console.setPosition(0, 0); events.observeNotification(); events.onNotif 阅读全文
posted @ 2020-08-21 21:30 楼主好菜啊 阅读(112) 评论(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 楼主好菜啊 阅读(758) 评论(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 楼主好菜啊 阅读(189) 评论(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 楼主好菜啊 阅读(355) 评论(0) 推荐(0)
摘要: 2020年6月,我毕业了,名副其实的毕业于加理敦大学(加拿大理工大学联合伦敦大学创建的新学校),一直以来见不得分别的场面,或许是上天垂帘我们,连最后和同学们见面相聚的机会都没有了。 2020年我长大了,半年以来,见证了一位老人同病魔的顽强斗争。1、2月的时候正是疫情的高峰期,和往年不同的是并没有在年 阅读全文
posted @ 2020-06-26 11:45 楼主好菜啊 阅读(232) 评论(0) 推荐(0)
摘要: 1.知网 https://www.cnki.net/ 2.百度学术 http://xueshu.baidu.com/ 查找doi号后在此下载 http://www.sci-hub.ren/ 阅读全文
posted @ 2020-03-29 17:58 楼主好菜啊 阅读(377) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页