上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 189 下一页
摘要: a='2022/5/12 16:27:45'print(a[::-1])54:72:61 21/5/2202 搜索 复制 阅读全文
posted @ 2022-05-12 16:38 myrj 阅读(52) 评论(0) 推荐(0)
摘要: PyV8是 Google 官方将 Chrome V8 引擎用 Python 封装的库,和 ExecJS相比,这个库很轻量,不需要额外装 JS 环境,因为 V8 本身就是环境,同时也因为不需要启动外部环境,执行速度很快。 Python3 安装PyV8不要使用pip,因为官方只支持 Python2,需要 阅读全文
posted @ 2022-05-12 12:04 myrj 阅读(166) 评论(0) 推荐(0)
摘要: NodeJs下 crypto-js prettytabledotenv jsdomdate-fns tough-cookie tslibws@7.4.3 ts-md5 jsdom -g jieba fsform-data json5 global-agent png-js @types/node r 阅读全文
posted @ 2022-05-11 18:19 myrj 阅读(634) 评论(0) 推荐(0)
摘要: docker toolbox下载地址:https://mirrors.aliyun.com/docker-toolbox/ 阅读全文
posted @ 2022-05-11 08:28 myrj 阅读(35) 评论(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 阅读(168) 评论(0) 推荐(0)
摘要: 6个数字的定时规则 第1个是秒,第2个是分,第3个是时,第4个是每月的哪日,第5个是哪月,第6个是每周的周几。 数字之间空格隔开。 不限制的用*号替代,定期的时间用“?”替代,间隔运行时间用“*/数字”替代 同一个时间位多个选项用","连接,同一个时间位一个区间用“-”连接。 每天执行,在天位或者周 阅读全文
posted @ 2022-05-10 14:39 myrj 阅读(15936) 评论(0) 推荐(2)
摘要: Auto.js《快手急速版》 //坐标机型:华为P10 //检查无障碍权限申请 auto.waitFor(); //设置屏幕宽度高度 setScreenMetrics(1080, 1920); //常量设置 var AppName = "快手极速版"; var AppName_JB = "快手极速版 阅读全文
posted @ 2022-05-09 22:12 myrj 阅读(885) 评论(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 阅读(203) 评论(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 阅读(232) 评论(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 阅读(321) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 189 下一页