JavaConsole

很是无聊的工作,都没想到过要从console程序开始。但真正的代码就是从这个角度开始的,多写写这些无聊的代码吧,将是你成功的阶梯

public class FirstCode{
public static void main(String[] args) {
System.out.print(“Hello word”);
}

}

从代码层面上回归到业务上。现在的趋势已经基本趋向远离业务。谁都知道和业务扯上关系,任务就是完不成,还没完没了,而且多半有吃力不讨好的嫌疑。当初我们提出的业务架构和系统架构现在也演变成了一个养老院的概念。公司能有几人有这样的能力担当呢!养的比用的多,吃空ing。也许大家都知道,当有机会规划公司时也多了几分经验。

This entry was posted in Tech and tagged . Bookmark the permalink. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>