清除浮动原因 前端布局用的最多的是float:脱离文档流,浮动起来。浮动的框可以左右移动,直到遇到另一个浮动框或者遇到外边缘的包含框(BCF)。正是因为当元素浮动之后,不会影响块级元素的布局,只会影响内联元素布局,会造成父级元素高度坍塌。此时文档流中的普通流就会表现得该浮动框不存在一样的布局模式。当 ...
分类:
其他好文 时间:
2020-05-02 10:02:23
阅读次数:
54
被围绕的区域。题意是给一个二维矩阵,用大写的X和O(欧,不是零)填满。请找到所有被 'X' 围绕的区域,并将这些区域里所有的 'O' 用 'X' 填充。例子, Example: X X X X X O O X X X O X X O X X After running your function, ...
分类:
其他好文 时间:
2020-05-02 09:37:14
阅读次数:
55
1、deepin安装x11vnc##安装x11vncsudoaptinstallx11vnc-y##为远程桌面服务设置密码sudox11vnc–storepasswd##创建远程桌面服务sudovi/lib/systemd/system/x11vnc.service内容编辑[Unit]Description=Startx11vncatstartup.After=multi-user.target[
分类:
其他好文 时间:
2020-05-01 23:52:10
阅读次数:
312
When testing an error boundary, your console will be filled with console.error calls from React. Those can be a real distraction from the rest of the ...
分类:
其他好文 时间:
2020-05-01 20:34:20
阅读次数:
73
Royal TSX 工具 问题起源:装了一台测试服务器,ip地址192.168.1.10,使用工具测试连接正常;然后服务器初始化重装后,连接提示错误信息: A session ended very soon after starting. Check that the command in prof ...
分类:
系统相关 时间:
2020-04-30 15:30:19
阅读次数:
85
作为android进阶知识,性能优化不管是在社招面试还是在日常工作中都是相当实用的知识,并且也是区分中级和高级程序员的试金石。我现在就会以不同的专题来进行讲解,希望大家喜欢,如果想了解更多的话,欢迎关注我一起学习。
分类:
移动开发 时间:
2020-04-29 11:01:25
阅读次数:
80
package test; import java.util.HashMap; import java.util.Map; public class testHashMap { public static void main(String[] args) { Map<Integer, String> ...
分类:
其他好文 时间:
2020-04-28 18:54:31
阅读次数:
51
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:
其他好文 时间:
2020-04-26 11:23:37
阅读次数:
70
开发环境 系统:Windows 10 IDE:Visual Studio 2019 开发步骤 创建窗口 1、新建一个空白C++项目,文件 新建 项目,语言选择C++,平台选择Windows,选择空项目,点击下一步,真写项目名称和位置,点击创建。 2、新建一个C++文件:stdafx.cpp和一个头文 ...
分类:
其他好文 时间:
2020-04-24 14:22:48
阅读次数:
57
https://codeforces.com/group/5yyKg9gx7m/contest/277016/problem/I I. Bashar and Hamada Bashar is a very smart person, he invented a new function F(S), ...
分类:
其他好文 时间:
2020-04-24 12:51:10
阅读次数:
97