background picture of the home page

无限进步!

th:classappend="${#strings.isEmpty(theme.config.mainScreen.focus_info_self_intro) ? 'info-desc' : ''}" th:if="${theme.config.mainScreen.focus_info_self_intro or theme.config.mainScreen.focus_info_socials}" >

登高

风急天高猿啸哀,渚清沙白鸟飞回。 无边落木萧萧下,不尽长江滚滚来。 万里悲秋常作客,百年多病独登台。 艰难苦恨繁霜鬓, 潦倒新停浊酒杯。

thumbnail of the cover of the post

Linux 常用命令

ls  ls -a 列出目录中的所有文件,包括以(.)开头的隐藏文件  ls -l ls命令将以长各格式显示文件详细信息,如权限、所有者、文件大小等。  ls -r 参数使ls命令按逆序排列文件,通常与"-t"结合使用,按修改时间逆序排列文件。  ls -F 参数会在每个文件名后添加一个字符来指示文

thumbnail of the cover of the post