Selenium39

Results 7 issues of Selenium39

horrible horrible horrible horrible horrible horrible horrible

centerBox: true生效的前提是将 autoCrop设置为true 而我想要截图框被限制在图片里面又不想要默认的截图框,即必须将autoCrop设置为true. 有尝试过设置`autoCropWidth: 0,autoCropHeight: 0,`但这样还是会显示一个很大的默认截图框。 也有尝试过通过this.$refs.cropper.clearCrop(),好像也没什么效果。

i create a docker container as a nfs server and expose 2049 port in computer A(ip:172.25.78.130). `docker run -d --name nfs --privileged -v /home/nfs:/data/nfs -e SHARED_DIRECTORY=/data/nfs -p 2049:2049 itsthenetwork/nfs-server-alpine:latest` but...

网址: [https://closeai.red](https://closeai.red) 功能: - AI对话 - 文字生成图片 - 文字生成思维导图 - AI算命 - AI生成PPT 计费: - 注册送50积分 - 每日签到送10积分

在执行`let image_result = screen.capture_area(top_left_x as i32, top_left_y as i32, rect_width, rect_height);`这行代码时,弹出了系统自带的截图弹框,相同的代码在MacOS上无此问题,有什么解决办法吗? ![Screenshot from 2023-09-22 11-23-34](https://github.com/nashaofu/screenshots-rs/assets/29670394/6540da63-1d49-49b4-83a6-862041cc1334) ![Screenshot from 2023-09-22 11-31-39](https://github.com/nashaofu/screenshots-rs/assets/29670394/a8304dd8-74df-4f3b-b12c-4ff45015d57b)

书上226页在配置过滤请求后,访问的路径写的是http://localhost:5555/api-a/hello&accessToken=token 这样访问的话accessToken一直为空,应该这样访问http://localhost:5555/api-a/hello?accessToken=token

https://github.com/zgq354/weibo-rss/issues/57 https://github.com/zgq354/weibo-rss/issues/59 直接的做法是修改referrer,但是inoreader不支持修改referer,于是使用图片缓存站(百度)的方式解决