跳转底部

2018年9月6日

django 图书管理系统

摘要: 改变ip和端口 1.命令行更改 python manage.py runserver # 127.0.0.1:8000 python manage.py runserver 80 # 127.0.0.1:80 python manage.py runserver 0.0.0.0:80 # 0.0.0 阅读全文

posted @ 2018-09-06 20:55 afly666 阅读(428) 评论(0) 推荐(0)

scrapy

摘要: scrapy框架 具有高性能异步下载,队列,分布式,解析,持久化等具有很强通用性的项目模板 安装 a. pip3 install wheel b. 下载twisted http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted c. 进入下载目录,执行 pip3 install Twisted-17.1.0-cp36-cp36m-... 阅读全文

posted @ 2018-09-06 20:17 afly666 阅读(204) 评论(0) 推荐(0)

导航

回到顶部