Aimmon
Aimmon
全部文章
Python
Ambari(1)
CDH(1)
Docker(1)
Hadoop(5)
Hbase(1)
HDP(2)
HUE(1)
Java 不可不知(2)
Java_环境变量(5)
Java并发编程(1)
JVM(10)
Kafka(1)
Linux(10)
Mac_Vmware(3)
Maven(2)
MySQL(2)
Presto(1)
Scala(5)
Spark(12)
Sqoop(1)
Storm(4)
Superset(3)
TensorFlow(3)
VM(2)
Zabbix(1)
zookeeper(4)
工作记录(16)
数据结构和算法(5)
未归档(1)
机器学习(1)
益智&DIY(5)
归档
标签
去牛客网
登录
/
注册
Aimmon的博客
伊人如梦
全部文章
/ Python
(共77篇)
selenium:解决 'chromedriver' executable needs to be in PATH 报错 | session not created exception
版本不一致类似的异常还有:session not created exception 主要原因是chrome浏览器和chromedriver 驱动 版本不一致导致的. 下载驱动的链接 https://chromedriver.storage.googleapis.com/index.html ...
2022-05-17
0
0
Python学习笔记--Python 爬虫入门 -17-11 tesseract-OCR
一.Tesseract 安装教程请参考: https://jingyan.baidu.com/article/219f4bf788addfde442d38fe.html 这里说明两点关于配置环境变量的地方: 1.1在环境变量PATH,把tesseract-ocr的安装路径添加进去。 D...
2022-05-17
0
0
Anaconda 命令的使用
没有anaconda 基础可以查看另一篇博文介绍 Python 学习之Anaconda 设置默认打开chrome 浏览器 打开Anaconda Prompt 1. conda -V #查看系统版本 2、conda常用命令 1)conda list #查看安装了哪些包。 ...
2022-05-17
0
0
Python学习笔记--Python 爬虫入门 -18-1 Scrapy
# scrapy # 爬虫框架 - 框架 - 爬虫框架 - scrapy - pyspider - crawley - scrapy框架介绍 - https://doc.scrapy.org/en/latest/ - http://scrapy-chs....
2022-05-17
0
0
Python学习笔记--Python 爬虫入门 -18-2 Scrapy-shell
# scrapy-shell - scrapy shell教程 - shell - 启动 - Linux: ctr+T,打开终端,然后输入scrapy shell "url:xxxx" (注意是 双引号) - windows: scrapy shell &q...
2022-05-17
0
0
Python学习笔记--Python 爬虫入门 -19 Django
# Django系统 - 环境 - python3.6 - django2.0.5 - 参考资料 - [django中文教程](http://python.usyiyi.cn/) - django架站的16堂课 # 环境搭建 - anaconda+pycharm - ...
2022-05-17
0
0
Python3 网络爬虫(一) 斗图网
此文仅作为记录使用. 环境:win10+Python3.6+Anaconda3 基本配置: 项目结构: 代码: import os import requests import threading from urllib import request from bs4 i...
2022-05-17
0
0
Win10操作系统下,Python3.6 配置MySQL 数据库
一.下载(不必赘述). 官网 :https://dev.mysql.com/downloads/mysql/5.7.html#downloads 二.安装和配置 解压在某个目录下(比如 D:\softWare\mysql ) 配置PATH环境变量 D:\softWare\mysql\my...
2022-05-17
0
0
Python中dump 和dumps load和loads的区别
dump dumps load loads 啥玩意?脑子一片混乱.. 1.json.dumps() 用于将dict类型的数据转成str, 因为如果直接将dict类型的数据写入json文件中会发生报错,因此在将数据写入时需要用到该函数。 import json name_emb = {'a'...
2022-05-17
0
0
Python 网络爬虫(二) 拉勾网
本案例仅用于学术交流! 原文地址 https://github.com/fuyunzhishang/python-spider 效果图 爬取第二页的时候会提示操作太频繁,后期会考虑优化方案 import re import time import requests import ...
2022-05-17
0
0
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页