<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{ padding: 0; margin: 0; } html,body{ height: 1000px; wid ...
分类:
其他好文 时间:
2020-06-18 01:52:57
阅读次数:
67
the 10 drwxr-xr-x the first bit: | | | | | | | - | regular file | | b | block special file | | c | character special file| |s | socket | |d | director ...
分类:
系统相关 时间:
2020-06-16 18:52:03
阅读次数:
80
dom.scrollIntoView({ behavior:"smooth"(动画效果) }) ...
分类:
其他好文 时间:
2020-06-16 18:44:31
阅读次数:
57
E:\SourceCode\VUE\vue-element-admin-master>cnpm run dev > vue-element-admin@4.3.0 dev E:\SourceCode\VUE\vue-element-admin-master > vue-cli-service ser ...
分类:
Web程序 时间:
2020-06-16 18:35:15
阅读次数:
448
如果想从头学起Cypress,可以看下面的系列文章哦 https://www.cnblogs.com/poloyy/category/1768839.html 作用 将指定 DOM 元素滑动到可视视图中的左上角 语法格式 .scrollIntoView() .scrollIntoView(optio ...
分类:
其他好文 时间:
2020-06-16 15:33:25
阅读次数:
57
https://itnext.io/how-javascript-works-in-browser-and-node-ab7d0d09ac2f A visualization of JavaScript runtime, callback queue and event loop and Web A ...
分类:
编程语言 时间:
2020-06-16 10:24:28
阅读次数:
66
用到模块 # pillow # 安装 # pip3 install pillow # from PIL import Image, ImageDraw, ImageFont, ImageFilter """ Image:生成图片 ImageDraw:能够在图片上乱涂乱画 ImageFont:控制字体 ...
分类:
其他好文 时间:
2020-06-16 00:50:52
阅读次数:
148
用四叉树对图像分类,获取tag和key function getMid(num) { if(num%2 0){ return num/2 }else{ return (num+1)/2 } } function getFourTree(rect,[x1,y1,x2,y2],deep) { if(x2 ...
分类:
其他好文 时间:
2020-06-15 17:46:19
阅读次数:
81
1. xxx.dts 中有如下驱动的资源描述: 1 imx6-led{ 2 compatible = "imx6,led"; 3 led-green = <&gpio1 8 GPIO_ACTIVE_LOW>; 4 status = "okay"; 5 }; GPIO_ACTIVE_LOW 表示低电平 ...
分类:
其他好文 时间:
2020-06-15 14:04:33
阅读次数:
110