学习参考网站

电商:
https://www.cnblogs.com/wintersun/p/5874454.html
电商技术完整版详细介绍:
https://github.com/Icemelon99/test_project_dailyfresh
https://me.csdn.net/weixin_44806420

github使用:https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137628548491051ccfaef0ccb470894c858999603fedf000

支付宝接口:
https://github.com/fzlee/alipay/blob/master/README.zh-hans.md
支付宝接口调试:
https://blog.csdn.net/sc_lilei/article/details/80450859
支付宝接口申请步骤:
https://www.cnblogs.com/liuwei0824/p/8493838.html
各类支付接口列表:
https://www.jianshu.com/p/97bcfd074be1

django、404和500:
https://www.cnblogs.com/vincenshen/articles/6962968.html

商城生成用户唯一id:
https://blog.csdn.net/feng98ren/article/details/82768911
使用itsdangerous包生成签名令牌:
https://www.jianshu.com/p/5ffa8318ddee
celery异步发送邮件:
https://www.cnblogs.com/springionic/p/10959353.html
秒杀实现方案:
https://my.oschina.net/u/1454380/blog/1785251

用户名、密码等15个常用的js正则:
https://www.jb51.net/article/115170.htm

线性回归:
http://blog.kamidox.com/gradient-descent.html
https://blog.csdn.net/program_developer/article/details/79113765
http://www.cnblogs.com/magle/p/5881170.html

逻辑回归:参数详解:
https://blog.csdn.net/nowfuture/article/details/82018259
https://www.cnblogs.com/fhj-0519/p/10873442.html

js基础语法:
https://blog.csdn.net/nanjinzhu/article/details/82717753
python2.7 和3.x的主要差异
http://chenqx.github.io/2014/11/10/Key-differences-between-Python-2-7-x-and-Python-3-x/

django解决跨域问题:
https://www.cnblogs.com/Raymon-Geng/p/5970611.html
django中文网:
https://www.django.cn
类视图详解:
https://blog.csdn.net/qq_42684307/article/details/81042845
CentOS7下部署Django项目详细操作步骤:
https://www.django.cn/article/show-4.html#ssl
MYSQL删除表的记录后如何使ID从1开始: https://www.cnblogs.com/no7dw/archive/2010/04/16/1713240.html
解决清除数据库表中数据时,有外键的解决方案: https://blog.csdn.net/weixin_40050532/article/details/80434427
redis连接与使用:
https://www.cnblogs.com/xtsec/p/7000404.html
跨域问题:
https://blog.51cto.com/13764714/2392555?source=dra
https://blog.csdn.net/qq_41000891/article/details/84501280
https://blog.csdn.net/larger5/article/details/81265339
https://www.cnblogs.com/randomlee/p/9752705.html

tensorflow一些基本概念与函数:
https://www.cnblogs.com/wuzhitj/p/6431381.html

fiddler抓包工具:
https://www.cnblogs.com/miantest/p/7289694.html

python IO模式(多路复用和异步IO深入理解):
https://www.cnblogs.com/xiajq/p/9502189.html
python的select和epoll:
https://www.cnblogs.com/PrettyTom/p/6626229.html
python网络编程——IO多路复用之epoll:
https://www.cnblogs.com/maociping/p/5132583.html

selenium入门教程:
https://blog.csdn.net/csdn_sea/article/details/78991737
selenium打开的浏览器实现后台静默运行: https://blog.csdn.net/weixin_44530778/article/details/89879400

微信小程序:
API:https://developers.weixin.qq.com/miniprogram/dev/framework/
登录:https://mp.weixin.qq.com/
教程:https://www.cnblogs.com/Paul-watermelon/articles/10732651.html

restful规范说明:
http://www.ruanyifeng.com/blog/2014/05/restful_api.html

在线接口管理平台:
http://www.sosoapi.com/pass/help/manual.htm
接口网站:http://www.sosoapi.com/

力扣网:https://leetcode-cn.com/problems/two-sum/

禅道:https://bwai.zentaopm.com/user-login-Lw==.html

网站模板:https://www.jsdaima.com/webpage/1312.html

原文地址:https://www.cnblogs.com/guofeng-1016/p/11324958.html