get gtk version
1. gtk-config –version
2. rpm -aq | grep gtk
rpm -ql –info gtk2-2.8.20-1 |less
Windows里清除访问网上邻居中已记住的密码
在命令行中输入:control userpasswords2,切换到“高 级”,单击管理密码,删除对应的密码就可以了。
如果eclipse workbench是空
eclipse workbench is null:
just use this line:
this.getSite().getPage()
refs: http://wiki.eclipse.org/FAQ_How_do_I_find_the_active_workbench_page%3F
唐詩三百首(可以顯示拼音)
唐詩三百首(可以顯示拼音)
http://cls.hs.yzu.edu.tw/300/all/ALLFRAME.htm
xhost + 和xset fp+ 的意思
xhost + : allow any client to open x windows
xset fp+ ~/fonts :This +fp and fp+ options prepend and append elements to the
current font path, respectively. They must be followed by a comma-separated
list of entries
java中的final
The final keyword can be applied to classes, methods, or fields.
When applied to a class, it means that the class cannot be subclassed. 不能被继承
When applied to a method, it means that the method cannot be overridden by a
subclass. 不能被重载
When applied to a field, it means that the field’s value must be assigned
exactly once in each constructor and can never change after that.
但是这里只针对基本类型有效
While an array reference can be declared as final, the elements of the array
cannot. This means that classes that expose public final array fields or
return references to those fields through their methods.
Similarly, while an object reference may be declared as a final field, the
object to which it refers may still be mutable. If you wish to create
immutable objects using final fields, you must prevent references to arrays or
mutable objects from escaping from your class.
final string can not be changed with replace method(replace method just reture
a new string)
西安住房公积金查询网站
网址是:
http://124.114.130.149:7001/wscx/index.jsp
只要输入自己的身份证号码和密码(默认密码是六个1)
map sound to linux with rdesktop
redsktop -g 1024X768 -a 16 -u usename -p password -r sound:local
192.168.128.163
take remote sound to local machine