补题链接:Here 算法涉及:DP + 离散化 \(l\) 的范围太大,无法作为数组下标,所以先离散化,再DP。两点间的距离d大于t时,一定可以由 \(d\ \%\ t\) 跳过来,所以最多只需要t+d%t种距离的状态就可以表示这两个石子之间的任意距离关系。这样就把题目中的 \(10^9\) 压缩成 ...
分类:
其他好文 时间:
2021-05-24 12:38:52
阅读次数:
0
centos编译安装Python时,提示“Warning: File `Makefile.pre.in' has modification time 19209898 s in the future”先说结论:系统时间不对。如果遇到编译make时一直checking,那不用等了,它停不下来。实际上m... ...
分类:
系统相关 时间:
2021-05-24 12:34:55
阅读次数:
0
valgrind使用 valgrind --tool=memcheck --leak-check=full --log-file=valgrind-log.txt ./build/executable --args gdb使用带参数 gdb --args ./build/executable --a ...
分类:
其他好文 时间:
2021-05-24 12:21:49
阅读次数:
0
liquidjs 是兼容shopify liquid 的纯js 模板引擎,同时官方文档也比较完整 支持的特性 安全渲染(没有eval 以及Function 使用) shopify 兼容 零依赖 ts 支持 参考使用 app.js const { Liquid } = require('liquidj ...
分类:
Web程序 时间:
2021-05-24 12:21:30
阅读次数:
0
服务器信息: 此小节的内容: SecurityCRT:用来连接到Linux服务器命令操作。 FTP(FTPRush):本地文件和Linux服务器文件交互的 工具服务器 借助客户端工具来链接到Linux服务器上进行相关操作——securityCRT 在Linux上安装ftp服务器 (File Tran ...
分类:
系统相关 时间:
2021-05-24 12:02:36
阅读次数:
0
follow this video: https://www.youtube.com/watch?v=OljTVUVzPpM paper: https://papers.nips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pd ...
分类:
其他好文 时间:
2021-05-24 11:57:23
阅读次数:
0
?相同碎片重合度的不同图像 ① ② ③ ④ ⑤ ?相同碎片重合度的不同图像 ① ...
分类:
其他好文 时间:
2021-05-24 10:52:23
阅读次数:
0
HR 必须了解的绩效考核 作为一名 HR,如果没有在企业内组织过员工的绩效考核,那么就不是一个「完整」的 HR。 ...
分类:
其他好文 时间:
2021-05-24 10:49:47
阅读次数:
0
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:
数据库 时间:
2021-05-24 10:29:11
阅读次数:
0
持久化配置 RDB(Redis DataBase)策略 , redis默认策略 AOF(Append Only File)策略 小结: 根据需求选择开启持久化策略,一般开启RDB就够了 事务 Redis的事务:允许把一组redis命令放在一起,把命令序列化,然后一起执行,保证部分原子性 multi ...
分类:
其他好文 时间:
2021-05-24 10:23:15
阅读次数:
0