上一页 1 2 3 4 5 6 ··· 345 下一页
摘要: 说明和常见问题: 1 校赛是额外组织的一个环节,如果不参加校赛:少一次获校级奖的机会。 2 校赛: 报名校赛( 在咱门公开的QQ群里有报名链接,Excel在线表格里面填写, 截止6月25日)。 准备答辩PPT、文档(按照官网模板 https://cpipc.acge.org.cn/sysFile/d 阅读全文
posted @ 2026-06-04 10:54 emanlee 阅读(650) 评论(0) 推荐(0)
摘要: 当数据量很大时,执行 mysql> source filename.sql 很慢,有什么办法更快 我给你最简单、最有效、立刻能上手的提速方案,只做最关键的几步,就能让大 SQL 导入快 10~100 倍,不用改复杂配置。 一、最快方案:执行 source 前,先运行这 4 行(必做) 先登录 MyS 阅读全文
posted @ 2026-05-22 07:30 emanlee 阅读(36) 评论(0) 推荐(0)
摘要: (myvenv) root@aaa:~# pip install django-ranged-response==0.2.0 Collecting django-ranged-response==0.2.0 Using cached django-ranged-response-0.2.0.tar. 阅读全文
posted @ 2026-05-21 10:01 emanlee 阅读(15) 评论(0) 推荐(0)
摘要: Ubuntu 22.04 LTS root@VM-4-7-ubuntu:~# mysqlmysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file 阅读全文
posted @ 2026-05-04 20:15 emanlee 阅读(11) 评论(0) 推荐(0)
摘要: Ubuntu Server 24.04 安装 MySQL ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory [可 阅读全文
posted @ 2026-05-04 20:02 emanlee 阅读(17) 评论(0) 推荐(0)
摘要: ubuntu server 24.04: 如何设置默认采用 Xorg 方式登录 Ubuntu Server 默认无图形界面,要默认用 Xorg 登录,需要:安装桌面 + 图形管理器→禁用 Wayland→设默认会话为 Xorg→开机进图形模式。下面以 Ubuntu 22.04/24.04(GDM3) 阅读全文
posted @ 2026-05-04 18:07 emanlee 阅读(306) 评论(0) 推荐(0)
摘要: Ubuntu Server 24.04 设置锁屏时间 Ubuntu Server 24.04 默认无桌面,你现在应该是装了 GNOME 桌面(带 Xorg),下面给你命令行(推荐)+ 图形界面两种改锁屏时间的方法,单位都是秒。 一、命令行(直接改,立即生效) 1. 查看当前锁屏超时(默认 5 分钟 阅读全文
posted @ 2026-05-04 18:05 emanlee 阅读(77) 评论(0) 推荐(0)
摘要: Job systemd-networkd-wait-online.service/start running 该问题通常出现在 ‌Ubuntu Server 或无图形界面的 Linux 系统‌ 中,表现为开机卡在 “A start job is running for Wait for Networ 阅读全文
posted @ 2026-05-04 17:36 emanlee 阅读(180) 评论(0) 推荐(0)
摘要: Ubuntu Server 24.04 启用root用户 Ubuntu Server 24.04 启用 root 登录 完整草稿(可直接照着执行) 一、设置 root 密码(启用 root 账号) Ubuntu 默认 root 未设置密码,无法登录,先设密码: sudo passwd root 按提 阅读全文
posted @ 2026-05-04 17:03 emanlee 阅读(118) 评论(0) 推荐(0)
摘要: Ubuntu snap install 1. 什么是 Snap? Snap 是 Ubuntu 官方推出的一种软件包格式,和 .deb、Windows 的 .exe 类似。 特点: 软件自带所有依赖库,不依赖系统自带库 跨 Ubuntu 版本通用:Ubuntu 20.04 / 22.04 / 24.0 阅读全文
posted @ 2026-05-02 21:08 emanlee 阅读(66) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 345 下一页