Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
摘要: 以下是对 netstat -tuln | grep 22 以及 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 的解释: netstat -tuln | grep 22 netstat:是一个用于查看网络连接、路由表、网络接口状态等网络相关信息的命令。 -t:表示显示TCP协 阅读全文
posted @ 2025-03-25 09:24 一只大学生 阅读(262) 评论(0) 推荐(0)
摘要: 报错 root@ubuntu2004:/# apt update Err:1 http://wiki.t-firefly.com/firefly-ubuntu-repo focal InRelease Temporary failure resolving 'wiki.t-firefly.com' 阅读全文
posted @ 2025-03-25 08:53 一只大学生 阅读(719) 评论(0) 推荐(0)
摘要: 预处理、编译、汇编和链接是将高级语言编写的源程序转换为可执行文件的四个重要阶段,下面为你详细介绍: 预处理 作用:预处理是编译的第一个阶段,主要对源文件中的预处理指令进行处理。预处理指令以 # 开头,例如 #include、#define 等。这个阶段会完成头文件的包含、宏替换、条件编译等操作。 示 阅读全文
posted @ 2025-03-24 15:48 一只大学生 阅读(293) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44864313/article/details/115653202 阅读全文
posted @ 2025-03-23 22:57 一只大学生 阅读(84) 评论(0) 推荐(0)
摘要: systemctl enable --now ssh是一条在基于systemd的Linux系统中使用的命令,下面为你详细解释其作用和命令各部分的含义: 命令各部分含义 systemctl:它是基于systemd的Linux系统中用于管理系统服务的工具,可对服务进行启动、停止、重启、启用、禁用等操作。 阅读全文
posted @ 2025-03-23 22:45 一只大学生 阅读(213) 评论(0) 推荐(0)
摘要: 1.网络问题:检查两台电脑是否能相互ping通 2.ubuntu防火墙:检查 3.django程序是否运行在0.0.0.0:8000 4.django的ALLOW_HOST = ["*"] 阅读全文
posted @ 2025-03-22 21:34 一只大学生 阅读(13) 评论(0) 推荐(0)
摘要: 通过网线直接连接 Ubuntu 和 Windows 两台电脑可以实现高速文件传输、共享资源或网络调试等操作。以下是详细步骤: 1. 准备工作 一根网线:确保使用直通网线(普通网线)或交叉网线(如果需要连接两台电脑而不经过交换机或路由器)。 两台电脑:一台运行 Ubuntu,另一台运行 Windows 阅读全文
posted @ 2025-03-21 15:14 一只大学生 阅读(1280) 评论(0) 推荐(0)
摘要: 这段内容详细介绍了在基于 Debian 或 Ubuntu 的 Linux 系统中,使用 apt 工具在线安装 Python 3.9 的具体步骤,下面为你逐步分析: 步骤 1:更新软件包列表并安装必备组件 sudo apt update sudo apt install software-proper 阅读全文
posted @ 2025-03-20 16:12 一只大学生 阅读(1267) 评论(0) 推荐(0)
摘要: from django.http import HttpResponse, JsonResponse, StreamingHttpResponse,FileResponse from utils.to_video import image_to_video as convert_to_video i 阅读全文
posted @ 2025-03-18 16:57 一只大学生 阅读(38) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3493315/202503/3493315-20250318111356170-1464773873.png) 阅读全文
posted @ 2025-03-18 11:14 一只大学生 阅读(1773) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页