上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 180 下一页
摘要: docker toolbox下载地址:https://mirrors.aliyun.com/docker-toolbox/ 阅读全文
posted @ 2022-05-11 08:28 myrj 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 下载青龙:https://soft.xitongxz.net/202204/DockerDesktop_V4.7.1.0_XiTongZhiJia.zip https://ftp-new-pc.pconline.com.cn/pub/download/201903/pconline155184921 阅读全文
posted @ 2022-05-10 14:40 myrj 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 6个数字的定时规则 第1个是秒,第2个是分,第3个是时,第4个是每月的哪日,第5个是哪月,第6个是每周的周几。 数字之间空格隔开。 不限制的用*号替代,定期的时间用“?”替代,间隔运行时间用“*/数字”替代 同一个时间位多个选项用","连接,同一个时间位一个区间用“-”连接。 每天执行,在天位或者周 阅读全文
posted @ 2022-05-10 14:39 myrj 阅读(8728) 评论(0) 推荐(2) 编辑
摘要: Auto.js《快手急速版》 //坐标机型:华为P10 //检查无障碍权限申请 auto.waitFor(); //设置屏幕宽度高度 setScreenMetrics(1080, 1920); //常量设置 var AppName = "快手极速版"; var AppName_JB = "快手极速版 阅读全文
posted @ 2022-05-09 22:12 myrj 阅读(403) 评论(0) 推荐(0) 编辑
摘要: https://github.com/search?q=ksjsb ql raw https://pd.zwc365.com/https://raw.githubsercontent.com/leafxcy/JavaScript/main/ksjsb.js 搜索 复制 阅读全文
posted @ 2022-05-09 22:05 myrj 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int gysc(int a,int b) { int c,d; for(c=1;c<=b;c++) if(a%c==0&&b%c==0) d=c; return d; } int gysa(int ys,int b) { ys=ys%b; if(!ys) re 阅读全文
posted @ 2022-05-08 08:54 myrj 阅读(146) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> //已知任意表示时间的24小时制整数转化为12小时制时间显示,并用AM PM表示上午或下午 //如1625,2348,834,1035分别显示04:25PM 11:48PM 08:34AM 10:35AM main() { int t,h,m; t=1605; 阅读全文
posted @ 2022-05-07 15:12 myrj 阅读(232) 评论(0) 推荐(0) 编辑
摘要: import re,sys,time,requests def headx(aab): ab=[] ax1=aab.split('\n') for i in ax1: ax2=i.split(': ') ab.append((ax2[0],ax2[1])) tt=dict(ab) return tt 阅读全文
posted @ 2022-05-05 06:53 myrj 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Python安装skimage的方法 pip install scikit-image 搜索 复制 阅读全文
posted @ 2022-05-04 17:28 myrj 阅读(123) 评论(0) 推荐(0) 编辑
摘要: import uiautomator2 as u2 import time,sys,emoji,pymysql,random import logging,datetime import re import json from string import Template from func_tim 阅读全文
posted @ 2022-05-04 12:37 myrj 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 180 下一页