-
CPP异常处理之noexcept函数类型
Exception specifications and noexcept in CPP Looking at a typical function declaration, it is not possible to determine whether a function might throw -
CPP异常处理之noexcept函数类型
Exception specifications and noexcept in CPP Looking at a typical function declaration, it is not possible to determine whether a function might throw -
『模拟赛』多校A层冲刺NOIP2024模拟赛16
『模拟赛记录』多校A层冲刺NOIP2024模拟赛16 -
哈希表
? -
centos安装最新Python
1. 卸载现有Python版本 sudo yum remove python 2. 安装开发工具 sudo yum groupinstall "Development Tools" -y sudo yum install openssl-devel bzip2-devel libffi-devel -
快速幂和大数取模的简单运用(以SPOJ LASTDIG - The last digit为例)
题目描述 原文 Nestor was doing the work of his math class about three days but he is tired of make operations a lot and he should deliver his task tomorrow. -
C++深拷贝与浅拷贝构造函数分析
Shallow copying Because C++ does not know much about your class, the default copy constructor and default assignment operators it provides use a copyi -
C++深拷贝与浅拷贝构造函数分析
Shallow copying Because C++ does not know much about your class, the default copy constructor and default assignment operators it provides use a copyi -
C++深拷贝与浅拷贝构造函数分析
Shallow copying Because C++ does not know much about your class, the default copy constructor and default assignment operators it provides use a copyi -
实验2
task 1.cpp 1 // 类T: 实现 2 // 普通函数实现 3 4 #include "t.h" 5 #include <iostream> 6 #include <string> 7 8 using std::cout; 9 using std::endl; 10 using std:: -
常用极限定理
1.数列运算法则 假设 \(lim_{x \to \infty}x_n=a\) , \(lim_{y \to \infty}y_n=b\) (1)\(lim_{n \to \infty} (x_n+y_n)=lim_{n \to \infty}x_n+lim_{n \to \infty y_n}=a -
2024.10.31总结
本文于 github 同步更新。 最后一天喽 A: 卡双模哈希🤓。 首先正常随机字符串卡第一个模数,期望随机 \(\sqrt p_1\) 次,找到冲突的两个字符串 \(s_1,s_2\)。 然后我们将 \(s_1,s_2\) 当成两个字符,不断随机由若干个 \(s_1,s_2\) 拼接成的字符串去 -
ceph 数据均衡调整
情况一:ceph osd full - osd磁盘满的处理 根据Ceph官方文档中的描述,当一个OSD full比例达到95%时,集群将不接受任何Ceph Client端的读写数据的请求。所以导致虚拟机在重启时,无法启动的情况。 解决方法 方法一: 根据官方的建议,首选的方案是添加osd磁盘,添加后