資源簡介
通過使用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個文件信息
評論
共有 條評論