xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

Learning web development with MDN

Server-side website programming

Dynamic Websites – Server-side programming

https://developer.mozilla.org/en-US/docs/Learn/Server-side

Django for Python

Django

https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django

Django 采用了 MVT 的软件设计模式,即模型 (Model), 视图 (View)和模板 (Template);

https://www.runoob.com/django/django-tutorial.html

Flask

http://flask.pocoo.org/

Express for Node.js

Node.js

https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs

Laravel for PHP

PHP

https://laravel.com/

Ruby On Rails for Ruby

Ruby

https://rubyonrails.org/

Phoenix for Elixir

Elixir

https://phoenixframework.org/

refs

Angular 发送的 POST 请求在 Django 来看是空字符串

  1. JSON === from string

  2. CSRF, Cross Site Request Forgery

https://docs.djangoproject.com/en/3.0/ref/csrf/

Django CSRF

https://www.youtube.com/watch?v=w9Y6tIVGUTI

https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data#The_POST_method

http://gaocegege.com/Blog/随笔/hackathon

refs



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/13449279.html