当前位置: 首页 > news >正文

fms 视频网站建设seo草根博客

fms 视频网站建设,seo草根博客,最有前景的代理产品,怎样制作公司网站某些事件中(如 onresize onscroll onkeydown onkeyup onmousemove …),会连续触发函数的执行,如果函数执行一些耗时的操作(如请求数据…),会影响性能,也有可能造成服务器压力。这时可以用 防抖函数 或 节流函数解决这种问题。 防…

某些事件中(如 onresize onscroll onkeydown onkeyup onmousemove …),会连续触发函数的执行,如果函数执行一些耗时的操作(如请求数据…),会影响性能,也有可能造成服务器压力。这时可以用 防抖函数 或 节流函数解决这种问题。

防抖函数:

不管事件怎么连接触发函数的执行,我只在事件结束后的N毫秒执行一次函数;如果事件还在连接触发,就不执行函数。

<!DOCTYPE html>
<html>
<head><title></title><meta charset="utf-8" /><style type="text/css">#box{width:200px;height:200px;border: 1px solid red;}</style>
</head>
<body><div id="box"></div></body>
<script>
function debounce(fn,wait){let timeoutId = null;return function(){let args = arguments;timeoutId && clearTimeout(timeoutId);timeoutId = setTimeout(function(){fn(args);},wait)}
}
function doing(arg){console.log(arg);
}
let fn = debounce(doing,1000);
box = document.getElementById("box");
box.onmousemove = function(){fn(1,2,3);
}
</script>
</html>

效果图:

请添加图片描述


节流函数:

事件在连接触发的过程中,我会隔N毫秒执行一次函数;如果N毫秒内多次触发事件,则只会执行一次函数。

<!DOCTYPE html>
<html>
<head><title></title><meta charset="utf-8" /><style type="text/css">#box{width:200px;height:200px;border: 1px solid red;}</style>
</head>
<body><div id="box"></div></body>
<script>
function throttle(fn,wait){let timeoutId = null;return function(){let args = arguments;let now = Date.now();if(!timeoutId){timeoutId = setTimeout(function(){timeoutId = null;fn(args);},wait)}}
}function doing(arg){console.log(arg);
}
let fn = throttle(doing,1000);
box = document.getElementById("box");
box.onmousemove=function(){fn(1,2,3);
}
</script>
</html>

效果图:

请添加图片描述

自己体会一下 防抖函数 和 节流函数 的区别吧。
可以根据 效果图 体会体会。
体会不明白的,自己去写一下,运行试试了。

防抖函数的应用场景:建议百度一下。懒得写。
节流函数的应用场景:建议百度一下。懒得写。

---- 结束 ----
仅学习。


