算法小白
我在校园爬虫打卡 我在校园爬虫打卡
Ⅰ. 下载Fiddler抓取https包Download Fiddler Classic 允许抓取 https 包 最后点击 ok 即可,第一次可能会有个警告,点击 yes 信任就好了。 Ⅱ. 分析我在校园打卡包现在我们可以成功抓取
2021-01-23
python爬取必应壁纸 python爬取必应壁纸
前言一个喜欢折腾的人,长期看到桌面只有一种壁纸,就想着自己从网上爬取一些壁纸,存下来,随机切换壁纸。 本文仅供学习交流。 工具Python3 + requests + re Fiddler 抓包工具。 分析必应官网好像无法使用 Ctrl +
2020-10-13
conda常用方法 conda常用方法
安装参考我的这篇文章即可,Ubuntu20.04安装Anaconda 常见用法Ⅰ. 创建虚拟环境conda create --name name python=3.8 name 就是你要创建的虚拟环境的名字,python 指定版本后,就会自
2020-08-24
pandas入门 pandas入门
什么是pandaspandas 是基于一种 NumPy 的一种工具。NumPy 只能处理数值型的数据,但是 pandas 除了处理数值之外,还可以处理其它类型的数据。比如,字符串,时间序列等。 使用Ⅰ. 数据结构 维数 名称 描述
2020-08-20
科学计算Numpy 科学计算Numpy
什么是Numpy NumPy 是一个运行速度非常快的数学库,主要用于数组计算,包含: 一个强大的N维数组对象 ndarray 广播功能函数 整合 C/C++/Fortran 代码的工具 线性代数、傅里叶变换、随机数生成等功能 使用Ⅰ.
2020-08-16
matplotlib使用 matplotlib使用
什么是matplotlib Matplotlib 可能是 Python 2D-绘图领域使用最广泛的套件。它能让使用者很轻松地将数据图形化,并且提供多样化的输出格式。这里将会探索 matplotlib 的常见用法。 菜鸟教程 使用Ⅰ. 绘
2020-08-16
PAT1009 PAT1009
原题 With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best pla
2020-08-16
PAT1009 PAT1009
原题 This time, you are supposed to find A×B where A and B are two polynomials. Input Specification:Each input file contai
2020-08-12
PAT1006 PAT1006
原题 At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one
2020-08-10
PAT1008 PAT1008
原题 The highest building in our city has only one elevator. A request list is made up with N positive numbers. The number
2020-08-10
1 / 4