GithubHelp home page GithubHelp logo

gusabary / vacationary Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 4.17 MB

Vacation of Gusabary 🏝

HTML 2.10% CSS 0.08% JavaScript 5.37% C++ 78.25% GLSL 5.89% Python 6.66% Jupyter Notebook 0.27% Java 0.10% Objective-C 0.20% Dart 0.28% Shell 0.80%

vacationary's People

Contributors

gusabary avatar linxuyalun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sjyjytu

vacationary's Issues

1.23笔记相关

JavaScript 的逻辑与 &&,它可以方便地条件渲染一个元素:

return (
  <div>
   <h1>Hello!</h1>
    {unreadMessages.length > 0 &&
     <h2>
        You have {unreadMessages.length} unread messages.
      </h2>
   }
  </div>
);

解释一下这种逻辑与操作能work背后的逻辑。

HTTP方法

在你的learning notes 1.16_HTML,你在记录表单相关知识的时候写到:

method 属性定义了发送数据的HTTP方法(它可以是“get”或“post”).

那么,什么是HTTP 方法?它主要的作用是什么?它都有哪些?各自的作用是什么?

1.20笔记相关

  1. 你已经了解了object相关的内容,object作为js的其中一个内建类型,其他几种内建类型是什么?数组属于哪一种内建类型?
  2. 你已经了解了严格等于,严格等于和不严格等于的差别是什么?
  3. 在你的笔记中,你记录了关于字符串与数字类型的互换的内容,这称为强制转换,但是例子中只有显式强制转换,了解隐式强制转换
  4. 在js中,一个对象object,它可以有一些属于自己的属性和方法,但是显然字符串也有自己的属性和方法,比如s.length是字符串的一个属性,s.toLowerCase()是字符串的一个方法。查找相关资料试解释内建类型拥有属性和方法的原因。

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.