激昂老师

文章
5
资源
1
加入时间
2年10月20天

jQuery scroll结束事件和resize结束事件

通过设置timeout,判断滚动事件和resize事件的结束scroll end事件$.fn.scrollEnd = function(callback, timeout) { $(this).scroll(function(){ var $this = $(this); if ($this.data('scrollTimeout')) {

计算机视觉在车辆交通领域的应用

Computer Vision in TransportationRead our smart city industry report here.Vehicle ClassificationComputer Vision applications for automated vehicle classification have a long history. The technologies for automated vehicle classification for vehicle c

JS实现禁止鼠标右键的功能

遇到网页上有精美图片或者精彩文字想保存时,通常大家都是选中目标后按鼠标右键,在弹出菜单中选择“图片另存为