摘要:
Consecutive Characters The power of the string is the maximum length of a non-empty substring that contains only one unique character. Given a string 阅读全文
posted @ 2022-10-28 16:00
iyiluo
阅读(12)
评论(0)
推荐(0)
摘要:
Valid Palindrome II Given a string s, return true if the s can be palindrome after deleting at most one character from it. Example 1: Input: s = "aba" 阅读全文
posted @ 2022-10-28 15:43
iyiluo
阅读(19)
评论(0)
推荐(0)
摘要:
sz, rz 命令能在 ssh 连接的时候快速传输文件 sz (send 发送) rz (receive 接收) 使用这两个命令的前提是服务端安装了命令,没有安装的可以用下面的命令安装 yum install lrzsz 并且 ssh 连接工具也要支持,putty 本身是不支持的,但是我们可以下载 阅读全文
posted @ 2022-10-28 10:27
iyiluo
阅读(5118)
评论(0)
推荐(0)