暑假学习

今天接到老板的电话,知道暑假不能回家了,要去宁波那边做项目了。还说要用java编程的,关于java,我只粗略的看过一些书,具体没动手做过,她在电话跟我说用java实现的什么什么,我脑子里真是一点概念都没有。但我真的很想向老板证明一下自己的实力。明天最后一门考试,本来完了想回家的,但现在看来学java才是正道,等到她让我编程的时候,我还说要看看书,那不是完了,但我知道java不是几天能够学成的,有高手可指教否,我的qq:5826807

I have lost conficence of using ArgoUML in project

ArgoUML0.19.2 can't open the file created by ArgoUML0.18.1.It hited my heart again.Although,I am very like ArgoUML,but,my main goal is to learn UML,not a tool.If this tool has stop my learning UML and our project,I have to discard it saddly.

The real goal of ArgoUML is practicing technique,or proffering it to general user?

I think,a software is a good software only if it is used by many special user.

"import" meet "\" problem

cvs -d:pserver:name@cvs.tigris.org:/cvs import learndiary\old learndiary initial

error message says I have no write access to cvs authority.

But,I own the write authority to cvs.

Later,change "\" into "/",like below:

cvs -d:pserver:name@cvs.tigris.org:/cvs import learndiary/old learndiary initial

That's ok.