会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
日拱一卒
首页
新随笔
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2017年9月30日
国庆假期计划
摘要: 除了每天的项目代码要继续增补外,计划学习以下内容:学习 celery 定时任务,并在项目中添加Django 事务管理学习看一遍《实现领域驱动设计》DRF官方文档看一遍《Two Scoops of Django 1.11》略读《流畅的Py...
阅读全文
posted @ 2017-09-30 11:44 Jeff_blog
阅读(111)
评论(0)
推荐(0)
2017年8月16日
Django Rest Framework Token Authentication
摘要: https://stackoverflow.com/questions/14838128/django-rest-framework-token-authentication http://cheng.logdown.com/posts/2015/10/27/how-to-use-django-re
阅读全文
posted @ 2017-08-16 11:04 Jeff_blog
阅读(97)
评论(0)
推荐(0)
2017年8月1日
django 数据库迁移注意事项
摘要: image.png 记得这里不能搞数据迁移 迁移过去就本地混乱了
阅读全文
posted @ 2017-08-01 14:28 Jeff_blog
阅读(118)
评论(0)
推荐(0)
2017年7月21日
Django笔记
摘要: 1.新建环境 2.配置mysql 3.运行manage.py makemaigrations,migrate 生成数据表 4.创建users app 5.定义users moudles 6.在users moudles中用到了image,需要pillow,所以pip安装它 7.把users注册到IN
阅读全文
posted @ 2017-07-21 00:06 Jeff_blog
阅读(190)
评论(0)
推荐(0)
2017年7月20日
python3 安装 mysql 用pip install PyMySQL
摘要: 留存
阅读全文
posted @ 2017-07-20 17:45 Jeff_blog
阅读(362)
评论(0)
推荐(0)
2017年7月19日
进程间通信IPC
摘要: 进程间通信IPC 进程间通信(Inter-Process Communication,IPC)是一个在计算机科学和操作系统中非常重要的概念。它涉及到如何在同一台计算机上运行的不同进程(或在不同计算机上运行的进程)之间传递信息和数据。这个概念在多任务操作系统、分布式系统、微服务架构以及各种并行计算场景
阅读全文
posted @ 2017-07-19 00:53 Jeff_blog
阅读(351)
评论(0)
推荐(0)
2017年7月18日
win10 更新后 Cmder 光标多了一个字符,怎么去除?
摘要: 仅做存档,建议看原文作者:知乎用户链接:https://www.zhihu.com/question/58401382/answer/159072951来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。在之前...
阅读全文
posted @ 2017-07-18 15:30 Jeff_blog
阅读(437)
评论(0)
推荐(0)
2017年7月17日
Python 资源荟萃
摘要: 持续更新Python精华资源 1. python在线运行可视化 能看到程序在运行时的执行顺序,调用关系,对编程新手尤其有用 http://www.pythontutor.com/ 2. Python在线IDE http://pythonfiddle.com/ 教程 1. python最佳实践 htt
阅读全文
posted @ 2017-07-17 14:38 Jeff_blog
阅读(238)
评论(0)
推荐(0)
Django 框架相关资料
摘要: 在线教育 极客学院: Rest-Framework http://www.jikexueyuan.com/course/django/ 麦子学院: Python 开发 http://www.maiziedu.com/lps2/learning/detail/13/ 慕课网: django+xadmi
阅读全文
posted @ 2017-07-17 10:48 Jeff_blog
阅读(119)
评论(0)
推荐(0)
Python 多线程编程
摘要: 通过实例化Thread类 import threading import time def get_detail_html(url): print("get detail html started") time.sleep(2) print("get detail html end") def ge
阅读全文
posted @ 2017-07-17 00:05 Jeff_blog
阅读(114)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告