码迷,mamicode.com
首页 >  
搜索关键字:scroll rect    ( 7740个结果
offset,client,scroll的区别
<!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
17135105-添加视频和链接测试
17135105-添加视频和链接测试 ...
分类:其他好文   时间:2020-06-16 20:20:08    阅读次数:52
Linux chmod
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
vue.js 进行初始化遇到的关于core-js的错误@core-js/modules/es6.array.find-index (ERROR Failed to compile with 164 errors These dependencies were not found)
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系列(27)- scrollIntoView() 命令详解
如果想从头学起Cypress,可以看下面的系列文章哦 https://www.cnblogs.com/poloyy/category/1768839.html 作用 将指定 DOM 元素滑动到可视视图中的左上角 语法格式 .scrollIntoView() .scrollIntoView(optio ...
分类:其他好文   时间:2020-06-16 15:33:25    阅读次数:57
How JavaScript works in browser and node?
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
用四叉树对图像分类,获取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
获取设备树中GPIO的第三个参数
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
7740条   上一页 1 ... 36 37 38 39 40 ... 774 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!