码迷,mamicode.com
首页 >  
搜索关键字:chinese remainder th    ( 6034个结果
chrome tab and bookmark display chinese font crash
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
C++异常之异常说明
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
UVA - 11461 Square Numbers
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
java中有关线程的题目
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 中文输入法
转:CentOS6.4安装中文输入法su rootyum install "@Chinese Support"
分类:其他好文   时间:2014-08-19 22:06:05    阅读次数:239
Android-本地广播提高安全性
通常 我们大部分广播接收器的作用是为了处理我们的应用业务, 在广播机制中,Android提供了LocalBroadcastManager类来为我们应用安全保驾护航 1.创建LocalBroadcastManager: final LocalBroadcastManager localBroadcastManager=LocalBroadcastManager.getInstance(th...
分类:移动开发   时间:2014-08-19 19:08:55    阅读次数:264
Making Properties Nonenumerable
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
CentOS6.2下安装中文输入法
因为在程序中需要输入中文,但是系统没有预装中文输入法,所以就安装一下,顺便记录1.用root登录 ,或su root2.yum install "@Chinese Support"3.exit4.回到桌面,system->preferences->input method5.如果没有,先注销一下。6...
分类:其他好文   时间:2014-08-19 10:33:03    阅读次数:205
Lesson 61-62 Are Relatives Important to You?
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 install fcitx
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!