Blogger introduction : We-Media JavaPub Independent maintainer , Fans all over the Internet 15w+,csdn Blogger 、java Quality creators in the field ,51ctoTOP10 Blogger , You know / Nuggets / Hua Wei Yun / Alibaba cloud /InfoQ And other high-quality authors 、 Focus on Java Technical fields and sidelines .
official account :JavaPub The resume template 、 Learning materials 、 The interview question bank is for you
Official account 【JavaPub】, reply : Minimum necessary interview questions , obtain 《10 swastika 301 Avenue Java Summary of classic interview questions ( Answer attached )》pdf, Easier to recite questions , One article in hand , I have
Surprise interview | Surprise interview | Surprise interview
《 Reptiles 119》 Fire fighting tutorial
request
pip install requests
# Python
import requests
import requests
res = requests.get("https://www.baidu.com")
print(res.text)
import requests
head = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36"
}
res = requests.get("https://www.baidu.com", headers=head)
print(res.text)
print(res.status_code)
GitHub | Gitee
The source code for :
everyone
give the thumbs-up 、 Collection 、 Focus on 、 Comment on
La 、 seeClock in article
to update 1 / 365 God
Wonderful column recommended subscription : In the column below
《 Reptiles 119》 Fire fighting tutorial
《 Common secrets of reptiles 》