思路:1.要求最长的连续因子序列,我们需要知道序列的长度和序列的起点。
2.对于起点 i 来说,他不能超过 n 的平方根,在循环时从 2 到 sqrt(n) 。用到变量:记录个数num,起点start,最大个数maxnum…
Download deb file
download link: https://mirrors.sdu.edu.cn/spark-store-repository/store/office/teams/
install deb
sudo apt install ./teams_1.5.00.23861_amd64.deb
open and login teams.
问题现象 在ubuntu上编译 rk3588 的kernel时,报如下错误:
LZ4C arch/arm64/boot/Image.lz4 Incorrect parameters Usage : lz4 [arg] [input] [output] input : a filename with no FILE, or when FILE is - or stdin, read sta…
Xcode 15.3 Archive失败
背景
升级 Xcode 到 15.3,真机运行正常。打包的时候发现 Archive 失败。 提示: Call parameter type does not match function signature! 仔细看报错里是和HandyJSON相关的提示。
解决
起初以为和 Pod 库有关系,…