Loading

摘要: 第二章:Python高级编程 魔法函数 "Python3高级核心技术97讲" 笔记 [TOC] 2.1 什么是魔法函数(网络用语) 注意:在案例中,魔法函数既不是属于,也不是从基继承过来。是一个独立的存在,往类里放入魔法函数之后,会增强类的一些类型。魔法函数不需要我们显示调用。Python会识别对象 阅读全文
posted @ 2020-05-06 23:15 coderchen01 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 第一章:Python高级编程 Python一切皆对象 "Python3高级核心技术97讲" 笔记 [TOC] 1. Python一切皆对象 1.1 函数和类也是对象,属于Python的一等公民 1.2 type、object和class的关系 这张图给我展现了 你就不缺对象啦,哈哈哈哈。 与``有着 阅读全文
posted @ 2020-05-06 20:58 coderchen01 阅读(696) 评论(0) 推荐(0) 编辑
摘要: Pycharm使用秘籍 "来源:路飞学城Avrion(苑昊)" "Pycharm激活码(食用方法自行搜索)" [TOC] 在Pycharm下为你的Python项目配置Python解释器 1. Project:当前项目名 Project Interpreter add Local 在Pycharm下创 阅读全文
posted @ 2020-05-03 23:23 coderchen01 阅读(468) 评论(0) 推荐(2) 编辑
摘要: RESTful 规范 [TOC] REST风格 资源 网页中能看到的都是资源 URI 统一资源标识符 URL 统一资源定位符 统一资源接口 对资源的操作根据HTTP请求方式的不同来进行不同操作 遵循HTTP请求方式的语义 前后端传输的是资源的表述 展现的是资源的状态 凡是遵循REST风格实现的前后端 阅读全文
posted @ 2020-04-30 22:59 coderchen01 阅读(156) 评论(3) 推荐(0) 编辑
摘要: Django文档阅读 Day4 [TOC] Writing your first Django app, part 4 Writing a minimal form(it begins where Day3 left off) As mentioned in "Tutorial 3" , is an 阅读全文
posted @ 2020-04-25 21:19 coderchen01 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Django文档阅读 Day3 [TOC] Writing your first Django app, part 3 Overview A view is a “type” of Web page in your Django application that generally serves a 阅读全文
posted @ 2020-04-24 23:29 coderchen01 阅读(194) 评论(0) 推荐(1) 编辑
摘要: Django文档阅读 对Django有一定的了解了,现在通过对官方文档的阅读,补差补缺,达到完全掌握。顺便学习学习英语 "Django项目官网" 1. "Django文档阅读 Day1" 2. "Django文档阅读 Day2" 3. "Django文档阅读 Day3" 4. "Django文档阅读 阅读全文
posted @ 2020-04-24 16:01 coderchen01 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Django文档阅读 Day2 [TOC] Writing your first Django app, part 1 You can tell Django is installed and which version by running the following command in a s 阅读全文
posted @ 2020-04-23 23:55 coderchen01 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Django文档阅读 Day1 [TOC] Django at a glance Design your model Install it 用Django命令行工具自动构建database tables。 Notes: The makemigrations command looks at all 阅读全文
posted @ 2020-04-22 23:27 coderchen01 阅读(229) 评论(0) 推荐(1) 编辑
摘要: 你的博客园奇丑无比怎么办? 阅读全文
posted @ 2020-04-18 17:52 coderchen01 阅读(381) 评论(2) 推荐(1) 编辑