上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 180 下一页
摘要: 查看jdk安装路径:1.先检查java是否安装过java -versionC:\Users\admin>java -versionjava version "1.8.0_291"Java(TM) SE Runtime Environment (build 1.8.0_291-b10)Java Hot 阅读全文
posted @ 2022-05-18 09:07 myrj 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 小米手机安装过的APK上传到电脑:1.在手机中找到安装过的APP图标2.长按相应的图标,点击“分享"3.选择”将文件发送到“微信"发送给朋友“或"QQ发送到电脑“即可 搜索 复制 阅读全文
posted @ 2022-05-18 07:27 myrj 阅读(586) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h> main() { int a=1003; int b,c=0,d=0,s=0;while(a) { b=a%2; s=s+b*pow(10,d); d++; a=a/2; } printf("%d",s); getchar() 阅读全文
posted @ 2022-05-17 22:18 myrj 阅读(234) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> main() { int year,month,date,x=0,t=0; printf("请输入年份:"); scanf("%d",&year); printf("请输入月份:"); scanf("%d",&month); printf("请输入几号:"); s 阅读全文
posted @ 2022-05-14 18:13 myrj 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 京东 --设置 --支付设置--支付验密设置--选择“虚拟资产验密后,京东支付再次验密”虚拟资产:包含京豆 红包 钢镚 礼品卡等 搜索 复制 阅读全文
posted @ 2022-05-14 16:05 myrj 阅读(255) 评论(0) 推荐(0) 编辑
摘要: function xianshi ( obj ) { // 用来保存所有的属性名称和值 var props = "" ; // 开始遍历 for ( var p in obj ){ // 方法 if ( typeof ( obj [ p ]) == " function " ){ obj [ p ] 阅读全文
posted @ 2022-05-14 08:28 myrj 阅读(100) 评论(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 阅读(59) 评论(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 阅读(24) 评论(0) 推荐(0) 编辑
摘要: PyV8是 Google 官方将 Chrome V8 引擎用 Python 封装的库,和 ExecJS相比,这个库很轻量,不需要额外装 JS 环境,因为 V8 本身就是环境,同时也因为不需要启动外部环境,执行速度很快。 Python3 安装PyV8不要使用pip,因为官方只支持 Python2,需要 阅读全文
posted @ 2022-05-12 12:04 myrj 阅读(130) 评论(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 阅读(517) 评论(0) 推荐(0) 编辑
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 180 下一页