Posts

[Java] Some thing about inner classes

If you’re defining an anonymous inner class and want to use an object that’s defined outside the anonymous inner class, the compiler requires that the outside object be final . If you don’t need a connection between the inner class object and the outer class object, then you can make the inner class static . So, it means: You don’t need an outer-class object in order to create an object of a static inner class. You can’t access an outer-class object from an object of a static inner class. Non- static inner classes cannot have static data, static fields, or static inner classes. However, static inner classes can have all of these. Normally an interface can't have any code, but static inner class can be part of an interface. It’s not possible to create an object of the inner class unless you already have an object of the outer class. This is because the object of the inner class is quietly connected to the object of the outer class th

upgrade to gnome-volume-manager 1.2.0

My previous hacking still works. However, I find an interesting thing. It only works for removable device, such as external usb disk, doesn't work for any partition in /dev/hda. I am trying to figure out the reason. In the latter situation, I find in src/manager.c:841 the "g_slist_find_custom()" returns NULL. As a result, gvm_device_autorun() won't be executed I find a link talking about "glib singly linked list" I will pick up here next time.

I openned a new blog

Not bad here, uh? I do like the look and feel of dxxxxs.net. However it's not an ideal place for my blog. I can't talk about certain topics there. You know the reason. What's worse, there are a lot of rubbish on its index page. Here is better, I think, haha!