hitechbeijing

Results 14 comments of hitechbeijing

这种滑块算简单了,只需要拖到最右边,selenium模拟鼠标可以搞。极验那个还得分几个步骤,拿到完整图片,拿到缺失图片,对比两张图片像素,计算差值得到距离,滑动滑块。

> 就没有一个类似npm install的命令可以install所有依赖么 看readme,pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt,-i参数指定pip镜像,-r参数指定依赖文本。

py有docker arm镜像,自己改改dockerfile就好。

或者等我明天改好上传

https://www.cnblogs.com/niuu/p/10690280.html 看一下这里,是否有帮助? 发自我的iPhone > 在 2019年12月27日,15:40,hao86 写道: > >  > dockerfile37中chrome相关依赖不好找,这两个链接下都没有arm的 > > RUN wget -q https://dl.lancdn.com/landian/soft/chrome/m/77.0.3865.120_amd64.deb && > dpkg -i 77.0.3865.120_amd64.deb && rm -f 77.0.3865.120_amd64.deb > > RUN...

我将tagNavigationFolder做了些修改能够解决问题,但失去了max-level设置 ``` public function tagNavigationFolder($tag, $content) { //root,class,dropdown,dropdown-class $root = empty($tag['root']) ? 'li' : $tag['root']; $class = empty($tag['class']) ? 'dropdown' : $tag['class']; $dropdown = isset($tag['dropdown']) ? $tag['dropdown'] : 'ul'; $dropdownClass...

一直用的是5.0.180501,今天看了您的回复,更新到了最新版本,加参数可以正确获取到数组了。