跳转底部
上一页 1 2 3 4 5 6 ··· 8 下一页

2018年11月27日

服务器管理项目

摘要: perfey项目服务器修改代码注意事项: 1,静态文件是有nginx响应的,所有的app下的static文件夹都由python3 manage.py collectstatic收集到了指定目录 2,所以项目中的media和files这些包含大文件的内容不应放到static中 3,nginx的上传文件大小是有限制的,需要在nginx 配置中改client_max_body_size 2000m;... 阅读全文

posted @ 2018-11-27 20:04 afly666 阅读(162) 评论(0) 推荐(0) 编辑

2018年11月26日

git的使用

摘要: 管理工作目录 -- mkdir xxx -- cd xxxx -- git init (.git) -- git status 查看工作树状态 -- git log 查看提交记录 -- git reflog 查看之前所有的操作记录 Git 三个状态切换 工作区 暂存区 本地仓库 -- git add ./ 工作区到暂存区 -- git commit -m ... 阅读全文

posted @ 2018-11-26 18:06 afly666 阅读(94) 评论(0) 推荐(0) 编辑

2018年11月20日

复习

摘要: Python,是j解释性语言,执行时先编译后解释 推荐博客:https://www.cnblogs.com/aiyr/p/6867732.html .py .pyc .pyw .pyw .pyo .pyd的区别 ,推荐博客:https://blog.csdn.net/feeltouch/articl 阅读全文

posted @ 2018-11-20 08:39 afly666 阅读(191) 评论(0) 推荐(0) 编辑

2018年11月18日

笔记

摘要: 阅读全文

posted @ 2018-11-18 15:24 afly666 阅读(99) 评论(0) 推荐(0) 编辑

Response

摘要: 推荐博客:https://blog.csdn.net/Odyssues_lee/article/details/80895128 阅读全文

posted @ 2018-11-18 14:17 afly666 阅读(102) 评论(0) 推荐(0) 编辑

opencv

摘要: 推荐博客:https://blog.csdn.net/wwxy1995/article/details/79735283 客户端 服务端 使用js调用摄像头:https://www.cnblogs.com/weixing/p/6555681.html 阅读全文

posted @ 2018-11-18 08:36 afly666 阅读(147) 评论(0) 推荐(0) 编辑

2018年11月16日

redis操作

摘要: 推荐博客:http://www.cnblogs.com/wupeiqi/articles/5132791.html 阅读全文

posted @ 2018-11-16 18:54 afly666 阅读(146) 评论(0) 推荐(0) 编辑

django项目允许其他机器访问

摘要: 推荐博客:https://blog.csdn.net/pindian0998/article/details/77946831 阅读全文

posted @ 2018-11-16 09:12 afly666 阅读(638) 评论(0) 推荐(0) 编辑

2018年11月15日

列表生成式,数据格式处理

摘要: 另一种写法 阅读全文

posted @ 2018-11-15 21:13 afly666 阅读(156) 评论(0) 推荐(1) 编辑

跨域问题

摘要: content-type 描述前端发送的数据格式 利用中间件加响应头解决跨域 阅读全文

posted @ 2018-11-15 14:49 afly666 阅读(146) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页

导航

回到顶部