Beautifulsoup
beautifulsoup Docs https://www.crummy.com/software/BeautifulSoup/bs4/doc/ 中文版 https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/ 一、beautifulsoup 的简单使用 简单来说,Beautiful Soup 是 Python 的一个库,最...
beautifulsoup Docs https://www.crummy.com/software/BeautifulSoup/bs4/doc/ 中文版 https://www.crummy.com/software/BeautifulSoup/bs4/doc.zh/ 一、beautifulsoup 的简单使用 简单来说,Beautiful Soup 是 Python 的一个库,最...
一、正则基础 1、为什么使用正则 需求 判断一个字符串是否是手机号 解决 编写一个函数,给函数一个字符串,如果是手机号则返回 True,否则返回 False 代码 def isPhone(phone): # 长度为 11 # 全部都是数字字符 # 以 1 开头 pass ...
HTML(HyperText Markup Language) 前言 软件架构 B/S Browser/Server 网站 C/S Client/Server QQ HTML的简介、发展史: 万维网联盟(W3C)维护。包含HTML内容的文件最常用的扩展名是.html,但是像DOS这样的旧操作系统限制扩展名为最多3个字符,所以.htm扩展名也被使用。虽...
Python基础内容 一. Python3 Cheat Sheet Python 3 Cheat Sheet latest version https://perso.limsi.fr/pointal/python:memento Python3 CheatSheet Python3 CheatSheet 2 Python Tips https://book.pythontip...
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of the basic environment. Git also needs to be installed. Installation Creating a New Site There are two wa...
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...
notes 这个是红色加粗显示 This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Headings H1 - heading H...