Results 27 issues of 苏寅

使用python客户端调用示例: ```python from client.py_cli import ProxyFetcher args = dict(host='127.0.0.1', port=6379, password='123456', db=0) # 这里`zhihu`的意思是,去和`zhihu`相关的代理ip校验队列中获取ip # 这么做的原因是同一个代理IP对不同网站代理效果不同 fetcher = ProxyFetcher('zhihu', strategy='greedy', redis_args=args) # 获取一个可用代理 print(fetcher.get_proxy()) # 获取可用代理列表 print(fetcher.get_proxies()) # or print(fetcher.pool)...

1. 建议在Dockerfile文件中加入更新pip的命令:`python3 -m pip install --upgrade pip` 修改后的文件如下: ```Dockerfile FROM centos:8 MAINTAINER ResolveWang ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8 RUN yum install squid -yq RUN sed -i 's/http_access deny all/http_access...

有谁知道在博客上输入东西的时候那种特效是怎么弄得吗?比如在搜索框输入的时候?

安装报错,报错内容如图: 报错后想加qq群问一下,结果加了好几次都杳无音信。。。 希望大佬们可以给个解决方法,谢谢! ![1](https://user-images.githubusercontent.com/49554285/61995921-ee50e880-b0c0-11e9-84eb-45c059782cd9.png)

查看日志发现一个问题: ``` self_wake !! {"error":"因流控原因,通过定时任务唤醒体验版实例失败,建议升级至标准版云引擎实例避免休眠 ``` 请问这个问题该怎么解决? 网上百度到一些方法,但是不知道是否可行,希望作者给个可行的解决方案,谢谢! 参考链接: - https://www.antmoe.com/posts/ff6aef7b/ - https://cron-job.org/en/ 另外在登录 **leancloud** 时看到一个[公告](https://forum.leancloud.cn/t/2020-08-05/23150),好像是关于时区的,不知道对这个 **issues** [#63](https://github.com/DesertsP/Valine-Admin/issues/63)有没有影响。

## 问题描述: - 使用的 [hexo-next-twikoo](https://github.com/twikoojs/hexo-next-twikoo) ,开启visitor功能后阅读次数会显示异常。 - 在文章**列表页**,阅读次数显示不出来 ![1](https://user-images.githubusercontent.com/49554285/178094950-08c2d610-2763-4013-9640-429501ca14cd.png) - 在文章**详情页**,阅读次数可以显示出来 ![2](https://user-images.githubusercontent.com/49554285/178094964-9428861b-7411-4e4b-a6f8-88d9d8e5e631.png) ## 建议 1. 可以设置一个 _只在文章详情页显示阅读次数_ 的选项,这样就可以选择是否在列表页展示 _阅读次数_ 2. 修复在文章列表页 _阅读次数_ 不显示的bug ## [测试链接](https://suyin-blog.cn/)

bug

## 版本 - 系统:Windows 11 Pro - hexo-next-twikoo:v1.0.3 - Twikoo v1.4.13 ## 问题(Bug) 在Windows 11下获取系统信息错误,如图: ![1](https://user-images.githubusercontent.com/49554285/145386633-6011f3d9-5947-4d79-839e-c00e97b63463.png) ![2](https://user-images.githubusercontent.com/49554285/145386832-e11589cb-5f1a-4459-bced-d6cfb91d4f3f.png) ## 测试链接 https://suyin-blog.club/2020/NH3QEF/

bug

期望出现的样式 ![1](https://user-images.githubusercontent.com/49554285/110231952-a90bc280-7f55-11eb-972c-6f4b35dddc12.png) 实际出现的样式 ![2](https://user-images.githubusercontent.com/49554285/110231968-b32dc100-7f55-11eb-89fb-bcc77d8f6e2b.png) 希望可以优化一下无序类表标号的显示样式,谢谢!

App 设置方面一定要按照你黄色标记的那样写吗?

期望出现的结果 ![1](https://user-images.githubusercontent.com/49554285/110232644-ebcf9980-7f59-11eb-8a5e-9371c12a304e.png) 实际出现的结果 ![2](https://user-images.githubusercontent.com/49554285/110232649-effbb700-7f59-11eb-8cb0-c93ac506a8ff.png) 希望可以在各级标题前显示标题是几级标题,谢谢!