11 2013 档案
摘要:一般this在各类语言中都表示“调用当前函数的对象”,java中也存在这种用法: 1 public class Leaf { 2 int i = 0; 3 Leaf increment(){ 4 i++; 5 return this; //this指代调用increment()函数的对象 6 } 7 void print(){ 8 System.out.println("i = " + i); 9 }10 public static void main(String[] args) {11 ...
阅读全文
摘要:记录下在Luna下向Launch中添加图标的步骤,以供以后参考,这里我以加入eclipse图标为例:首先,我们来创建一个desktop文件(Luna中到启动器Launch可以看作是Ubuntu中到桌面)$ scratch-text-editor eclipse.desktop将以下代码写入文件[Desktop Entry]Name=Eclipse Type=ApplicationExec=eclipseTerminal=falseIcon=eclipseComment=Integrated Development EnvironmentNoDisplay=falseCategories=Dev
阅读全文

浙公网安备 33010602011771号