最新 最热

CSS实现三列图片等宽等间距布局

每个图片块左浮动,宽30%,左外边距2.5%:100%=(2.5%+30%)+(2.5%+30%)+(2.5%+30%)+2.5%

2021-09-23
0

IDEA快捷键的使用(快速填充代码),IDEA自带插件

7、使用快捷键shift+alt并且使用鼠标左键选中要填充的标签,这样可以快速填充多行代码

2021-09-10
0

LintCode MySQL 1918. 第二高的球员的身高

编写一个 SQL 语句,获取球员 (players) 表中第二高的身高 (height)

2021-09-07
0

CSS高级技巧讲解

display -- block;(转换为块元素&& 显示) none(隐藏 && 不保留原来的位置) -- 重要!

2021-08-31
1

Tab选项卡切换效果

好了,今天要推荐给大家的这个js动画效果,基本上每个网站都会出现,就是tab选项卡的切换效果。

2021-08-24
1

CSS文本属性

文本属性属性表示注意点color文字颜色通常用16进制text-align文本对齐可以设定水平的对齐方式text-indent文本缩进通常段落首行缩进2个字的距离 text-indent:2em;text-decoration文本修饰添加下划线 underline 取消下划...

2021-08-16
0

LeetCode 0354 - Russian Doll Envelopes

You have a number of envelopes with widths and heights given as a pair of integers (w, h). One envelope can fit into another if and only if both the width and h...

2021-08-11
0

LeetCode 0108 - Convert Sorted Array to Binary Search Tree

Given an array where elements are sorted in ascending order, convert it to a height balanced BST.

2021-08-11
1

LeetCode 0109 - Convert Sorted List to Binary Search Tree

Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.

2021-08-11
1

LeetCode 0110 - Balanced Binary Tree

Given a binary tree, determine if it is height-balanced.

2021-08-11
1