力扣总结:5. 最长回文子串
第五题的两种思路
给定一个字符串 $s$ ,找到 $s$ 中最长的回文子串。你可以假设 $s$ 的最大长度为1000
This message, related to the development of the theme, only displays on the
localhost
homepage to notify you of any important theme changes.
With this version, the theme has fully implemented static search using
lunr.js
. That being said, a few modifications were necessary to implement this
feature.
To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:
config.toml
before [params]
:...
disableLanguages = [""]
[outputs]
home = ["html", "json"]
[params]
...
Remove the underscore from all about
and contact
page file names:
_index.md --> index.md
Add layout = "about"
or layout = "contact"
to all of the files you just
just adjusted the file names for.
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
未来可期
第五题的两种思路
给定一个字符串 $s$ ,找到 $s$ 中最长的回文子串。你可以假设 $s$ 的最大长度为1000
manjaro安装过程
鼓捣了一天 manjaro 系统,在室友的大力帮助下终于把基本的环境、包都配置好了,在此按照系统安装之后的时间顺序稍做记录,以便后续翻阅备用。
感想
最近看到一篇文章:清华大学计算机专业本科这位在「自己写的 CPU 上运行自己写的操作系统」的同学是什么水平? - 知乎。看完后感受颇深:同龄人简历上写的项目经历,自己竟然连名字是什么意思都看不懂。还没来得及感慨贵系优秀同学与自己之间的巨大差距,今天又仔细阅读了几篇程序员大佬的编程经历回顾博客,真是感到“革命尚未成功,同志仍需努力”的任重道远之情啊!为了勉励自己继续奋力前行,在此记录一下自己这几天的阅读(围观神仙)感想。