目前,最为流行的浏览器共有五个:分别是ie,Edge浏览器(属于微软),火狐,谷歌(chrome)Safari和Opera五大浏览器。 Trident内核:IE ,360,,猎豹,百度; Gecko内核:火狐 >这个浏览器内核是开源的浏览器内核,插件非常多, >缺点:打开速度慢(加载flash插件) ...
分类:
Web程序 时间:
2018-06-25 22:58:46
阅读次数:
367
Docker 分为开源免费的 CE(Community Edition)和收费的 EE(Enterprise Edition)。在Docker-CE官方的源中,有stable、edge和test三个版本。本文安装的是免费的docker-ce的stable版本。 ...
分类:
其他好文 时间:
2018-06-25 16:49:55
阅读次数:
222
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>DataTable</title> <meta name="descrip ...
分类:
其他好文 时间:
2018-06-24 11:34:26
阅读次数:
287
Title: There is an integer array, arr, and a window of size w slides from the leftmost to the rightmost edge of the array. Each time the window is sli ...
https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1Change "stable" repository to "edge" and works fine. ...
分类:
系统相关 时间:
2018-06-20 23:57:33
阅读次数:
777
先放代码 晚上在注释(我要去van了) cpp include include include using namespace std; const int manx=5010; struct Edge { int x1,x2; int y; int f; void change() { if(x1 ...
分类:
其他好文 时间:
2018-06-20 19:01:58
阅读次数:
194
题解:随便构造一颗最小生成树 然后对于其他不在树上的边 考虑到 删除这条链上的最大值在把这条边加上去 能得到这条边所在的最小生成树 可以LCT维护 但是明显这个题是静态的树就没必要LCT 当然我觉得最优的是树剖以后ST nlogn的的复杂度 也可以树剖+线段树nlog^2的复杂度 E. Minimu ...
分类:
其他好文 时间:
2018-06-18 19:55:56
阅读次数:
174
问题描述: Given n nodes labeled from 0 to n-1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges ...
分类:
其他好文 时间:
2018-06-16 14:26:00
阅读次数:
170
edge浏览器多次点击图片会出现阴影,这是用户选择的问题 解决办法: user-select: none; -ms-user-select: none; es6 数组去重 Array.from(new Set(arr)) [...new Set(arr)] 数组对象去重 let hash = {}; ...
分类:
其他好文 时间:
2018-06-15 23:28:33
阅读次数:
202
基本移植 1、源码下载 官网下载最新的linux4.9.9内核:https://mirrors.edge.kernel.org/pub/linux/kernel/。 第三个数字是修订版本号。 2、解压并配置 进入内核源码目录及: cd linux-4.9.9 修改编译工具链,打开顶层的Makefil ...
分类:
系统相关 时间:
2018-06-08 23:19:46
阅读次数:
547