上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 180 下一页
摘要: from time import sleep import pyautogui from PIL import ImageGrab, Image import pyscreeze import cv2 # 屏幕缩放系数 mac缩放是2 windows一般是1 screenScale=1 #事先读取按 阅读全文
posted @ 2022-07-06 16:33 myrj 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1.右击“教师端”图标,选择“设置管理” 2.再选择“教室管理” 3.可以添加 删除 改名等操作 阅读全文
posted @ 2022-06-29 09:02 myrj 阅读(155) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ 手机屏幕截图的代码: screenshot.py """ import subprocess import os import sys,re from PIL import Image import os import time,random 阅读全文
posted @ 2022-06-26 11:02 myrj 阅读(102) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ 手机屏幕截图的代码: screenshot.py """ import subprocess import os import sys,re from PIL import Image import os import time,random 阅读全文
posted @ 2022-06-24 07:33 myrj 阅读(144) 评论(0) 推荐(0) 编辑
摘要: strs = 'Goaod' hashTable = dict() listStrs = list(strs) i = 0 while i < len(strs): if listStrs[i] in hashTable: print("有重复字符") break else: hashTable[l 阅读全文
posted @ 2022-06-23 07:20 myrj 阅读(41) 评论(0) 推荐(0) 编辑
摘要: sqlxu="select count(*) from ksxsc where ida like 'a%%'" 搜索 复制 阅读全文
posted @ 2022-06-16 15:16 myrj 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 网址https://www.jsjiami.com/javascriptobfuscator.html 搜索 复制 阅读全文
posted @ 2022-06-12 10:44 myrj 阅读(26) 评论(0) 推荐(0) 编辑
摘要: centos调用青龙:docker exec -it qinglong bash(qinglong为DOCKER名) 搜索 复制 阅读全文
posted @ 2022-06-10 11:11 myrj 阅读(53) 评论(0) 推荐(0) 编辑
摘要: finalshell下载地址:http://dl.hostbuf.com/finalshell2/finalshell_install.exe?LBU1W1.安装软件2.第二行,同步状态 右侧:点击图标(文件夹样式),打开连接管理器3.点击第一个按钮4.ssh连接(linux):新建连接,输入名称 阅读全文
posted @ 2022-06-10 09:10 myrj 阅读(349) 评论(0) 推荐(0) 编辑
摘要: APDU=[0xFF,0x86,0x00,0x00,0x05,0x01,0x00,0x3E,0x60,0x00] 0x60 代表使用KeyA;0x61 代表使用KeyB; 有两个Load Authentication Keys APDU 命令: FF 82 20 00 06 FF FF FF FF 阅读全文
posted @ 2022-06-03 17:50 myrj 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 180 下一页