上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 189 下一页
摘要: function xianshi ( obj ) { // 用来保存所有的属性名称和值 var props = "" ; // 开始遍历 for ( var p in obj ){ // 方法 if ( typeof ( obj [ p ]) == " function " ){ obj [ p ] 阅读全文
posted @ 2022-05-14 08:28 myrj 阅读(124) 评论(0) 推荐(0)
摘要: let p = T["match"](/(kuaishou.api_st=[\w\-]+)/)[1] + ';'; let z = T["match"](/(did=[\w\-]+)/)[1] + ';'; let z1 = T["match"](/(ver=[\w\-]+)/)[1] + ';'; 阅读全文
posted @ 2022-05-12 20:32 myrj 阅读(136) 评论(0) 推荐(0)
摘要: a='2022/5/12 16:27:45'print(a[::-1])54:72:61 21/5/2202 搜索 复制 阅读全文
posted @ 2022-05-12 16:38 myrj 阅读(55) 评论(0) 推荐(0)
摘要: PyV8是 Google 官方将 Chrome V8 引擎用 Python 封装的库,和 ExecJS相比,这个库很轻量,不需要额外装 JS 环境,因为 V8 本身就是环境,同时也因为不需要启动外部环境,执行速度很快。 Python3 安装PyV8不要使用pip,因为官方只支持 Python2,需要 阅读全文
posted @ 2022-05-12 12:04 myrj 阅读(171) 评论(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 阅读(644) 评论(0) 推荐(0)
摘要: docker toolbox下载地址:https://mirrors.aliyun.com/docker-toolbox/ 阅读全文
posted @ 2022-05-11 08:28 myrj 阅读(40) 评论(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 阅读(182) 评论(0) 推荐(0)
摘要: 6个数字的定时规则 第1个是秒,第2个是分,第3个是时,第4个是每月的哪日,第5个是哪月,第6个是每周的周几。 数字之间空格隔开。 不限制的用*号替代,定期的时间用“?”替代,间隔运行时间用“*/数字”替代 同一个时间位多个选项用","连接,同一个时间位一个区间用“-”连接。 每天执行,在天位或者周 阅读全文
posted @ 2022-05-10 14:39 myrj 阅读(16102) 评论(0) 推荐(2)
摘要: Auto.js《快手急速版》 //坐标机型:华为P10 //检查无障碍权限申请 auto.waitFor(); //设置屏幕宽度高度 setScreenMetrics(1080, 1920); //常量设置 var AppName = "快手极速版"; var AppName_JB = "快手极速版 阅读全文
posted @ 2022-05-09 22:12 myrj 阅读(903) 评论(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 阅读(222) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 189 下一页