Code Monkey home page Code Monkey logo

Comments (4)

cobish avatar cobish commented on September 12, 2024

07 月 12 日

Shell

  • mv 命令,移动文件或文件夹,实际就是剪切。
$ mv index.php /var/www

from demo.

cobish avatar cobish commented on September 12, 2024

07 月 13 日

Shell

  • mv 命令,重命名文件或文件夹。
$ mv index.php home.php

from demo.

cobish avatar cobish commented on September 12, 2024

07 月 14 日

JS

  • switch 的 case 匹配操作是 === 恒等运算符的比较,而不是 == 相等运算符比较。

from demo.

cobish avatar cobish commented on September 12, 2024

07 月 18 日

JS

参考:script的defer和async

  • defer 使得浏览器延迟脚本的执行,相当于将 script 标签放置底部,延迟的脚本会按它们在文档里的出现顺序执行,所以如果前后有依赖关系的js可以放心使用;
  • async 使得浏览器可以尽快执行脚本,而不用再下载脚本时阻塞文档解析。异步脚本在它们载入后就会执行,所以它们可能会无序执行。

from demo.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.