摘要:
weather forecast names package and module names :short,all lowercase names class names :CapWords function names : lowercase,with words separated by u... 阅读全文
摘要:
Java中的回调函数 "if you call me, i will call back" 这个例子取自知乎上的回答,意思是一位worker让其室友帮忙完成工作。其中worker知道工作的内容但不想做,而其室友知道该怎么做却不知道做什么,这其中有个信息交换的过程。 = "if you call... 阅读全文
摘要:
从git@osc获取项目——idea 1. check out from Version Control Clone 2. 选择不创建项目 No 3. Create New Project Java Next Next 4. Project location选择刚才Clone的... 阅读全文