最近在研究小红书数据抓取 开始搜索引擎推荐的可行的方案: https://github.com/NanmiCoder/MediaCrawler 试了下,是可行的,基于PC版的小红书的数据抓取,我的场景是关键字抓取,PC版本的小红书每次抓取的数据限制220条,而且经过一些尝试发现PC版本的小红书在多次抓取过后会出现验证码的情况,自动化的话应该是没法玩。 考虑真机场景,开始参考了资料: https:/…
Leave a Comment分类: 计算机
下载安装包:https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe 安装好之后尝试create一个新的env 我尝试执行 conda activate的时候报错: condaerror run ‘conda init’ before ‘conda activate̵…
Leave a CommentHere is a link to the official Docker documentation for proxy HTTP: https://docs.docker.com/config/daemon/systemd/#httphttps-proxy A quick outline: First, create a systemd drop-in directory for t…
Leave a CommentEmail: 982092332@qq.com SN: GAWAE-FCWQ3-P8NYB-C7GF7-NEDRT-Q5DTB-MFZG6-6NEQC-CRMUD-8MZ2K-66SRB-SU8EW-EDLZ9-TGH3S-8SGA 参考资料:https://zhangzhenfei.github.io/15532194367348.html
Leave a Comment下载安装包: 执行安装: 测试: 参考资料:https://deeplearning.lipingyang.org/2018/12/24/install-miniconda-on-centos-7-redhat-7/
Leave a Comment我有个应用,他启动之后会监听127.0.0.1:18080端口, 想了很多办法也不能让他监听0.0.0.0端口,遂想用什么中间件来绕过他。 网上查了可以本地部署个NGINX做转发,想了下有点重了。看到另一个东西也可以实现:socat
Leave a Comment一言难尽 参考资料: https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/vision/ocr/PP-OCR/cpu-gpu/python https://github.com/PaddlePaddle/Paddle https://github.com/PaddlePaddle/PaddleOCR https://ww…
Leave a Comment参考:https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/cpu.md 进行编译安装: 环境 centos 容器 上面是基础环境 执行 python3.9 setup.py build的时候一直报错: 最后看到 大哥 https://github.com/PaddlePaddle/Fas…
Leave a Comment先确保你安装了:expect brew install expect 然后保存下面的脚本到 /usr/local/bin/ssh.sh 给这个文件执行权限 chmod a+x /usr/local/bin/ssh.sh 登录命令:ssh.sh 22 root 192.191.192.8 mypassword 可以通过 ssh.sh 端口 用户名 地址 密码的 方式直接登录
Leave a Comment