无聊在家里的路由器上搭建了nginx+mysql+php环境,顺便放上菠萝阁,个人博客没什么流量,并发访问量不高,路由器上Typecho运行起来还凑合。
hello world(代码)
Hello World ,中文意思:你好,世界。世界上的第一个程序就是Hello World,由Brian Kernighan创作。
中文名: 你好,世界
外文名: Hello,World
创造者: Brian Kernighan
printf("hello, world\n");
实际上将“Hello”和“World”一起使用的程序最早出现于1972年,出现在贝尔实验室成员Brian Kernighan撰写的内部技术文件《Introduction to the Language B》之中:
main(){
extern a,b,c;
putchar(a);putchar(b);putchar(c);putchar('!*n');
}
a'hell';
b'o,w';
c'orld';
最初的"hello, world"打印内容有个标准,即全小写,有逗号,逗号后空一格,且无感叹号。不过沿用至今,完全遵循传统标准形式的反而很少出现。
既然来了说点什么吧…