XiaoMeng

Results 15 issues of XiaoMeng

``` $ pip install fastapi-sqlalchemy Collecting fastapi-sqlalchemy Downloading https://files.pythonhosted.org/packages/e5/75/0cef05be963f439a0d2ead94628dc5ad8d570c74009f396c74118e7b6bd0/FastAPI_SQLAlchemy-0.1.0-py3-none-any.whl Requirement already satisfied: SQLAlchemy>=1.2 in ./venv/lib/python3.6/site-packages (from fastapi-sqlalchemy) (1.3.22) Collecting starlette=0.12.9 (from fastapi-sqlalchemy) Downloading https://files.pythonhosted.org/packages/67/95/2220fe5bf287e693a6430d8ee36c681b0157035b7249ec08f8fb36319d16/starlette-0.12.9.tar.gz (46kB) 100% |████████████████████████████████| 51kB 300kB/s fastapi...

rule.py > validator scheduler will fetch tasks from resource queue and store into task queue https://github.com/SpiderClub/haipproxy/blob/master/docs/%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E5%8F%82%E6%95%B0%E5%92%8C%E6%84%8F%E4%B9%89.md > 校验器将从task_queue中获取代理IP,校验后存入resource,具体流程见 架构篇 哪个写反了?应该是temp -> validated吧

Using docker setup way. ``` $ sudo docker run -i -t -p 443:443 jsitech/gosint [sudo] password for mint64: [ ok ] Starting database: mongodb. We will now create Credentials to...

can you specify prefix of task name, because our company have unified format.

作者好,非常感谢分享利器,我本地搭建localhost php服务器,然后加载截图功能的js,收到的POST数据中的screenshot image base64编码,显示的最终效果是黑屏,请问这种情况是咋回事呢?什么情况下会出现黑屏呢?

```bash $ sudo docker exec -it resume generate fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz v3.7.3-180-g5372bc29f3 [http://dl-cdn.alpinelinux.org/alpine/v3.7/main] v3.7.3-183-gcc9ad2b48d [http://dl-cdn.alpinelinux.org/alpine/v3.7/community] OK: 9095 distinct packages available (1/1) Installing wget (1.20.3-r0) Executing busybox-1.27.2-r7.trigger OK: 67 MiB...

cms/task.py文件Line 118 ``` if str(f["hit"]).isdigit() and int(f["hit"]) > 0: path_cache_hit.append((path, int(f["hit"]))) # TODO: 会有重复path吧? ```

9.2-柱状图处, plot.bar()和plot.barh()分别绘制垂直和水平的柱状图。 垂直和水平应该是写反了?

改了h1的css不生效, ``` h1 { font-family: "宋体", "微软雅黑", "Microsoft YaHei", SimSun, "Avenir Next", sans-serif; ``` 另外使用-,生成的html里面显示的是-,不是圆点之类的。

我下载完之后,默认情况下文章是没有目录结构的,但是我看预览图片里面是有目录结构的,求教该怎么弄,另外有没有修改文档或教程啥的能指导进行修改。。