摘要: 题意 AtCoder Beginner Contest 353 abc353 G - Merchant Takahashi 有 \(n(1 \le n \le 2e5)\) 个城镇和 \(m(1 \le m \le 2e5)\) 个活动依次发生,第 \(i(1 \le i \le m)\) 个活动在 阅读全文
posted @ 2024-05-17 10:33 1v7w 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 精简版: #include <algorithm> #include <cmath> #include <cstring> #include <iostream> #include <map> #include <queue> #include <set> #include <stack> #inc 阅读全文
posted @ 2024-05-04 14:41 1v7w 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 题意 Codeforces Round 809 (Div. 2) D1. Chopping Carrots (Easy Version) 给你两个整数\(n(1 \le n \le 3e5), k(0\le k \le 10)\), 一个数组 \(a(1 \le a_i \le 10^9)\)。你可 阅读全文
posted @ 2024-05-01 23:45 1v7w 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 首先安装 Metamod 2.0 (Download) 再安装 soucmode的cs2版本 CounterStrikeSharp With Runtime (Download) 选有运行环境的版本 插件列表 基于metamod的插件: 皮肤修改: cs2_weapons_skin。首先在 皮肤修改 阅读全文
posted @ 2023-12-24 16:15 1v7w 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 题意 Codeforces Round 809 (Div. 2) D1. Chopping Carrots (Easy Version) 给两个整数\(n, k\), 一个数组 \(a\), 要求构造一个同样长度的数组 \(p\), 使得 \(\max\limits_{1 \le i \le n}\ 阅读全文
posted @ 2023-11-14 15:40 1v7w 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 笔记本wifi突然不能用了 右下角没有wlan的开关,打开设备管理器,网卡那里是黄色感叹号。 我这里遇到的是Intel ac9462(型号可能记错)网卡,错误代码为10。 大神说很可能是网卡上的天线接口不良了,建议拆开后盖,把2根天线拔下来重插一下。 ![image](https://img2 阅读全文
posted @ 2023-09-07 10:01 1v7w 阅读(22) 评论(0) 推荐(0) 编辑
摘要: ## 前排提醒 红米 ac2100 闪存大概率存在坏块。 如果存在坏块,建议刷PandoraBox boot来作为bootloader,它的貌似有机制可以跳过坏块。然后再从pb-boot里刷入底包(initramfs-kernel.bin),进入底包系统后升级成为真正的系统。 如果没有坏块,恭喜你, 阅读全文
posted @ 2023-08-22 20:13 1v7w 阅读(2536) 评论(0) 推荐(0) 编辑
摘要: 首先需要有一个能正常上去github的代理,然后去配置git走代理就ok。 ### http部分 假设代理的http端口为7890,那么执行以下命令会在`~/.gitconfig`中多出配置。 ``` git config --global http.https://github.com.proxy 阅读全文
posted @ 2023-08-20 18:36 1v7w 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ## 前言 我校(西安石油大学)在20年左右全校覆盖了ac+ap方式Drcom Web认证。网线连接网络模块+[dogcom](https://github.com/mchome/dogcom)验证方式已逐渐失效(网络模块坏了不给修)。 故只剩下了Web认证这条路。此次方案采取的是无线中继 + 认证 阅读全文
posted @ 2023-08-19 17:28 1v7w 阅读(3546) 评论(2) 推荐(1) 编辑
摘要: ## 前排提醒 本项目需要在linux/mac环境下进行开发,如果是windows最好是整个linux的环境,比如云服务器、虚拟机、wsl等。 整个课程需要仔细看文档,包括bustub的readme,每篇project的描述。 整个课程需要仔细看文档,包括bustub的readme,每篇projec 阅读全文
posted @ 2023-08-10 15:45 1v7w 阅读(1273) 评论(0) 推荐(0) 编辑