EUNO.NEWS EUNO.NEWS
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
  • All (20543) +144
    • AI (3117) +9
    • DevOps (914) +5
    • Software (10652) +105
    • IT (5812) +25
    • Education (48)
  • Notice
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2周前 · software

    JavaScript 中的异步

    同步(普通)情况下,只有当前任务完成后,才会开始下一个任务。javascript console.log'One'; console.log'Two'; console.log'Three'; 👉 输出 One Two...

    #javascript #asynchronous #setTimeout #event-loop #programming #web-development
  • 2周前 · software

    为什么 setTimeout 在 Node.js 中返回对象(以及为什么 setInterval 会导致你的应用崩溃)

    JavaScript 计时器乍看起来很简单:setTimeout 和 setInterval 为以后安排工作。当你从浏览器转到 Node.js 时,一个细微但重要的…

    #nodejs #javascript #settimeout #setinterval #timers #ref #unref #event-loop #backend #typescript
  • 1个月前 · software

    同步 vs. 异步 JavaScript:真实案例解释

    介绍:JavaScript 默认同步逐行执行代码,但它可以执行异步操作,例如 setTimeout、fetch、回调等。

    #javascript #asynchronous #synchronous #event-loop #callbacks #setTimeout #web-apis #programming
EUNO.NEWS
RSS GitHub © 2026