摘要: 1.(除所有被 hold 的包 首先,解除所有被 hold 的包,以便系统可以正常处理依赖关系。你可以使用以下命令: bash 复制 sudo apt-mark unhold $(sudo apt-mark showhold) 这将解除所有被 hold 的包。 2. 清理旧的 NVIDIA 和 CU 阅读全文
posted @ 2024-12-23 12:10 神犇(shenben) 阅读(43) 评论(0) 推荐(0) 编辑
摘要: For Debian/Ubuntu-based Linux distributions, you can install it via the terminal with: bash sudo apt-get install python3-gi bash pip install PyGObject 阅读全文
posted @ 2024-06-19 23:17 神犇(shenben) 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 4.35 KVM_SET_USER_MEMORY_REGION Capability KVM_CAP_USER_MEMORY Architectures all Type vm ioctl Parameters struct kvm_userspace_memory_region (in) Retu 阅读全文
posted @ 2023-12-27 19:48 神犇(shenben) 阅读(57) 评论(0) 推荐(0) 编辑
摘要: # install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH sudo apt-get update export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linu 阅读全文
posted @ 2023-07-20 15:52 神犇(shenben) 阅读(166) 评论(0) 推荐(0) 编辑
摘要: sudo apt install python3.8 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1 sudo update-alternatives --install /usr/bi 阅读全文
posted @ 2022-12-15 10:39 神犇(shenben) 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: 仅布置完本地localhost 未成功建立远程连接 如何在 Ubuntu 上安装 MongoDB Ubuntu 安装及配置Mongodb - 简书 Ubuntu 18.04下 MongoDB的安装与基本配置 设置远程连接访问mongodb数据库 如何远程连接mongo数据库 Linux 平台安装 M 阅读全文
posted @ 2022-06-26 09:43 神犇(shenben) 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 100% (参考了这里) #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=2e6+15; const ll inf=(ll)(1e18)<<2; #define pb push_back # 阅读全文
posted @ 2021-03-07 12:11 神犇(shenben) 阅读(687) 评论(0) 推荐(0) 编辑
摘要: s ^ { 2 } = \frac { \sum _ { i = 1 } ^ { n } ( x _ { i } - x ) ^ { 2 } } { n - 1 } 阅读全文
posted @ 2021-02-08 16:29 神犇(shenben) 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Makefile教程(绝对经典,所有问题看这一篇足够了) 快速读懂 makefile | DRA&PHO 阅读全文
posted @ 2020-08-21 10:31 神犇(shenben) 阅读(144) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-08 12:13 神犇(shenben) 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-08 08:55 神犇(shenben) 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 约瑟夫问题 N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。 模拟整个过程或只输出最后一个人的编号 参考百度约瑟夫问题 循环模拟全过程$O(nm)$ #include<cstdio> #include<cstring> using namespace std; co 阅读全文
posted @ 2020-05-14 09:22 神犇(shenben) 阅读(220) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-07 11:03 神犇(shenben) 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-07 10:14 神犇(shenben) 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 试题编号: 201403-4 试题名称: 无线网络 时间限制: 1.0s 内存限制: 256.0MB 问题描述 目前在一个很大的平面房间里有 n 个无线路由器,每个无线路由器都固定在某个点上。任何两个无线路由器只要距离不超过 r 就能互相建立网络连接。 除此以外,另有 m 个可以摆放无线路由器的位置 阅读全文
posted @ 2020-05-07 10:01 神犇(shenben) 阅读(311) 评论(0) 推荐(1) 编辑