最新 最热

Leetcode 题目解析之 H-Index II

Follow up for H-Index: What if the citations array is sorted in ascending order? Could you optimize

2022-01-10
1

python测试开发django-186.使用 jquery 的 .val() 无法获取input框的输入值(已解决)

在使用 jquery 可以定位到元素, input框也输入了值,但是用.val()无法获取到输入框的值。

2022-01-10
0

Leetcode 题目解析之 Remove Duplicates from Sorted Array

Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.

2022-01-09
1

Leetcode 题目解析之 Find Peak Element

A peak element is an element that is greater than its neighbors.

2022-01-08
1

Leetcode 题目解析之 Combination Sum III

Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be a unique s...

2022-01-08
1

Leetcode 题目解析之 3Sum Closest

Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may a...

2022-01-08
1

Leetcode 题目解析之 Two Sum

Given an array of integers, find two numbers such that they add up to a specific target number.

2022-01-08
1

【taro react】 ---- Stepper 步进器组件封装

1.目的学会 taro 组件的封装;学习 【Stepper 进步器】的基础逻辑;学会 react 组件调用值的传递!2. 【Stepper 进步器】组件布局2.1 预览样式

2022-01-06
1

【愚公系列】2021年12月 攻防世界-简单题-REVERSE-001(Hello, CTF)

文章目录一、Hello, CTF二、使用步骤1.IDA总结一、Hello, CTF题目链接:https://adworld.xctf.org.cn/task/task_list?type=

2021-12-27
1

B. Sereja and Mirroring

Let’s assume that we are given a matrix b of size x × y, let’s determine the operation of mirroring matrix b. The mirroring of matrix b is a2x × y matrix c whi...

2021-12-23
1