首页
学习
活动
专区
工具
TVP
发布

禹都一只猫博客

https://olei.me
专栏作者
50
文章
115095
阅读量
28
订阅数
常见的 nginx 配置文件的写法
http与https按照给php环境配置的样子举例 http server { listen 80; root /xxx/xxx/xxx; # 项目目录 index index.html index.php; server_name domain.xx.xx; # 绑定的域名或者ip server_tokens off; location ~* .(jpg|jpeg|png|gif|ico|css|js)$ { expires max; ad
禹都一只猫olei
2018-06-08
1.9K0
flask的Blueprint,前后台蓝图注册
我使用的是python3.6 文件结构 创建一个shizhan文件夹,根据flask的文件结构,在shizhan里面创建app文件夹,其他如下的结构 ├── app │ ├── __init__.py │ ├── admin │ │ ├── __init__.py │ │ └── views.py │ ├── home │ │ ├── __init__.py │ │ └── views.py │ ├── models.py │ ├── static │
禹都一只猫olei
2018-05-14
1.9K4
Scrapy实战:爬取一个百度权重为7的化妆品站点
Scrapy实战:爬取一个百度权重为7的化妆品站点 网站为OnlyLady:http://hzp.onlylady.com/brand.html 创建 创建项目 $ scrapy startproject onlylady 创建爬虫 $ cd onlylady $ scrapy genspider ol hzp.onlylady.com 结构如下: ├── onlylady │ ├── __init__.py │ ├── items.py │ ├── middlewares.py │ ├──
禹都一只猫olei
2018-05-10
7053
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档