常用工具.html

toolhtml {overflow-x: initial !important;}:root { --bg-color:#ffffff; --text-color:#333333; --select-text-bg-color:#B5D6FC; --select-text-font-color:auto; --monospace:"Lucida Console",Consolas,"Courier",monospace; } html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; } body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; tab-size: 4; } iframe { margin: auto; } a.url { word-break: break-all; } a:active, a:hover { outline:...

February 28, 2022 · 9 分钟 · 4501 字 · swimminghao

动态规划答疑篇

动态规划答疑篇 预计阅读时间:7 分钟 这篇文章就给你讲明白两个读者问得最多的问题: 1、到底什么才叫「最优子结构」,和动态规划什么关系。 2、为什么...

February 28, 2022 · 6 分钟 · 2608 字 · swimminghao

动态规划设计之最长递增子序列

动态规划设计之最长递增子序列 预计阅读时间: 9 分钟 很多读者反应,就算看了前文 动态规划详解,了解了动态规划的套路,也不会写状态转移方程,没有思路...

February 28, 2022 · 5 分钟 · 2284 字 · swimminghao

法拍房

法拍房 以前玩过法拍房。 答案是:买卖不破租赁,没辙儿。 而且存在租赁的情况法院必然会在拍卖前告知,可能你冲动之下不看仔细就瞎jb拍了。人家租赁合...

February 28, 2022 · 2 分钟 · 997 字 · swimminghao

个人博客系统设计(支持hexo和halo同步)

个人博客系统设计(支持hexo和halo同步) 本文主要介绍自己的博客系统是如何设计的,并使用Halo博客同步器 将hexo(git pages: https://linshenkx.github.io )文章自...

February 28, 2022 · 7 分钟 · 3268 字 · swimminghao