Tagged articles
17 articles
Page 1 of 1
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 2, 2022 · Artificial Intelligence

Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM

This article details the design, architecture, key technologies, and deployment of Xiaosi, an AI‑powered intelligent customer service chatbot built on the internal IM platform, highlighting its problem‑diagnosis accuracy, manpower savings, adapter mechanism, high‑availability backend, and practical use cases.

AI chatbotBackendDjango
0 likes · 13 min read
Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM
MaGe Linux Operations
MaGe Linux Operations
Mar 9, 2022 · Operations

Why Do 502 Errors Appear Only on POST Requests After Migrating to PaaS?

After moving an application to a PaaS platform, intermittent 502 errors occur, seemingly only for POST requests, but the root cause lies in Nginx‑Ingress and uwsgi HTTP version mismatches, connection reuse, and retry behavior, which can be diagnosed through traffic analysis and configuration changes.

502 errorHTTP version mismatchIngress
0 likes · 6 min read
Why Do 502 Errors Appear Only on POST Requests After Migrating to PaaS?
MaGe Linux Operations
MaGe Linux Operations
Jan 28, 2019 · Backend Development

Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More

An in‑depth guide explains the evolution from CGI to FastCGI, WSGI, uWSGI, Gunicorn and Tornado, detailing each protocol’s architecture, performance benefits, and deployment steps for Python web applications, helping developers choose the right server setup for production environments.

CGIGunicornPython
0 likes · 13 min read
Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More
UCloud Tech
UCloud Tech
Nov 17, 2017 · Frontend Development

How to Seamlessly Combine Django and VueJS for a Modern Front‑Back End Project

This guide walks you through why Django and VueJS make a powerful pairing, explains their integration, and provides step‑by‑step instructions for setting up the project, configuring templates and static files, handling development and production environments, and deploying with uWSGI and Nginx.

DjangoNginxVueJS
0 likes · 14 min read
How to Seamlessly Combine Django and VueJS for a Modern Front‑Back End Project