码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
解决nginx下vue单页面刷新问题
1、添加 try_files $uri $uri/ /index.html; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/oct ...
分类:其他好文   时间:2020-07-24 16:14:03    阅读次数:176
tora---消息机制(事件监听,触发,取消)
1.Taro 提供了 Taro.Events 来实现消息机制,使用时需要实例化它 import Taro, { Events } from '@tarojs/taro' const events = new Events() 2.事件监听 // 监听一个事件,接受参数 events.on('even ...
分类:其他好文   时间:2020-07-22 11:44:45    阅读次数:147
Andriod异常关机
Andriod手机无故关机重启:安卓6.0 1.尝试查看日志 adb logcat >d:\logcat.log 日志文件太大 2.adb logcat -v threadtime -r 4096 -b events >d:\events.log 输出信息如下 watchdog 电池信息 logca ...
分类:其他好文   时间:2020-07-20 22:59:47    阅读次数:109
History 4 : China and Buddhism
China and Buddhism By far the most important gift that China received from India was neither cotton, nor sugar, nor the knowledge of saltpeter, but a ...
分类:其他好文   时间:2020-07-18 15:35:38    阅读次数:83
HTTPModule Event Execution Order?
HTTPModule Event Execution Order? Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for H ...
分类:Web程序   时间:2020-07-18 00:56:58    阅读次数:125
node的function函数和路由代码的小例子
1、node事件循环 事件: const events=require("events"); emt=new events.EventEmitter(); function eventHandler(){ console.log("111"); console.log("222") } emt.on ...
分类:其他好文   时间:2020-07-17 13:36:38    阅读次数:75
fastadmin 单选按钮
1 mysql 2 js {field: 'image', title: __('Image'), events: Table.api.events.image, formatter: Table.api.formatter.image} 3 add.html <div class="form-gr ...
分类:其他好文   时间:2020-07-13 15:15:41    阅读次数:198
按钮防止多次点击重复提交的方法
按钮防止多次点击重复提交的方法, 使用pointer-events: none CSS样式,该样式意思为,当前元素不会成为点击事件的target,在一次点击事件发生之后,通过点击事件添加该属性,当异步请求返回结果后,在通过class属性将该属性移除掉。 ...
分类:其他好文   时间:2020-07-13 09:26:53    阅读次数:71
前端小功能
鼠标禁用样式,是一个红色的圈加一个斜杠,表示禁止的意思 $("#id").css('cursor', 'no-drop');$("#id").css('cursor', 'not-allowed'); 禁止所有鼠标事件,此事件也会禁用鼠标样式 $("#id").css('pointer-events ...
分类:其他好文   时间:2020-07-13 09:24:15    阅读次数:57
Leslie Lamport在其一篇影响深远的论文《Time,Clocks and the Ordering of Events in a Distributed System》
《Time,Clocks and the Ordering of Events in a Distributed System》 绕不开的Leslie Lamport 数学【数学是皇帝,物理是皇后】。【宗教:万佛朝宗】 归纳,类比,演绎,反证。 第一性原理。数学,物理,宗教。。。 etcd is w ...
分类:其他好文   时间:2020-07-10 16:58:29    阅读次数:72
2213条   上一页 1 ... 4 5 6 7 8 ... 222 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!