240 发简信
IP属地:陕西
  • 【week2】day1:mongoDB的简单使用

    1,基础知识 利用pymongo库进行python与mongoDB数据库的连接 使用find()函数展示数据库中数据 $lt, $lte, $g...

  • 【week1】day4:爬取霉霉图片

    1,基础知识 获取网页中的动态数据 2, 自己动手写程序 The code 3, 反思与总结 代码中也要设代理,虽然目前还不清楚代理应该怎么设。

  • 【week1】day3:爬取真实网页

    1,基础知识 step1:使用requests.get()获取网页源代码 step2: 使用BeautifulSoup解析网页 2,自己试着爬取...

  • 【week1】day2:解析本地网页

    1,基础知识 使用BeautifulSoup解析网页: 步骤: Step1:解析网页BeautifulSoup(html, 'lxml') St...

  • Resize,w 360,h 240
    【week1】day1:认识网页结构,并自己动手写一个网页

    1,网页构成 html —— 结构 css —— 样式 JS —— 功能 2,认识html 详见 w3school-html 3,自己动手写网...