* 设备: 一、iPhone5s,iOS9.1,已越狱; 二、XCode 10.1 版本; 三、Mac book pro系统10.13.6,iMac系统10.14.1 Beta (18B57c),两台设备上都试了。 * …
标签:编程问答
浅谈Laravel之探秘SoftDeletes
原文发表于个人博客 Introduction What would happen if delete() is called on a model using SoftDeletes in Laravel framewo…
python socket.error: [Errno 10054] 解决方法
我用的是python2.7 我搜网上10054错误解决方法的时候发现,大部分文章都是以python3为基础的,对于python2不适用。 python socket.error: [Errno…
Python Selenium element is not reachable by keyboard
碰到这个问题,没法解决, 最后这么搞的 pcAction.move_by_offset(571, 534).click().perform() #激活输入框 driver.switch_to.active_…
Linux添加用户组和添加用户
1.用户组 添加组:groupadd 组名 [root@Server-n93yom ~]# groupadd dev [root@Server-n93yom ~]# cat /etc/group | grep dev d…
cannot access Input/output error
ls: cannot access Input/output errorls: cannot open directory .: Input/output error 硬盘故障,只读或只写,你可以dmesg|…
Selenium学习(8)设置元素等待
以下代码为(九)设置元素等待 · 测试教程网的学习内容。 WebDriver提供了两种类型的等待:显式等待和隐式等待。 1 显式等待 显式等待使WebdDriver等待某个条件成立时继续执行,否则在达到最大时长时抛出超时…
aria config
aria2c –conf-path=aria2.conf mine: max-concurrent-downloads=5 continue=true max-overall-dow…
deepin安装Python3.6和pip
1.安装python3.6 sudo apt-get install python3.6 2.修改软连接 sudo ln -s /usr/local/bin/python3.6 /usr/bin/pytho…
迅达电梯3600AP故障解决
a)检查调整触点 b)检查抱闸: 无 可能的错误原因: 轿厢运动时SB辅助触点断开 附加信息。注: 不需要 002 MC(微处理机)异常(Exception MC) 说明:故障处理码缺省不存入CADI 附加信息, 最上端…
Flask 启动报错 error: [Errno 10053]
首先这不是 Flask 库的异常,该报错经常出现在 Python2 中。 问题所在:Python2 中 SocketServer 模块的问题。 解决办法: 不要用自带的 Server,通过 gunicoon 或 uwsg…
Could not load the "xxx.png" image referenced from a nib in the bundle with identifier "com.xxxx"
打印台logs: Could not load the “xxx.png” image referenced from a nib in the b…