HelloWorld

Posted 深夜暗月

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HelloWorld相关的知识,希望对你有一定的参考价值。

  1. 新建工程HelloWorld

  2. public class Hello {
       public static void main(String[] args) {
           System.out.println("Hello,World");
      }
    }
  3. 运行项目

注意

  1. 快捷键

    psvm

    public static void main(String[] args) {
       
    }

     

    sout

    System.out.println();

     

  1. 可能遇到的问题

    (1)、单词大小写问题

    (2)、文件名和类名必须一致,而且首字母大写

    (3)、符号使用了中文

以上是关于HelloWorld的主要内容,如果未能解决你的问题,请参考以下文章

Python中verbaim标签使用详解

Eclipse 插件片段

2.ReactJS基础(虚拟DOM,JSX语法)

jQuery 核心函数

vscode设置vue模版

深入理解PHP原理之Opcodes