码迷,mamicode.com
首页 >  
搜索关键字:64-bit support    ( 6791个结果
Ubuntu 12.04 LTS 中文输入法的安装 (转载)
第一步:安装语言包进入 “System Settings”找到 “Language Support” 那一项,点击进入选择 “Install/Remove Languages”找到 “Chinese (simplified)” 那一项,把后面到勾打上然后点击 “Apply Changes” 等待一段...
分类:其他好文   时间:2014-07-22 22:56:33    阅读次数:224
【leetcode刷题笔记】LRU Cache
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
C++程序内存泄漏检查
一、在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
用GridLayout实现计算器的布局
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
MPlayer 开始支持RTSP/RTP流媒体文件
hostzhu点评:MPlayer对流媒体的支持,让大家能更进一步地利用linux来看网络直播,对Linux下多媒体应用的推动作用可以说不可度量。RTSP/RTP streaming support for MPlayerThe Open Source "MPlayer" media player ...
分类:其他好文   时间:2014-07-18 10:07:06    阅读次数:500
Methods for Using Message Queuing Telemetry Transport for Sensor Networks to Support Sleeping Devices
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
CentOS After Install
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
Android项目外接高德地图代码混淆注意事项
现在好多项目中都添加了第三方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 启动过程分析
挺高兴的老师借了我一块K60的开发板,趁着暑假好好鼓捣鼓捣!                 有了上图的过程分析我想心里大概有个低了吧! 下面看代码: /* CodeWarrior ARM Runtime Support Library * Copyright ?2012 Freescale Semiconductors. All rights reserved. ...
分类:其他好文   时间:2014-07-17 10:57:49    阅读次数:238
spy memcached spring demo
spring 配置文件 -->测试类import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;impo...
分类:编程语言   时间:2014-07-16 12:12:07    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!