上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页
摘要: 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)
摘要: Occurrences After Bigram second third", where second comes immediately after first, and third comes immediately after second. Return an array of all t 阅读全文
posted @ 2022-10-27 17:57 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: Remove Palindromic Subsequences You are given a string s consisting only of letters 'a' and 'b'. In a single step you can remove one palindromic subse 阅读全文
posted @ 2022-10-27 17:57 iyiluo 阅读(21) 评论(0) 推荐(0)
摘要: Count Good Triplets Given an array of integers arr, and three integers a, b and c. You need to find the number of good triplets. A triplet (arr[i], ar 阅读全文
posted @ 2022-10-27 17:56 iyiluo 阅读(17) 评论(0) 推荐(0)
摘要: Binary Search Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If 阅读全文
posted @ 2022-10-27 14:04 iyiluo 阅读(19) 评论(0) 推荐(0)
摘要: Minimum Changes To Make Alternatign Binary String You are given a string s consisting only of the characters '0' and '1'. In one operation, you can ch 阅读全文
posted @ 2022-10-27 14:04 iyiluo 阅读(22) 评论(0) 推荐(0)
摘要: 一个 Demo,记录一下发布公众号图文时需要用到的接口 公众号开发时需用到的一些网站 微信官方文档平台 ,开发公众号只用查看公众号那一块 微信公众平台接口测试帐号申请 ,申请公众号测试账号 微信公众平台接口调试工具 ,官方提供的接口测试工具 WxJava 仓库 , WxJava仓库地址 natapp 阅读全文
posted @ 2022-10-27 14:00 iyiluo 阅读(1019) 评论(0) 推荐(0)
摘要: Minimum Hours of Training to Win a Competition You are entering a competition, and are given two positive integers initialEnergy and initialExperience 阅读全文
posted @ 2022-10-26 18:53 iyiluo 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页