上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 187 下一页
摘要: Python安装skimage的方法 pip install scikit-image 搜索 复制 阅读全文
posted @ 2022-05-04 17:28 myrj 阅读(157) 评论(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 阅读(157) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <math.h> #include <string.h> int pdhwd(int shu) { int a[10],i=0,b; while(shu!=0) { a[i]=shu%10; shu=shu/10; i++; } for(b=0 阅读全文
posted @ 2022-05-03 15:11 myrj 阅读(104) 评论(0) 推荐(0)
摘要: 手机httpcanary 专门APP抓包工具 搜索 复制 阅读全文
posted @ 2022-05-03 08:42 myrj 阅读(38) 评论(0) 推荐(0)
摘要: #include <stdio.h> int cf(int a) { int c=1,s=1; for(c=1;c<=a;c++) s=s*10; return s; } int pdhw(int shu) { int c=shu,a=1,b,d; while(shu) { shu=shu/cf(a 阅读全文
posted @ 2022-05-02 21:17 myrj 阅读(915) 评论(0) 推荐(0)
摘要: #include <stdio.h> main() { char s[]="ab\0cd"; int t=sizeof(s)/sizeof(s[0]); int m=strlen(s); printf("%d %d %s\n",m,t,s); getchar(); } 搜索 复制 阅读全文
posted @ 2022-05-02 15:37 myrj 阅读(87) 评论(0) 推荐(0)
摘要: 租赁合同: 租赁期间内承租人是房屋的实际管理人,承租人需要时刻注意防火防盗、防触电,不做危及自身人身安全的活动,并且承租人在房屋内发生的一切安全事故都由承租人自己承担,与出租人无关,包括但不限于高空抛物、水、电、煤气使用不当、在房屋内摔倒等造成的人身伤亡。如果承租人利用此房进行不正当的经营或者违法活 阅读全文
posted @ 2022-05-01 17:58 myrj 阅读(2382) 评论(0) 推荐(0)
摘要: import os,time,re,sys,subprocess os.chdir('F:\wifi\hashcat-6.2.5\hashcat-6.2.5') ab='hashcat -m 22000 BCD1.hc22000 -a 3 ?d?d?d?d?d?d?d?d -w 3 -D 2 -O 阅读全文
posted @ 2022-05-01 09:52 myrj 阅读(143) 评论(0) 推荐(0)
摘要: xcopy c:\hashcat e:\hashcat/s目标是文件名还是目录名(F=文件,D=目录)?如何自动取消这一提示,让其自动选择执行方法:命令如下:xcopy c:\hashcat e:\hashcat\ /s/y 如果在BAT文件末尾输入pause,则命令执行完仍然停留在CMD黑屏窗口, 阅读全文
posted @ 2022-04-29 17:00 myrj 阅读(1014) 评论(0) 推荐(0)
摘要: BAT文件内容如下: hashcat -S --brain-server --brain-host=192.168.1.254 --brain-port=5000 --brain-password=abc hashcat -O --brain-client --brain-client-featur 阅读全文
posted @ 2022-04-29 16:04 myrj 阅读(278) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 187 下一页