BFC BFC(Block formatting context)直译为“块级格式化上下文”。它是一个独立的渲染区域,只有Block-level box(块)参与, 它规定了内部的Block-level Box如何布局,并且与这个区域外部毫不相干。 BFC的布局规则 一、内部的Box会在垂直方向,一 ...
分类:
其他好文 时间:
2020-04-21 12:49:13
阅读次数:
59
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <title>jQuery排名窗口文字滚动代码 ...
分类:
Web程序 时间:
2020-04-19 10:44:50
阅读次数:
96
本文始发于个人公众号: TechFlow ,原创不易,求个关注 今天是分布式专题的第13篇,今天的文章我们不讲空洞的理论,来聊一个实际点的问题。 众所周知,微博的程序员经常不定期加班。和别的程序员不同,别的岗位的程序员可能加班是可控的,但是微博的程序员不是。为什么呢?因为程序员们无法预知明星们什么时 ...
分类:
其他好文 时间:
2020-04-18 20:07:23
阅读次数:
66
1、Alibaba Java Coding Guidelines 2、iBATIS/MyBatis plugin 3、GsonFormat+RoboPOJOGenerator—JSON转类对象 4、Stack Overflow 5、Background Image Plus 6、Lombok 7、R ...
分类:
其他好文 时间:
2020-04-17 23:19:38
阅读次数:
76
近年来Python在AI和数据分析领域大展拳脚,据Stack Overflow调研报告显示,Python的月活用户已超越了Java、成为第一! Python能玩的东西太多了,今天就说几个比较有趣的: 1、撩妹子有人为了追某妹子,用Python做了一个很高级的操作: 每天早晨定时发一封Email提醒妹 ...
分类:
编程语言 时间:
2020-04-17 15:37:20
阅读次数:
73
<form class="form-horizontal m-t" id="commentForm" method="post" enctype="multipart/form-data"> <div class="form-group"> <label class="col-sm-2 contro ...
分类:
编程语言 时间:
2020-04-15 19:53:52
阅读次数:
76
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:
其他好文 时间:
2020-04-14 22:48:18
阅读次数:
67
题目 An army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of the pole, it i ...
分类:
其他好文 时间:
2020-04-14 15:20:24
阅读次数:
89
题目 An army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of the pole, it i ...
分类:
其他好文 时间:
2020-04-14 12:25:13
阅读次数:
52
BEGIN: HTML代码如下 <div id="slideShowContainer"> <ul id="imgUl"> <li> <div class="SlidePic"> <a href="#"><img src="img/g_1.jpeg" alt="" /></a> </div> </l ...
分类:
编程语言 时间:
2020-04-14 11:02:45
阅读次数:
82