一个优秀的程序员必须有一个博客,用来记录自己的代码经历。看了其他大牛的博客之后,我突然想开一个自己的博客。

  我现在大二,学完c,html,css,java基础,正在学jdbc,数据库,javascript,ajax,jquery。我以后会把我的学习的过程记录在博客里。

public class helloblog{
    public static void main(String [] args){
         System.out.println("hello world");
    }
}