ak47007
V2EX  ›  问与答

IDEA 主题

  •  1
     
  •   ak47007 · Sep 3, 2019 · 2591 views
    This topic created in 2468 days ago, the information mentioned may be changed or developed.

    各位大佬的 IDEA 主题是什么样子的?用下面这段代码试一下

    @Component
    public class HelloWorld {
    
        private String message = "World";
    
        public static void main(String[] args) {
            helloworld(new HelloWorld().getMessage());
        }
    
        public static void helloworld(String meg) {
            String message = "Hello";
            message += meg;
            System.out.println(message);
        }
    
        public String getMessage() {
            return this.message;
        }
    }
    
    
    

    附图:

    3 replies    2019-09-03 16:10:03 +08:00
    w292614191
        1
    w292614191  
       Sep 3, 2019
    One dark italic
    Fira Code Retina
    Wao
        2
    Wao  
       Sep 3, 2019
    ![批注 2019-09-03 160314.png]( https://i.loli.net/2019/09/03/6NcytORSfamEJhz.png)
    yukiww233
        3
    yukiww233  
       Sep 3, 2019
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2863 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 72ms · UTC 13:09 · PVG 21:09 · LAX 06:09 · JFK 09:09
    ♥ Do have faith in what you're doing.