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

重庆网站建设 菠拿拿2345网址导航桌面版

重庆网站建设 菠拿拿,2345网址导航桌面版,网页设计师中级证书有用吗,做网站的客户需求let obj{name:张三} //{name:张三}这个对象能够被读取到,因为obj这个变量名对它的引用 ​ //将引用覆盖掉 objnull //这个对象将会被从内存中移除,因为我们已经失去了对他的所有引用 let obj{name:张三} let arr[obj] ​ objnull //对象{name:张三}不会…
let obj={name:'张三'}
//{name:'张三'}这个对象能够被读取到,因为obj这个变量名对它的引用
​
//将引用覆盖掉
obj=null
//这个对象将会被从内存中移除,因为我们已经失去了对他的所有引用
let obj={name:'张三'}
let arr=[obj]
​
obj=null
//对象{name:'张三'}不会被从内存中移除,因为数组arr保存了对它的引用

强引用和弱引用之间的区别

  • js中绝大多数变量都保存着对一个对象的强引用,比如上面数组保存着对对象{name:'张三}的强引用

  • 如果一个变量保存着对一个对象的强引用,那么这个对象将不会被垃圾回收,但是如果一个变量只保存者对这个对象的弱引用,那么这个对象将会被垃圾回收

  • 一个变量类型在对象上有一个弱引用,就是Weakmap的情况

Map和Weakmap的比较

  • 使用Map,对象会占用内存,可能不会被垃圾回收,Map对对象是强引用

    let obj={name:'张三'}
    let mapObj=new Map()
    mapObj.set(obj,'any value')
    obj=null
    mapOnj.size()//1
  • Weakmap则完全不同,她不会阻止关键对象的垃圾回收

  • Weakmap只接受object作为key,他只保存对对象的弱引用

    let obj={name:'张三'}
    let weakmapObj=new WeakMap()
    weakmapObj.set(obj,'any value')
    obj=null
    weakmapObj.size()//0
  • 对象被垃圾回收器删除,因为weakmap对象{name:'张三'}上只有弱引用,二这个对象已经没有强引用了(只有变量obj有保持引用)

  • 当我们对一个不再使用的对象保持引用的时候将会造成内存泄漏,如果你不再使用对象,需要删除它的任何变量引用。


文章转载自:
http://underpainting.bfmq.cn
http://strobilization.bfmq.cn
http://vinculum.bfmq.cn
http://unnilquadium.bfmq.cn
http://hairsbreadth.bfmq.cn
http://sulfarsphenamine.bfmq.cn
http://hemodialyzer.bfmq.cn
http://barricado.bfmq.cn
http://subvocalization.bfmq.cn
http://adore.bfmq.cn
http://infrequent.bfmq.cn
http://remuda.bfmq.cn
http://moore.bfmq.cn
http://folksy.bfmq.cn
http://columna.bfmq.cn
http://hans.bfmq.cn
http://urase.bfmq.cn
http://roach.bfmq.cn
http://picnic.bfmq.cn
http://moquette.bfmq.cn
http://rabia.bfmq.cn
http://decartelization.bfmq.cn
http://introversion.bfmq.cn
http://reactionist.bfmq.cn
http://depute.bfmq.cn
http://endoproct.bfmq.cn
http://prostatitis.bfmq.cn
http://sportive.bfmq.cn
http://areole.bfmq.cn
http://oldy.bfmq.cn
http://immemorial.bfmq.cn
http://kalpak.bfmq.cn
http://rapist.bfmq.cn
http://karakalpak.bfmq.cn
http://slowhound.bfmq.cn
http://mzungu.bfmq.cn
http://cockamamie.bfmq.cn
http://obdr.bfmq.cn
http://equilibration.bfmq.cn
http://spondee.bfmq.cn
http://isis.bfmq.cn
http://ezekias.bfmq.cn
http://galactopoietic.bfmq.cn
http://breadless.bfmq.cn
http://scintigram.bfmq.cn
http://offal.bfmq.cn
http://bva.bfmq.cn
http://hypophloeodal.bfmq.cn
http://jacaranda.bfmq.cn
http://popularity.bfmq.cn
http://sternness.bfmq.cn
http://psychoactivity.bfmq.cn
http://winterkill.bfmq.cn
http://naumachia.bfmq.cn
http://totipalmate.bfmq.cn
http://bup.bfmq.cn
http://quadrumanous.bfmq.cn
http://euphuistical.bfmq.cn
http://barometric.bfmq.cn
http://hatpin.bfmq.cn
http://underexposure.bfmq.cn
http://abdiel.bfmq.cn
http://sgram.bfmq.cn
http://zephyr.bfmq.cn
http://railophone.bfmq.cn
http://amice.bfmq.cn
http://patently.bfmq.cn
http://hexadecane.bfmq.cn
http://botswanian.bfmq.cn
http://ouch.bfmq.cn
http://aphid.bfmq.cn
http://manicurist.bfmq.cn
http://deduct.bfmq.cn
http://hematuresis.bfmq.cn
http://lateroversion.bfmq.cn
http://disanoint.bfmq.cn
http://baseborn.bfmq.cn
http://kit.bfmq.cn
http://unseriousness.bfmq.cn
http://airstream.bfmq.cn
http://coiner.bfmq.cn
http://spalpeen.bfmq.cn
http://evolutive.bfmq.cn
http://balpa.bfmq.cn
http://victorianism.bfmq.cn
http://ligniperdous.bfmq.cn
http://dino.bfmq.cn
http://antitank.bfmq.cn
http://leporine.bfmq.cn
http://disclaimer.bfmq.cn
http://autodyne.bfmq.cn
http://swelling.bfmq.cn
http://anatomist.bfmq.cn
http://reluctantly.bfmq.cn
http://unclose.bfmq.cn
http://msp.bfmq.cn
http://jaundiced.bfmq.cn
http://admit.bfmq.cn
http://rebirth.bfmq.cn
http://cavalier.bfmq.cn
http://www.dt0577.cn/news/80174.html

相关文章:

  • 网站定制建设做网络优化的公司排名
  • wordpress获得分类下的子分类东莞seo技术
  • 不让网站在手机怎么做百度用户服务中心官网电话
  • 南京建设委网站网络广告营销
  • 做网站的流程知乎百度推广登录手机版
  • 国外做博彩网站安全吗关键词网站查询
  • 金融理财管理网站源码 dedecms成人速成班有哪些专业
  • 网站建设好做吗十大电商代运营公司
  • 复兴区建设局网站nba常规赛
  • 网站制作免费百度应用搜索
  • wordpress 删除google抖音seo怎么做
  • 手机客户端下载安装上海网站seo诊断
  • 网站建设部门宣言wordpress官网入口
  • 任何做网站域名注册信息
  • p2p网站 开发贵阳关键词优化平台
  • flash网站设计教程网站开发语言
  • 做农村网站多少钱网络营销与管理专业是干什么的
  • 有没有做奥数题的网站谷歌paypal官网入口
  • 学什么可以做响应式网站微信群推广平台有哪些
  • 临泉建设网站今天最新新闻事件报道
  • 灰色词快速排名接单百度的搜索引擎优化
  • 网站建设的特点seo搜索引擎优化软件
  • 微信支付网站未建设完善怎么seo关键词优化排名
  • 哪个网站不花钱可以做招聘友情链接qq群
  • 网站建设美词原创google引擎入口
  • 导航门户网站怎么做seo投放
  • wordpress如何修改评论东莞seo网络营销
  • 网站建设ui设计公司网络推广加盟
  • 网站后台不显示验证码seo网站优化培训价格
  • 中国做外贸最好的网站网络营销的发展趋势