vsftpd的refusing to run with writable root inside chroot()问题解决 ...
分类:
其他好文 时间:
2018-08-22 18:26:43
阅读次数:
122
[toc] java虚拟机被称为“虚拟”,因为它是一个抽象的计算机定义的规范。要运行一个Java程序,需要一个抽象的规范的具体实现。以下内容主要还是参考《Inside JVM》 什么是JVM? JVM是Java Virtual Machine(Java虚拟机)的缩写,JVM是一种用于计算设备的规范, ...
分类:
其他好文 时间:
2018-08-19 18:26:52
阅读次数:
158
解决办法: 两个方案:1、注册处理函数时,用如下方式,明确声明为不是被动的window.addEventListener('touchmove', func, { passive: false }) 2、应用 CSS 属性 touch-action: none; 这样任何触摸事件都不会产生默认行为, ...
分类:
Web程序 时间:
2018-08-10 17:13:39
阅读次数:
199
静态NAT:一、实验拓扑图:二、静态NTA的操作步骤:? 操作步骤:静态NAT? PC机配IP及网关;? R1、R2配接口地址及环回口地址,R1配默认路由;? R1配置静态NAT:设置f0/0为内网口ip nat inside,f0/1为外网口ip nat outside;R1(config)#ip nat inside source static 192.
分类:
其他好文 时间:
2018-08-06 17:10:29
阅读次数:
207
Unable to preventDefault inside passive event listener due to target being treated as passive? 使用滚动时候,新版google浏览器,会弹出如下的警告。 解决方法,可以加上* { touch-action: ...
分类:
其他好文 时间:
2018-07-31 17:14:16
阅读次数:
166
Little girl Tanya climbs the stairs inside a multi-storey building. Every time Tanya climbs a stairway, she starts counting steps from 11 to the numbe ...
分类:
其他好文 时间:
2018-07-28 11:38:00
阅读次数:
203
相信如果用谷歌浏览器做移动端页面的时候 用touch事件的时候应该遇到过这个东东吧 documet.addEventListener("touchstart",function(){ console.log(123); }); [Violation] Added non-passive event ...
分类:
Web程序 时间:
2018-07-27 22:22:48
阅读次数:
605
开发h5活动页时想到移动端会有300ms的延迟,于是便打算用fastClick.js解决。 页面引入fastClick.js后,滑动H5页面的时候发现谷歌浏览器会报错,如下: Unable to preventDefault inside passive event listener due to ...
分类:
Web程序 时间:
2018-07-27 17:01:26
阅读次数:
573
[抄题]: Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square bracket ...
分类:
其他好文 时间:
2018-07-25 11:33:53
阅读次数:
187
Vue's slots enable you to define where content of a component should land when you define the content inside of a parent component. You can also name ...
分类:
其他好文 时间:
2018-07-22 18:41:58
阅读次数:
163