首页 > 如何区分 IT 青年的“普通/文艺/二逼”属性?

如何区分 IT 青年的“普通/文艺/二逼”属性?

我来用一幅图区别一下:普通青年 VS 文艺青年 VS 二逼青年


普通程序员:

printf("hello world!");

文艺程序员:

printf("hello kitty!");

二逼程序员:

printf("segmentation fault");

普通程序员

print("Hello World")

文艺程序员

p "Hello World"

2B

Class HelloWorld {
   public static void main(String []args) {
      System.out.println("Hello, World!");
   }
}

普通程序员

fuck(you)

文艺程序员

(fuck you)

2B

self.fuck(self)

好像在哪听过这个典故


普通

#include <stdio.h>
int main(void)
{
   printf("Hello, world!\n");
   return 0;
}

文艺

'("Hello World")

2b

using System;

public class HelloWorld
{
    public static int Main(string[] args)
    {
        ConsoleHelper.WriteLine("Hello, World!");
        return 0;
    }
}

public class ConsoleHelper
{
//    public static string ReadLine()
//    {
//        //TODO
//    }
//
    public static void WriteLine(string s)
    {
        Console.WriteLine(s);
    }
}

普通

<div id="header">

文艺

<header>

2B

<table id="header">

Javascript
普通青年写程序

function HelloWorld(){
    return "Hello World";
}
alert(HelloWorld());

文艺青年写程序

alert((function HelloWorld(s){
   return(s);
})("Hello World"));

2B青年写程序

alert("Hello World");

我也来一个吧,纯粹凑热闹...轻拍...


普通程序员

Class HelloWorld {
   public static void main(String []args) {
      System.out.println("Hello, World!");
   }
}

文艺程序员

print("Hello World")

2B

#include<System>
class HelloWorld
{
  static void main()
  {
    printf("Hello World\n");
  }
}

普通程序员这么写HelloWorld

Class HelloWorld {
   public static void main(String []args) {
      System.out.println("Hello, World!");
   }
}

文艺程序员这么写HelloWorld

UILabel *helloLbl = [[UILabel alloc] initWithFrame:
                       CGRECTMake(0.f, 0.f, 320.f, 20.f)];
helloLbl.textLabel.text = @"Hello, World.";
[self.view addSubview:helloLbl];
[helloLbl release];

2B程序员这么写HelloWorld
syntax error.


2B IT青年的属性是这个样子的~~
亮点很多,自己寻找!

【热门文章】
【热门文章】