The front end From 0.1 + 0.2! Talk about the basics of computers December 15, 2023 by Sumer Kuruvilla No Comments In daily work and study, we often detect our own bottom line. Good or bad computer foundation can completely determine a person's code level and... Read More
c# C# Basic — Hello Word December 15, 2023 by Yasmin Tiwari No Comments Remind: In order to be able to learn the knowledge more thoroughly, remember more firmly I will write down the knowledge by means of teaching... Read More
java Interlocking stories triggered by if(XXX==”TERM”) December 14, 2023 by Dana Davis No Comments The judgment statement "==" is probably one of the most common mistakes that beginners to Java can make due to a lack of understanding. I... Read More
javascript JS determines the base type December 14, 2023 by Kevin Rodriguez No Comments Data types are: Value types (basic types) : String, Number, Boolean, NULL, Undefined, Symbol. Read More
java The Path to Learning Java — How to Learn Java December 14, 2023 by Michelle Miller No Comments At that time, as an ignorant boy, I learned C and C ++ as well as data structure in my freshman year. Later, I learned... Read More
java [Multithreading] Thread first experience December 14, 2023 by 周琬婷 No Comments How to create a thread is a cliched topic and one of the most popular questions to ask in interviews. There is a lot of... Read More
java JavaBug – Null Pointer December 14, 2023 by Rebecca Hunt No Comments 2. Try to return NULL in the function, or give me a detailed comment 3. When passing an external value, be sure to do so... Read More
javascript JavaScript’s use of this December 14, 2023 by 張雅惠 No Comments Global scope: This in the global scope refers to window. Function scope: This in a method refers to the object on which it is called;... Read More