返回首页
一周热榜
- 纯文本Markdown易于更新,且人类/机器可读
- 精巧的CSS样式和动画logo使HTML版本更为突出
- PDF版本:只需从浏览器打印此页面即可生成(已优化为打印格式)
- 查看制作过程:<a href="https://github.com/Leftium/leftium.com/tree/main/src/routes/(centered)/resume" rel="nofollow">https://github.com/Leftium/leftium.com/tree/main/src/routes/...</a>
- [1]: <a href="https://logo.leftium.com" rel="nofollow">https://logo.leftium.com</a>
我需要将 BunnyCDN 存储与 Rails Active Storage 集成,但发现没有官方适配器可用。<p>于是,我自己构建了一个。<p>Bunny Storage(<a href="https://bunny.net/storage/" rel="nofollow">https://bunny.net/storage/</a>)是一个便宜且可靠的 AWS S3 替代方案,在生产环境中运行得非常顺利。<p>希望能得到反馈,也很高兴如果这能帮助到其他尝试将 BunnyCDN 与 Rails 结合使用的人。
我正在帮助一个家庭将多个Windows电脑上的文件转移到备份驱动器。我需要自动化这个过程,并且想使用robocopy。如果是在Linux环境下,我会使用rsync。