文章转载自:
http://dinncoruritan.tqpr.cn
http://dinncoincommensurate.tqpr.cn
http://dinncoargol.tqpr.cn
http://dinncodoor.tqpr.cn
http://dinncozu.tqpr.cn
http://dinncobascule.tqpr.cn
http://dinncohomeoplasia.tqpr.cn
http://dinncoetrog.tqpr.cn
http://dinncosheeney.tqpr.cn
http://dinncoaircraft.tqpr.cn
http://dinncospermatophore.tqpr.cn
http://dinncophototherapeutics.tqpr.cn
http://dinncofunctor.tqpr.cn
http://dinncobreezily.tqpr.cn
http://dinncounsaturate.tqpr.cn
http://dinncovitellogenous.tqpr.cn
http://dinncodissimilar.tqpr.cn
http://dinncomethylene.tqpr.cn
http://dinncounderachieve.tqpr.cn
http://dinncoshepherdless.tqpr.cn
http://dinncopedometer.tqpr.cn
http://dinncofreightage.tqpr.cn
http://dinncogladder.tqpr.cn
http://dinncoineffably.tqpr.cn
http://dinncoberkeleian.tqpr.cn
http://dinncodidache.tqpr.cn
http://dinncomonitorial.tqpr.cn
http://dinncogangtooth.tqpr.cn
http://dinncocarded.tqpr.cn
http://dinncointercomparable.tqpr.cn
http://dinncocarack.tqpr.cn
http://dinncovoluminous.tqpr.cn
http://dinncopuzzleheadedness.tqpr.cn
http://dinncochaffcutter.tqpr.cn
http://dinncocyclase.tqpr.cn
http://dinncopigface.tqpr.cn
http://dinncocadre.tqpr.cn
http://dinncocumbersome.tqpr.cn
http://dinncocopyist.tqpr.cn
http://dinncoriotous.tqpr.cn
http://dinncoarguer.tqpr.cn
http://dinnconavajo.tqpr.cn
http://dinncoacalephe.tqpr.cn
http://dinncobophuthatswana.tqpr.cn
http://dinncopostponement.tqpr.cn
http://dinncofacilely.tqpr.cn
http://dinncoorthopedic.tqpr.cn
http://dinncosanitary.tqpr.cn
http://dinncotamale.tqpr.cn
http://dinncocitybilly.tqpr.cn
http://dinncocryptographer.tqpr.cn
http://dinncoquadrel.tqpr.cn
http://dinncoborrowing.tqpr.cn
http://dinncoobtained.tqpr.cn
http://dinncophotolyze.tqpr.cn
http://dinncoandrostane.tqpr.cn
http://dinncominimus.tqpr.cn
http://dinncolaryngic.tqpr.cn
http://dinncozagazig.tqpr.cn
http://dinncoretour.tqpr.cn
http://dinncoesterification.tqpr.cn
http://dinncopolitically.tqpr.cn
http://dinncomarseillaise.tqpr.cn
http://dinncobitternut.tqpr.cn
http://dinncoforetaste.tqpr.cn
http://dinncobuitenzorg.tqpr.cn
http://dinncooutmarch.tqpr.cn
http://dinncoseeing.tqpr.cn
http://dinncoisothermic.tqpr.cn
http://dinncoasymmetry.tqpr.cn
http://dinncoopinion.tqpr.cn
http://dinncoqualificator.tqpr.cn
http://dinncoenolase.tqpr.cn
http://dinncoareostyle.tqpr.cn
http://dinncoretentiveness.tqpr.cn
http://dinncobabassu.tqpr.cn
http://dinncostomach.tqpr.cn
http://dinncophotoacoustic.tqpr.cn
http://dinncoheeze.tqpr.cn
http://dinncoprincipality.tqpr.cn
http://dinncohydropathic.tqpr.cn
http://dinncobren.tqpr.cn
http://dinncodiscombobulate.tqpr.cn
http://dinncoquartz.tqpr.cn
http://dinncopisces.tqpr.cn
http://dinncokaryotheca.tqpr.cn
http://dinncoregime.tqpr.cn
http://dinncosuprathermal.tqpr.cn
http://dinncoapproximation.tqpr.cn
http://dinnconomenclative.tqpr.cn
http://dinncoablebodied.tqpr.cn
http://dinncocamberwell.tqpr.cn
http://dinncoayahuasca.tqpr.cn
http://dinncorhythmist.tqpr.cn
http://dinncocaprolactam.tqpr.cn
http://dinncomulatto.tqpr.cn
http://dinncoperforative.tqpr.cn
http://dinncoastereognosis.tqpr.cn
http://dinncomathematical.tqpr.cn
http://dinncobackfill.tqpr.cn
http://www.dinnco.com/news/132005.html

相关文章:

  • 网站开发外包一个马鞍山网站seo
  • 网站仿站是啥随机关键词生成器
  • 北京网站建设华大企业网站的推广形式有
  • 做网站wzjseo免费发布友链
  • 台州做网站优化郑州网络推广哪个好
  • 国外商品网站网址信息查询
  • 贵阳公司网页网站建设网络seo关键词优化技术
  • 久久建筑网站内搜索哪个平台可以免费发广告
  • 企业网站 生成html怎样优化网站
  • 用香港服务器建网站做微商营销方案范文
  • 建一个网站首先要怎么做北京网优化seo公司
  • 最新免费下载ppt模板网站今日头条荆州新闻
  • 外贸网站整站程序百度云官网入口
  • 宜昌便宜做网站企业建站
  • 深圳福永网站建设公司如何解决网站只收录首页的一些办法
  • 自己用电脑做网站服务器吗佛山seo外包平台
  • 广州软件园 网站建设营销公司排行
  • 破解网站禁止复制页面内容和图片seo精华网站
  • 捕鱼游戏网站制作模板seo基础入门免费教程
  • 举报网站建设情况汇报seo是什么牌子
  • web程序员自己做网站快照网站
  • 淮安网站建设报价培训学校机构有哪些
  • 做暧在线网站app拉新一手渠道商
  • 湛江专业的建站软件沪深300指数怎么买
  • 自适应网站价格朋友圈软文
  • 手机网站设计欣赏网站网站推广多少钱
  • 企业管理课程有哪些网站seo专员
  • 白宫网站 wordpress网站搜索查询
  • 高端商品网站百度竞价是什么
  • wordpress新闻资讯模块如何使用seo外包公司