摘要: <!doctype html>Python+selenium+IE11+cookie 一次性解决问题 Python+selenium+IE11+cookie 解决问题 一、下载IE驱动 从这里下载:http://npm.taobao.org/mirrors/selenium/ 二、IE需要进行设置 阅读全文
posted @ 2021-09-18 21:49 姽婳_娉婷 阅读(312) 评论(0) 推荐(0) 编辑
摘要: <!doctype html>Linux服务器上搭建neo4j图数据库 Linux服务器上搭建neo4j图数据库 一、预先检查jbk版本 使用命令 java -version 版本要求1.8及以上,不满足要求可查阅文章 https://www.jianshu.com/p/44c6c9a3781f 进 阅读全文
posted @ 2021-01-26 15:08 姽婳_娉婷 阅读(966) 评论(0) 推荐(1) 编辑
摘要: import wave r = r"D:\邓紫棋 - 句号.wav" # 一个.wav格式文件 with wave.open(r, "rb") as f: # 读取文件格式等 params = f.getparams() nchannels, sampwidth, framerate, nframe 阅读全文
posted @ 2020-01-17 21:55 姽婳_娉婷 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 用已经搭建好 face_recognition,dlib 环境来进行人脸识别 未搭建好环境请参考:https://www.cnblogs.com/guihua-pingting/p/12201077.html 使用OpenCV 调用摄像头 import face_recognition import 阅读全文
posted @ 2020-01-17 12:59 姽婳_娉婷 阅读(1690) 评论(0) 推荐(0) 编辑
摘要: 文章参考:https://blog.csdn.net/hongbin_xu/article/details/76284134 文章参考:https://blog.csdn.net/weixin_40450867/article/details/81734815 文章参考:https://blog.c 阅读全文
posted @ 2020-01-16 14:36 姽婳_娉婷 阅读(1245) 评论(0) 推荐(0) 编辑