会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
市丸银
知行合一
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
62
63
64
65
66
67
68
69
70
···
98
下一页
2019年11月13日
requests
摘要: 官网: https://requests.kennethreitz.org//zh_CN/latest/user/quickstart.html 测试网站:httpbin.org 注意:其它看官网 1、带headers的请求 2、带cookies的请求 3、带Basic-auth(auth)的请求
阅读全文
posted @ 2019-11-13 09:29 市丸银
阅读(159)
评论(0)
推荐(0)
2019年11月12日
安装xpath helper
摘要: 1、下载 版本是:2.02的 链接:https://pan.baidu.com/s/1YdyTbWElL904EMQ-9Ougnw 提取码:bxxa 2、无效安装的解决方案 参考链接:https://www.cnblogs.com/ljxh/p/11222898.html a、后缀改成rar b、解
阅读全文
posted @ 2019-11-12 17:53 市丸银
阅读(1299)
评论(0)
推荐(0)
2019年11月5日
取消搜狗输入法的快捷键
摘要: https://blog.csdn.net/shishu8385/article/details/87787465
阅读全文
posted @ 2019-11-05 17:29 市丸银
阅读(321)
评论(0)
推荐(0)
2019年10月31日
numpy初识 old
摘要: 一、创建ndarrary 1、使用np.arrary()创建 1)、一维数组 import numpy as np np.array([1, 2, 3, 4]) 2)、二维数组 np.array([[1, 2, 3], [3, 8,0], [3, 2, 5]]) 注意: a、创建数组的时候,数据类型
阅读全文
posted @ 2019-10-31 23:47 市丸银
阅读(160)
评论(0)
推荐(0)
Jupyter Notebook 快捷键
摘要: 向下添加cell b 进入编辑模式 Enter 结束编辑模式 ESC 运行 Ctrl + Enter 查看用法 shit + tab tab两次用法详解 提示 tab 待序
阅读全文
posted @ 2019-10-31 22:46 市丸银
阅读(163)
评论(0)
推荐(0)
安装numpy、matplotlib
摘要: 一、安装numpy 1、下载 https://pypi.org/project/numpy/#files 2、安装 3、校验 二、安装matplotlib
阅读全文
posted @ 2019-10-31 21:21 市丸银
阅读(163)
评论(0)
推荐(0)
安装Jupyter Notebook
摘要: 1、安装Ipython 2、安装jupyter 3、运行jupyter
阅读全文
posted @ 2019-10-31 20:41 市丸银
阅读(143)
评论(0)
推荐(0)
安装lxml
摘要: 1、安装wheel 2、下载lxml库的whl文件 下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 版本:python 3.7 64位 3、安装lxml 4、检测
阅读全文
posted @ 2019-10-31 20:37 市丸银
阅读(638)
评论(0)
推荐(0)
安装anaconda
摘要: 清华镜像 https://blog.csdn.net/u014061630/article/details/92744781#21_anaconda_5 一、安装 1、安装(参考官网) 官方:https://docs.anaconda.com/anaconda/ 2、校验 从开始菜单查询Anacon
阅读全文
posted @ 2019-10-31 20:35 市丸银
阅读(152)
评论(0)
推荐(0)
2019年10月28日
Scrapy-redis组件
摘要: 核心:共享爬取队列 目的:实现分布式 一、安装 pip3 install -i https://pypi.douban.com/simple scrapy-redis 二、去重 1、配置文件 scrapy 去重 DUPEFILTER_KEY = 'dupefilter:%(timestamp)s'
阅读全文
posted @ 2019-10-28 23:47 市丸银
阅读(245)
评论(0)
推荐(0)
上一页
1
···
62
63
64
65
66
67
68
69
70
···
98
下一页
公告