Pea Soft
Pea Soft
When I run notepad++,it will display this:  Why I can't run it?Is this a bug?
 如图所示,`b23.wtf` 写成了 `b23.tf`
> DevSidecar Error: > 目标网站请求错误:【undefined】 google.com.hk:80, 代理请求超时 > 目标地址:http://google.com.hk:80/ 话说ds不是加速https的吗?代理后怎么就变成http了?连端口号也从443变80了? ~~难道是说,讨厌的***又加强了?是不是要造一个新的FQ软件了?~~
在Ubuntu系统下使用dev-sidecar时,程序需要安装根证书,但是在安装时会出现以下问题: > Error: sudo: 没有终端存在,且未指定 askpass 程序 要解决此问题,可以打开终端,运行 `sudo /opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox` ,以root身份安装证书,从而避开sudo的密码询问步骤,解决问题。 在安装完证书后,重新启动程序,就能发现证书安装成功了。
### 问题描述 有时,我需要在哔哩中打开网页版已打开的视频,我会复制视频的av/bv,粘贴到搜索框中。现在的哔哩搜索时对应的视频会出现在第一位,但依然需要进行一次点击才能进入。为了方便用户,建议加入此功能。 ### 描述解决方案 在搜索框中的内容以av/bv开头时判断是否存在当前视频,如果是则直接打开,否则按常规模式搜索。 ### 备选方案 _No response_ ### 附加信息 伪代码: ```python q = searchbox.text.tolower() if (q.startswith("av") or q.startswith("bv")) and foundVideo(q): playVideo(q) ``` ### 人人为我,我为人人 提出问题就是我对哔哩的期许
文件证书:[起点PDF阅读器.zip](https://github.com/the1812/Malware-Patch/files/9382579/PDF.zip) 证据:https://www.huorong.cn/info/1660892844878.html 请求加入拦截。
现在 Via 已经可以安装一些简单的油猴脚本了,那么 Via 能不能在将来兼容一些更复杂的油猴脚本,如含有自定义菜单项的脚本? 另外,能不能支持编辑脚本保存的数据?
这些源也应当被替换: - https://www.gravatar.com/avatar/ - https://cn.gravatar.com/avatar/ - https://en.gravatar.com/avatar/ 另外,商店里的版本好像已经1年没更新了?还有README中Firefox写错了……
修正链接错误
I get the error when I run `/data/user_de/0/eu.chainfire.liveboot/files/test`: ``` java.lang.NoSuchMethodException: android.view.SurfaceControl.setSize [int, int] at java.lang.Class.getMethod(Class.java:2072) at java.lang.Class.getDeclaredMethod(Class.java:2050) at R.b.m(SourceFile:1) at R.b.run(SourceFile:60) at V.d.main(SourceFile:42) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:338) ``` 1.84...