一路顺风,早点回来,CSDN永远是你的家. I Love all the People!

解决方案 »

  1.   

    谢谢各位朋友的热情参与!我热爱编程,但是现在实际做编程的时间越来越少,鉴于linux的兴起以及很可能就要参与linux操作系统的开发,因此打算进行高压充电、潜心研究,到时就会很少到论坛来了!明天的这个时候结贴!
      

  2.   

    听到大家的辛酸,我想到下面的代码,
    public class programer implements worker, student {
     void studying()
     {out.print ("studying");
     }
      void working()
      {out.print ("working");
      }
      public boolean needWork;
        public static void main(String[] args) {
              while(true)
                  {      if (needWork) working(); 
                          studying();
                  }
          }
    }
     interface worker {
        void working();
    }
     interface student  {
        void studying();
    }
    不过我的代码少了“目标”,还少了很多的其它逻辑,
    不过,也说明了,程序员是不断工作和学习的集合体,
    大家努力吧
      

  3.   

    支持~
    其实我们就应该有点自己的时间钻研一下!
    用过你的.net安装包,不错的!
      

  4.   

    好样的,祝早日回归CSDN!WAIT FOR YOU……