ubuntu chrome tab and bookmark display chinese font crash reinstall chinese font with below command: $ sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy...
分类:
其他好文 时间:
2014-08-20 22:50:13
阅读次数:
217
1. 指定异常T funNname( parameterlist )throw( T1, T2,····,Tn);其中T是类型,parameterlist是参数列表, 而类型T1, T2,····,Tn是函数会抛出的异常。2. 不抛出异常T funNname( parameterlist )th.....
分类:
编程语言 时间:
2014-08-20 22:18:22
阅读次数:
228
A squarenumber is an integer number whose square root is also an integer. For example1, 4, 81 are some square numbers. Given two numbers a and b you will have tofind out how many square numbers are th...
分类:
其他好文 时间:
2014-08-20 16:28:22
阅读次数:
151
1,看一下下面程序错误发生在哪一行!class Test implements Runnable{ public void run(Thread t){ }}2,输出结果是什么?class Test{ public static void main(String[] args){ new Th...
分类:
编程语言 时间:
2014-08-19 22:10:55
阅读次数:
292
转:CentOS6.4安装中文输入法su rootyum install "@Chinese Support"
分类:
其他好文 时间:
2014-08-19 22:06:05
阅读次数:
239
通常 我们大部分广播接收器的作用是为了处理我们的应用业务,
在广播机制中,Android提供了LocalBroadcastManager类来为我们应用安全保驾护航
1.创建LocalBroadcastManager:
final LocalBroadcastManager localBroadcastManager=LocalBroadcastManager.getInstance(th...
分类:
移动开发 时间:
2014-08-19 19:08:55
阅读次数:
264
We implemented a Set class by using "object id" properties to map objects. Every object has a unique object id. In order to ensure the same object is added only once, we make the id a property of th...
分类:
其他好文 时间:
2014-08-19 12:53:24
阅读次数:
200
因为在程序中需要输入中文,但是系统没有预装中文输入法,所以就安装一下,顺便记录1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6...
分类:
其他好文 时间:
2014-08-19 10:33:03
阅读次数:
205
1 Mid-Autumn Festival eg. The Dragon Boat Festival is one of three major Chinese holidays,along with the Spring and Moon Festivals.端午节是三个中国主要节日之一,另两个是...
分类:
其他好文 时间:
2014-08-19 00:46:53
阅读次数:
242
ubuntu 14.04 input method sudo apt-get install fcitx-googlepinyin sudo apt-get install fcitx-sunpinyin language support 里边设置keyboard input method system: fcitx input method 选择fcitx restar th...
分类:
其他好文 时间:
2014-08-18 23:42:03
阅读次数:
427