上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: 安装: Win平台: “以管理员身份运行”cmd 执行 pip install beautifulsoup4 Beautiful Soup 库的理解: Beautiful Soup 库解析器: Beautiful Soup 库的基本元素: 基于bs4库的HTML内容遍历方法: 下行遍历: soup 阅读全文
posted @ 2019-08-03 19:41 RomanticChopin 阅读(1865) 评论(0) 推荐(1) 编辑
摘要: 安装: Win 平台:“以管理员身份运行” cmd,执行 pip install requests 小测: >>>import requests >>>r=requests.get("http://www.baidu.com") >>>print(r.status_code) 200 >>>r.te 阅读全文
posted @ 2019-08-03 17:08 RomanticChopin 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 爬取这个网页:软科中国最好大学排名2019 #采用bs4--Beautiful库实现 import requests from bs4 import BeautifulSoup import bs4 #得到网页内容 def getHTMLText(url): try: r = requests.ge 阅读全文
posted @ 2019-08-03 16:21 RomanticChopin 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 转载于:转载地址 伪造User-Agent 在请求头中把User-Agent设置成浏览器中的User-Agent,来伪造浏览器访问。比如: send_headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleW 阅读全文
posted @ 2019-08-02 11:26 RomanticChopin 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 参考博客: 《参考博客一》 《参考博客二》 《MNIST代码理解》 所需环境: 已安装opencv环境 下载好MNIST数据集 pycharm一些库的安装 实现效果: 这是手写的两个字,进行opencv二值化处理后,得到两张28*28像素的图片,即可进行识别。 进行代码二处理后的数字3图片: 然后将 阅读全文
posted @ 2019-07-28 15:38 RomanticChopin 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 项目链接 :https://github.com/andrefaraujo/videosearch 此篇文章用于记录我搭建环境的过程,以及在搭建环境时相应的解决方案,为后续学习提供帮助。 原文翻译如下: 这个项目目前包含的代码: 从视频中提取关键帧 视频镜头边界探测器 筛选描述符提取/图像/帧 全局 阅读全文
posted @ 2019-07-25 21:23 RomanticChopin 阅读(812) 评论(0) 推荐(0) 编辑
摘要: pkg-config --modversion opencv 阅读全文
posted @ 2019-07-23 16:32 RomanticChopin 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: (网上的各种教程安装法一般都没问题,但是如果你一旦遇到了问题,就得靠这份官网安装法来解决问题了) The following steps have been tested for Ubuntu 10.04 but should work with other distros as well. Req 阅读全文
posted @ 2019-07-21 13:00 RomanticChopin 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 swig 源码 http://www.swig.org/survey.html 2. 安装 g++ 检查你的系统是否有g++环境: g++ -version 如果没有,则安装环境: sudo apt-get install g++ 3. 安装 pcre sudo apt-get inst 阅读全文
posted @ 2019-07-21 12:48 RomanticChopin 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev 阅读全文
posted @ 2019-07-12 20:47 RomanticChopin 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
-->
Live2D