上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 180 下一页
摘要: create table mdd5(pk1 varchar(255) binary primary key,pk2 varchar(255)) (主键关键字前加"binary") 搜索 复制 阅读全文
posted @ 2022-02-15 16:45 myrj 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1.打开京东,我的 2.点击中部的“白条”(专属福利待领) 3.当月待还 全部帐单 选择对应的记录用银行卡还款 搜索 复制 阅读全文
posted @ 2022-02-14 15:30 myrj 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 一般由于系统升级原因,造成该账户下的的.Xauthority文件的对当前用户没有读写权限,解决方法:登录root,找到相应.Xauthority文件的权限:pi有执行和查看 修改即可 阅读全文
posted @ 2022-02-14 12:13 myrj 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 查看正在运行的进程:top 1.查看当前运行的所有进程 top显示:top显示PID USER PR NI %CPU %MEM TIME+ COMMAND 551 root 20 0 39.4 2.5 23.47 scrapy2.根据进程号确认文件 pwdx 551 551:/home/pi/new 阅读全文
posted @ 2022-02-14 07:34 myrj 阅读(264) 评论(0) 推荐(0) 编辑
摘要: from hashlib import md5 from string import ascii_letters,digits from itertools import permutations from time import time import pymysql,sys all_letter 阅读全文
posted @ 2022-02-05 08:25 myrj 阅读(121) 评论(0) 推荐(0) 编辑
摘要: mysql 运行出错提示:1205, 'Lock wait timeout exceeded; try restarting transaction') 登录navicat 运行查询SELECT * FROM information_schema.INNODB_TRX try_mysql_threa 阅读全文
posted @ 2022-02-02 15:41 myrj 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 连接ADB设备: 可以通过USB或Wifi与ADB设备进行连接,进而调用Uiautomator2框架,支持同时连接单个或多个ADB设备。 USB连接:只有一个设备也可以省略参数,多个设备则需要序列号来区分 import uiautomator2 as u2 d = u2.connect("--ser 阅读全文
posted @ 2022-01-29 08:16 myrj 阅读(1522) 评论(0) 推荐(0) 编辑
摘要: 调用uiautomator2的过程 调试:python -m weditor 配置手机设备参数,设置具体操作的是哪一台手机抓取手机上应用的控件,制定对应的控件来进行操作对抓取到的控件进行操作,比如点击、填写参数等。 设备连接方法,有两种: python-uiautomator2连接手机的方式有两种, 阅读全文
posted @ 2022-01-27 15:20 myrj 阅读(551) 评论(0) 推荐(0) 编辑
摘要: noSQL Manager for MongoDB Professional备份到本地:1.双击某个数据库,展开,右击 Copy Collections to another Database2.选择目标服务器localhost:27017 选择对应的目标数据库3.全选所有表(向右双箭头)4.点击上 阅读全文
posted @ 2022-01-25 22:26 myrj 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 常见的用户名: admin, root, administrator, user, test 常用密码:123456, admin, password, root, test 搜索 复制 阅读全文
posted @ 2022-01-14 07:22 myrj 阅读(584) 评论(0) 推荐(0) 编辑
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 180 下一页