title: Sumdiv date: 2023-12-12 21:45:09 tags: 分治 categories: 算法进阶指南 题目大意 求 A B A^B AB 的所有约数之和 m o d mod mod 9901 9901 9901( 1 1 1 ≤ \leq ≤ A , B A,B A,B ≤ \leq ≤ 5 ∗ 1 0 7 5 * 10 ^ 7 5∗107) 解题思路 将 A A A 分解质因数&…
C 存储类
存储类定义 C 程序中变量/函数的范围(可见性)和生命周期。这些说明符放置在它们所修饰的类型之前。下面列出 C 程序中可用的存储类:
autoregisterstaticexternmutablethread_local (C11)
从 C 17 开始,auto 关键字不再…
序
本文主要研究一下AsyncHttpClient的IOExceptionFilter
IOExceptionFilter
org/asynchttpclient/filter/IOExceptionFilter.java
/*** This filter is invoked when an {link java.io.IOException} occurs during an http transaction.*/
public interface IOExceptionFi…