第一步:安装语言包进入 “System Settings”找到 “Language Support” 那一项,点击进入选择 “Install/Remove Languages”找到 “Chinese (simplified)” 那一项,把后面到勾打上然后点击 “Apply Changes” 等待一段...
分类:
其他好文 时间:
2014-07-22 22:56:33
阅读次数:
224
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:
其他好文 时间:
2014-07-19 12:13:13
阅读次数:
254
一、在windows平台上面:以前我都是用purify,因为没有正版的,很是麻烦。后来我开始用windows自带的umdh,也很好用:http://support.microsoft.com/kb/268343/en-us摘要一下步骤如下:1、准备工作:1 gflags -i +ust注:得先把g....
分类:
编程语言 时间:
2014-07-18 18:23:33
阅读次数:
288
MainActivity.javapackage com.kale.gridlayout;import android.app.Activity;import android.os.Bundle;import android.support.v7.widget.GridLayout;import a...
分类:
其他好文 时间:
2014-07-18 12:17:09
阅读次数:
182
hostzhu点评:MPlayer对流媒体的支持,让大家能更进一步地利用linux来看网络直播,对Linux下多媒体应用的推动作用可以说不可度量。RTSP/RTP streaming support for MPlayerThe Open Source "MPlayer" media player ...
分类:
其他好文 时间:
2014-07-18 10:07:06
阅读次数:
500
Methods support a sleep mode for an embedded device. Embedded devices like sensors and actuators used in wireless sensor networks have a limited power...
分类:
Web程序 时间:
2014-07-18 08:33:13
阅读次数:
479
1. Input Method: 1.1.用root登录 ,或su root 1.2.yum install "@Chinese Support" 1.3.exit 1.4.回到桌面,system->preferences->input method 1.5.如果没有,先注销一下。 1....
分类:
其他好文 时间:
2014-07-17 21:32:59
阅读次数:
233
现在好多项目中都添加了第三方jar包,但是最大的问题就是打包的时候代码混淆报错,以下是高德地图混淆报错解决方案:
在proguard-project.txt中添加如下代码:
-libraryjars libs/android-support-v4.jar
-dontwarn android.support.v4.**
-keep class android.support....
分类:
移动开发 时间:
2014-07-17 16:17:39
阅读次数:
570
挺高兴的老师借了我一块K60的开发板,趁着暑假好好鼓捣鼓捣!
有了上图的过程分析我想心里大概有个低了吧!
下面看代码:
/* CodeWarrior ARM Runtime Support Library
* Copyright ?2012 Freescale Semiconductors. All rights reserved.
...
分类:
其他好文 时间:
2014-07-17 10:57:49
阅读次数:
238
spring 配置文件 -->测试类import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;impo...
分类:
编程语言 时间:
2014-07-16 12:12:07
阅读次数:
256