最新 最热

Codeforce 270D Greenhouse Effect

Emuskald is an avid horticulturist and owns the world's longest greenhouse — it is effectively infinite in length.

2020-10-28
0

六. CSS 样式补充之 font & background

font-face可以将服务器中的字体直接提供给用户去使用 问题: 1.加载速度 2.版权 3.字体格式

2020-10-26
1

五. css 布局之 position(定位)

包含块( containing block ) 正常情况下: 包含块就是离当前元素最近的祖先块元素,

2020-10-26
1

codeforces 1256C (贪心+构造)

There is a river of width n. The left bank of the river is cell 0 and the right bank is cell n+1 (more formally, the river can be represented as a sequence of n...

2020-10-23
1

codeforces 1066B(贪心)

Vova’s house is an array consisting of n elements (yeah, this is the first problem, I think, where someone lives in the array). There are heaters in some positi...

2020-10-23
1

在网页中常用到的几种居中方法

1、行内元素水平居中,可以在父元素中使用text-align:center;垂直居中可以用,line-height:100px;例如:

2020-10-10
0

小提琴图绘制

treatment = rep(c("elevated","ambient"),150))

2020-10-09
1

高效Transformer层出不穷,谷歌团队综述文章一网打尽

Transformer 是现代深度学习领域一股令人敬畏的力量,它广泛应用于语言理解、图像处理等多个领域,并产生了极大的影响。过去几年,大量研究基于 Transformer 模型做出基础性改进。人们对此的巨大兴趣也激发了对更高效 Tran...

2020-10-09
0

移动web开发之流式布局

注意:里面的图片默认和文字基线对齐,注意要添加vertical-align: middle; 让图片和文字中线对齐,解决图片底部留白问题。

2020-09-30
0