linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。 1.命令格式: touch [选项]... 文件... 2.命令参数: -a 或--time=atime或--time=access或--time=use 只更改存取时间。 -c 或 ...
分类:
其他好文 时间:
2020-03-16 12:50:17
阅读次数:
61
1、click300ms延迟? fastclick可以解决在手机上点击事件的300ms延迟 zepto的touch模块,tap事件也是为了解决在click的延迟问题 触摸事件的响应顺序为 touchstart --> touchmove --> touchend --> click,也可以通过绑定o ...
分类:
移动开发 时间:
2020-03-16 12:31:16
阅读次数:
306
准备在开始部署k8s高可用集群时,请先参考k8s高可用环境部署系统准备操作系统兼容性CentOS版本本文档是否兼容备注7.7
分类:
其他好文 时间:
2020-03-15 23:50:55
阅读次数:
109
移动端事件有哪些: 触摸事件 手势事件 传感器事件 (后面两个兼容性不怎么样,因此重点就是触摸事件) 触摸事件: touch 事件 pointer 事件 (PC端可能会使用jQuery做动画,移动端一般不会,基本都是使用css3做动画) ontouchstart (必须在元素内部才能触发) onto ...
分类:
移动开发 时间:
2020-03-15 22:38:39
阅读次数:
107
1.登陆ftp服务器 ftp [IP] [PORT] # 登陆ftp服务器,本机登陆可以不写IP实例: [root@ftpsrv vsftpd]# ftp 127.0.0.1 21 Connected to 127.0.0.1 (127.0.0.1). (vsFTPd 2.2.2) Name (12 ...
分类:
系统相关 时间:
2020-03-15 00:07:51
阅读次数:
98
1.新建空的GIT仓库 基本语法参考: 1.1创建一个新仓库 git clone ssh://git@192.168.101.85:9091/liskyingl/tyfuzhoumetronew.git cd tyfuzhoumetronew touch README.md git add READ ...
分类:
其他好文 时间:
2020-03-14 20:03:26
阅读次数:
130
This test report feedback from our customer real test project,he use this new product Autel MaxiIM608to read PIN code for Dodge smart key.And here is ...
分类:
其他好文 时间:
2020-03-11 19:50:17
阅读次数:
85
This test report feedback from our customer real test project,he use this new product Autel MaxiIM608to read PIN code for Dodge smart key.And here is ...
分类:
其他好文 时间:
2020-03-11 19:42:16
阅读次数:
61
发现,当使用window元素滚动的时候 (也就是 documnet.documentElement), 返回顶部之后,再迅速下拉滑动,会出现闪烁卡顿的情况。 暂停2秒左右,再滑动,则恢复。当然,前提是开启了touch滚动属性,也就是 -webkit-overflow-scrolling: touch ...
分类:
移动开发 时间:
2020-03-11 01:01:31
阅读次数:
87
注意:无特殊说明,Flutter版本及Dart版本如下:Flutter版本:1.12.13+hotfix.5Dart版本:2.7.0Draggable系列组件可以让我们拖动组件。DraggableDraggable组件有2个必须填写的参数,child参数是子控件,feedback参数是拖动时跟随移动的组件,用法如下:Draggable(child:Container(height:100,widt
分类:
其他好文 时间:
2020-03-10 23:34:22
阅读次数:
102