06 2022 档案

摘要:1.右击“教师端”图标,选择“设置管理” 2.再选择“教室管理” 3.可以添加 删除 改名等操作 阅读全文
posted @ 2022-06-29 09:02 myrj 阅读(204) 评论(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 阅读(127) 评论(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 阅读(181) 评论(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 阅读(53) 评论(0) 推荐(0)
摘要:sqlxu="select count(*) from ksxsc where ida like 'a%%'" 搜索 复制 阅读全文
posted @ 2022-06-16 15:16 myrj 阅读(186) 评论(0) 推荐(0)
摘要:网址https://www.jsjiami.com/javascriptobfuscator.html 搜索 复制 阅读全文
posted @ 2022-06-12 10:44 myrj 阅读(37) 评论(0) 推荐(0)
摘要:centos调用青龙:docker exec -it qinglong bash(qinglong为DOCKER名) 搜索 复制 阅读全文
posted @ 2022-06-10 11:11 myrj 阅读(72) 评论(0) 推荐(0)
摘要:finalshell下载地址:http://dl.hostbuf.com/finalshell2/finalshell_install.exe?LBU1W1.安装软件2.第二行,同步状态 右侧:点击图标(文件夹样式),打开连接管理器3.点击第一个按钮4.ssh连接(linux):新建连接,输入名称 阅读全文
posted @ 2022-06-10 09:10 myrj 阅读(432) 评论(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 阅读(306) 评论(0) 推荐(0)