Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 django URL 连接到 TCP/IP 端口上的传入数据。如果有人能对此有所了解,那就太好了
您可能必须从另一个进程或线程监听端口。将传入的数据保存在某处,无论是日志文件、数据库还是其他任何地方。然后让 Django 在准备发送网页以响应 URL 上的请求时使用此数据。