Python爬虫爬取暴走漫画官网GIF图

爬取需要工具及运行环境 Python3.6 BeautifulSoup4 库 urllib.request 库 Chrome 浏览器 分析需要解析的的URL 进入暴走漫画官网,进入“趣图-GIF怪兽首页”,可获取URL信息为”http://baozoumanhua.com/catalogs/gif“点击下一页获取URL信息为“http://baozoumanhua.com/catalogs/gif?page=2&sv=14

Read More...

Python 爬虫爬取暴走漫画官网 jpg图片

爬取需要工具及运行环境 Python3.6 BeautifulSoup4 库 urllib.request 库 Chrome 浏览器 分析需要解析的的URL 进入暴走漫画官网,进入“趣图-JPG杂烩首页”,可获取URL信息为”http://baozoumanhua.com/catalogs/jpg“点击下一页获取URL信息为“http://baozoumanhua.com/catalogs/jpg?page=2&sv=14

Read More...

GitHub Pages+Hexo 搭建个人博客

写这篇文章主要是为了记录我搭建个人博客的过程,途中经历很多困难并查询了许多资料,最终功夫不服有心人,经过一天的时间终于弄好了,废话不多说下面开搞。 一.环境搭建安装 git1$ sudo apt-get install git 配置本机全局git环境-确保已有github帐号12$ git config --global user.email "you@example.com"$ git config --global user.n

Read More...

Kali Linux安装后的初步配置

配置apt源文件 修改源文件 1# vi /etc/apt/sources.list #deb cdrom:[Debian GNU/Linux 2016.1 Kali-rolling - Official Snapshot amd64 LIVE/INSTALL Binary 20160830-16:34]/ kali-rolling contrib main non-free#deb cdrom:[Debian GNU/Linux

Read More...

xps13 安装Kali Linux

准备 Dell XPS 13-9360 支持 UEFI的至少8G的U盘 官网下载镜像文件kali 官网 Window系统下载 Win32 Disk Imager 用Win32 Disk Imager 制作U盘启动盘 开始 开机 进入按 F2 进入 bios 选择general->boot sequence 模式改为uefi,在secure boot->secure boot enable 中选择 disable,最后在systerm

Read More...