2020年2月29日

摘要: (mycrm) [root@web CRM_Project]# python3 manage.py runserver 192.168.199.169:8000 Unhandled exception in thread started by <function check_errors.<loca 阅读全文
posted @ 2020-02-29 23:59 Nicholas-- 阅读(12) 评论(0) 推荐(0)
摘要: 一、python中实现链表(二) python中实现链表(一)见https://www.cnblogs.com/Nicholas0707/p/12730944.html 单链表的实现 0、定义节点 class Node: """单链表的结点""" def __init__(self,item): # 阅读全文
posted @ 2020-02-29 21:43 Nicholas-- 阅读(262) 评论(0) 推荐(0)
摘要: 一、业务逻辑图 二、安装uwsgi uwsgi是服务器和服务端应用程序的通信协议,规定了怎么把请求转发给应用程序和返回。 uWSGI是一个Web服务器,它实现了WSGI协议、uwsgi、http等协议。Nginx中HttpUwsgiModule的作用是与uWSGI服务器进行交换。 nginx 和 u 阅读全文
posted @ 2020-02-29 18:30 Nicholas-- 阅读(801) 评论(0) 推荐(0)

导航