上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页
摘要: alpine 镜像 软件源修改为国内的 修改时区为国内 安装字体 FROM openjdk:8-alpine ENV LANG en_US.UTF-8 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/ 阅读全文
posted @ 2022-12-09 09:17 iyiluo 阅读(620) 评论(0) 推荐(0)
摘要: Convert Sorted Array to Binary Search Tree Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanc 阅读全文
posted @ 2022-12-01 18:27 iyiluo 阅读(24) 评论(0) 推荐(0)
摘要: Valid Palindrome A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characte 阅读全文
posted @ 2022-12-01 18:27 iyiluo 阅读(23) 评论(0) 推荐(0)
摘要: Intersection of Two Linked Lists Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the 阅读全文
posted @ 2022-11-30 21:33 iyiluo 阅读(22) 评论(0) 推荐(0)
摘要: Minimum Depth of Binary Tree Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the ro 阅读全文
posted @ 2022-11-30 21:33 iyiluo 阅读(17) 评论(0) 推荐(0)
摘要: Count Largest Group You are given an integer n. Each number from 1 to n is grouped according to the sum of its digits. Return the number of groups tha 阅读全文
posted @ 2022-11-29 21:46 iyiluo 阅读(25) 评论(0) 推荐(0)
摘要: Reverse Only Letters Given a string s, reverse the string according to the following rules: All the characters that are not English letters remain in 阅读全文
posted @ 2022-11-29 21:46 iyiluo 阅读(12) 评论(0) 推荐(0)
摘要: Pascal's Triangle II Given an integer rowIndex, return the rowIndexth (0-indexed) row of the Pascal's triangle. In Pascal's triangle, each number is t 阅读全文
posted @ 2022-11-29 21:46 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: Path Sum Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the values 阅读全文
posted @ 2022-11-29 21:45 iyiluo 阅读(16) 评论(0) 推荐(0)
摘要: Maximum Product of Three Numbers Given an integer array nums, find three numbers whose product is maximum and return the maximum product. Example 1: I 阅读全文
posted @ 2022-11-29 21:45 iyiluo 阅读(17) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 33 下一页