Giter Club home page Giter Club logo

knowledge's Introduction

知识库

知识库,总结在项目中实际使用的git命令,docker部署,mongodb,mysql等知识点

git知识库

docker知识库

mysql数据库知识库

redis知识库

mongodb知识库

PEP 8风格指南

Django知识库

Flask知识库

  • [第一天:HelloFlask]

    - flask配置:微的定义,最小flask的web引用,虚拟环境搭建,安装flask
    - mvc概念,项目的符合MVC模式的拆分
    - 项目运行管理:flask_script库使用,debug配置等
    
  • [第二天:views]

    - 请求与响应:POST/GET请求传参,类字典的区别
    -  session/cookie概念:用法,redis的配置
    -  应用案例1:使用session模拟登陆功能,装饰器的定义使用
    
  • [第三天:templates与models]

    - 基础模板的定义,模板的继承,挖坑以及填坑。宏定义
    - 模板中逻辑控制,过滤器,以及静态static的配置
    - 模型的定义,数据库的创建,学生模型CRUD操作
    
  • [第四天:models与一对多关系]

    - 深入数据库的增删改查,查询数据filter和filter_by
    - 运算符--contains、startswith、__gt__等
    - 筛选--offset、limit、get、first、paginate等
    - 逻辑运算符--and_、or_、not_
    - 模型之间的一对多的关联关系的定义
    
  • [第五天:多对多关系/debugtoolbal]

    - 模型之间的多对多的关联关系的定义,多对多的数据的CRUD
    - 拓展库的使用:debugtoolbar,flask_restful
    
  • [第六天到第10天:项目]

  • [Flask和Django区别]

爬虫

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.