终于差不多把 2020 熬过来了。
……
前阵子误操作 docker-compose,玩坏了 TTRSS,订阅全无。经历了血的教训……
今天升级了主题和本地 hugo 版本,推到 git 仓库后,不出所料 vercel 编译出问题: Error: add site dependencies: load resources: loading templates: "/vercel/workpath0/themes/meme/layouts/partials/third-party/lunr-search.html:8:1": parse……
一、熵/随机数相关 1 2 3 4 dd count=50 ibs=1024 if=/dev/random > /dev/null 记录了0+50 的读入 记录了7+1 的写出 3712……
原理 TODO 简单测试 maven 添加以下依赖: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-api</artifactId> <version>0.11.2</version> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> <version>0.11.2</version> <scope>runtime</scope>……