上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 181 下一页
摘要: def gbpdd(sjh): aaka="adb -s {0} shell am force-stop com.xunmeng.pinduoduo".format(sjh) aakb="adb -s {0} shell pm clear com.xunmeng.pinduoduo".format( 阅读全文
posted @ 2020-12-29 06:41 myrj 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Paper Handling 纸操作 CAP_AUTOFEED MSG_SET为TRUE,启用Twain源的自动进纸。 CAP_CLEARPAGE MSG_SET为TRUE,退出当前页面并清空数据。 CAP_DUPLEX 指示是否支持双面扫描仪。 CAP_DUPLEXENABLED 允许用户设置双面 阅读全文
posted @ 2020-12-28 20:51 myrj 阅读(612) 评论(0) 推荐(0) 编辑
摘要: WIN7 32位无法运行adbapi-ms-win-crt-heap-l1-1-0.dll运行ADB ,提示无法定位api-ms-win-crt-heap-l1-1-0.dll需要安装https://dl.pconline.com.cn/download/423172-1.htmlVC++2015运 阅读全文
posted @ 2020-12-27 16:04 myrj 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 解决方法: pip2.7 install pyinstaller==3.4 阅读全文
posted @ 2020-12-27 11:32 myrj 阅读(907) 评论(0) 推荐(2) 编辑
摘要: 1、pack函数布局的时候,默认先使用的放到上面,然后依次向下排列,默认方式它会给我们的组件一个自认为合适的位置和大小。2、pack函数也可以接受几个参数,side参数,指定了它停靠在哪个方向,可以为LEFT,TOP,RIGHT,BOTTOM,分别代表左,上,右,下, 它的fill参数可以是X,Y, 阅读全文
posted @ 2020-12-27 11:28 myrj 阅读(168) 评论(0) 推荐(0) 编辑
摘要: python pip install matplotlib安装模块,可附带安装相关的模块 程序运行提示: from . import _imaging as coreImportError: DLL load failed: 找不到指定的程序。 pillow版本有问题: pip uninstall 阅读全文
posted @ 2020-12-26 13:26 myrj 阅读(253) 评论(0) 推荐(0) 编辑
摘要: ss.SetCapability(twain.ICAP_IMAGEFILEFORMAT, twain.TWTY_UINT16, twain.TWFF_JFIF)扫描A3ss.GetSourceName()得到源名称将名称写入括号,则自动选择>>> ss.HideUI() 隐藏界面>>> ss.des 阅读全文
posted @ 2020-12-23 20:27 myrj 阅读(554) 评论(0) 推荐(0) 编辑
摘要: import cv2 import aircv as ac import numpy as np def wmhd(sjh): bzz0=0 bzz1=0 bzz2=0 xxa=0 yya=0 xxb=0 yyb=0 #aa1=qutua.wmjc(2,sjh,"./xm1.png",14) aa2 阅读全文
posted @ 2020-12-23 15:28 myrj 阅读(187) 评论(0) 推荐(0) 编辑
摘要: import aircv as ac def matcha(bb,aa):#从bb查找aa,如果有则返回其坐标位置 yuan=ac.imread(bb) mubi=ac.imread(aa) result=ac.find_template(yuan,mubi,0.7)#0.7相似度 if(resul 阅读全文
posted @ 2020-12-21 17:24 myrj 阅读(3123) 评论(0) 推荐(0) 编辑
摘要: 如果你感觉粘滞键的快捷键影响了你的使用或想强行更改连续按5次上档键的指向的话,建议用你需要的程序替换%windir%\system32文件夹下面的sethc.exe @echo offclsdel /q %systemroot%\system32\dllcache\sethc.exedel /q % 阅读全文
posted @ 2020-12-20 18:28 myrj 阅读(723) 评论(0) 推荐(0) 编辑
上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 181 下一页