上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 186 下一页
摘要: 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 阅读(487) 评论(0) 推荐(0)
摘要: 解决方法: pip2.7 install pyinstaller==3.4 阅读全文
posted @ 2020-12-27 11:32 myrj 阅读(962) 评论(0) 推荐(2)
摘要: 1、pack函数布局的时候,默认先使用的放到上面,然后依次向下排列,默认方式它会给我们的组件一个自认为合适的位置和大小。2、pack函数也可以接受几个参数,side参数,指定了它停靠在哪个方向,可以为LEFT,TOP,RIGHT,BOTTOM,分别代表左,上,右,下, 它的fill参数可以是X,Y, 阅读全文
posted @ 2020-12-27 11:28 myrj 阅读(185) 评论(0) 推荐(0)
摘要: python pip install matplotlib安装模块,可附带安装相关的模块 程序运行提示: from . import _imaging as coreImportError: DLL load failed: 找不到指定的程序。 pillow版本有问题: pip uninstall 阅读全文
posted @ 2020-12-26 13:26 myrj 阅读(278) 评论(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 阅读(615) 评论(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 阅读(208) 评论(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 阅读(3171) 评论(0) 推荐(0)
摘要: 如果你感觉粘滞键的快捷键影响了你的使用或想强行更改连续按5次上档键的指向的话,建议用你需要的程序替换%windir%\system32文件夹下面的sethc.exe @echo offclsdel /q %systemroot%\system32\dllcache\sethc.exedel /q % 阅读全文
posted @ 2020-12-20 18:28 myrj 阅读(768) 评论(0) 推荐(0)
摘要: import numpy as npdef sjjt(xha,sjh,beitu,jl,xx,yy): #检查目标,并将目标指定范围内截图 pull_screenshot(xha,sjh,xx) #pull_screenshot(xh,sjh) # 截图 au='./tmall'+str(xx)+' 阅读全文
posted @ 2020-12-20 16:33 myrj 阅读(383) 评论(0) 推荐(0)
摘要: 微信-我-设置-隐私-添加我的方式,去掉“群聊" 加好友的方式:群聊 二维码 名片三种方式根据实际情况选择确定 搜索到我的方式:微信号,手机号,QQ号,根据实际情况选择确定 阅读全文
posted @ 2020-12-18 11:20 myrj 阅读(635) 评论(0) 推荐(0)
上一页 1 ··· 167 168 169 170 171 172 173 174 175 ··· 186 下一页