• 大小: 1.11MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-26
  • 语言: Python
  • 标签: python  

资源简介

通过使用python爬虫、django、matplotlib、bootstrap等技术对凤凰新热点新闻的数据可视化分析以及网页展示。

资源截图

代码片段和文件信息

#!/usr/bin/env python
import os
import sys

if __name__ == “__main__“:
    os.environ.setdefault(“DJANGO_SETTINGS_MODULE“ “website.settings“)
    try:
        from django.core.management import execute_from_command_line
    except ImportError as exc:
        raise ImportError(
            “Couldn‘t import Django. Are you sure it‘s installed and “
            “available on your PYTHONPATH environment variable? Did you “
            “forget to activate a virtual environment?“
        ) from exc
    execute_from_command_line(sys.argv)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-08 11:22  website\
     文件      151552  2018-07-08 11:22  website\db.sqlite3
     文件         554  2018-06-21 20:56  website\manage.py
     文件        3121  2018-06-23 09:01  website\spiderdb.py
     目录           0  2018-06-24 15:35  website\static\
     目录           0  2018-06-24 15:36  website\static\bootstrap\
     目录           0  2018-06-23 16:55  website\static\bootstrap\css\
     文件       26132  2016-07-25 23:51  website\static\bootstrap\css\bootstrap-theme.css
     文件       47706  2016-07-25 23:51  website\static\bootstrap\css\bootstrap-theme.css.map
     文件       23409  2016-07-25 23:51  website\static\bootstrap\css\bootstrap-theme.min.css
     文件       25648  2016-07-25 23:51  website\static\bootstrap\css\bootstrap-theme.min.css.map
     文件      146010  2016-07-25 23:51  website\static\bootstrap\css\bootstrap.css
     文件      389287  2016-07-25 23:51  website\static\bootstrap\css\bootstrap.css.map
     文件      121200  2016-07-25 23:51  website\static\bootstrap\css\bootstrap.min.css
     文件      542194  2016-07-25 23:51  website\static\bootstrap\css\bootstrap.min.css.map
     目录           0  2018-06-23 16:26  website\static\bootstrap\fonts\
     文件       20127  2016-07-25 23:51  website\static\bootstrap\fonts\glyphicons-halflings-regular.eot
     文件      108738  2016-07-25 23:51  website\static\bootstrap\fonts\glyphicons-halflings-regular.svg
     文件       45404  2016-07-25 23:51  website\static\bootstrap\fonts\glyphicons-halflings-regular.ttf
     文件       23424  2016-07-25 23:51  website\static\bootstrap\fonts\glyphicons-halflings-regular.woff
     文件       18028  2016-07-25 23:51  website\static\bootstrap\fonts\glyphicons-halflings-regular.woff2
     目录           0  2018-06-23 16:53  website\static\bootstrap\jquery\
     文件       84288  2018-06-23 09:28  website\static\bootstrap\jquery\jquery.min.js
     目录           0  2018-06-23 16:26  website\static\bootstrap\js\
     文件       69707  2016-07-25 23:51  website\static\bootstrap\js\bootstrap.js
     文件       37045  2016-07-25 23:51  website\static\bootstrap\js\bootstrap.min.js
     文件         484  2016-07-25 23:51  website\static\bootstrap\js\npm.js
     目录           0  2018-06-24 13:02  website\static\figure\
     文件      138386  2018-06-24 13:02  website\static\figure\Entertainment.png
     文件      137213  2018-06-24 13:02  website\static\figure\Finance.png
     文件      131655  2018-06-24 13:02  website\static\figure\Information.png
............此处省略34个文件信息

评论

共有 条评论