码迷,mamicode.com
首页 >  
搜索关键字:64-bit support    ( 6791个结果
[zz]Python 3.4 and Pillow 2.4 with JPEG2000 (openjpeg 2) support in Ubuntu 14.04
Pillowsupport for JPEG2000 comes fromopenjpeg2 library. Unfortunatly, Ubuntu's libopenjpeg2 package is not version 2 of the openjpeg library, butactua...
分类:编程语言   时间:2014-08-21 18:35:14    阅读次数:363
sphinx在windows下的简单安装与使用
1、下载地址http://sphinxsearch.com/downloads/release/,我这里下的是“Win64 binaries w/MySQL+PgSQL+libstemmer+id64 support”,下载后文件名:sphinx-2.0.6-release-win64-id64-f...
分类:Windows程序   时间:2014-08-21 17:03:14    阅读次数:380
Android学习路线(二十四)ActionBar Fragment运用最佳实践
通过前面的几篇博客,大家看到了Google是如何解释action bar和fragment以及推荐的用法。俗话说没有demo的博客不是好博客,下面我会介绍一下action bar和fragment在实战中的应用,以及相关demo源码,希望和大家相互交流。 了解过fragment的同学们应该都知道,fragment是android 3.0版本才出现的的,因此如果要在支持android 3.0一下版本的工程中使用fragment的话是需要添加Support Library的。具体如何添加我就不再赘述,可以看我前...
分类:移动开发   时间:2014-08-21 04:12:53    阅读次数:455
android webview 通过html5播放在线视频 切换大屏
1、添加网络访问权限 2、webview添加全屏支持 developer官方文档关于html5支持视频播放描述如下:In order to support inline HTML5 video in your application, you need to have hardware acceleration turned on, and set a WebChrom...
分类:移动开发   时间:2014-08-20 22:41:33    阅读次数:403
android JNI (二) 第一个 android工程
下载NDK 后 它自带有 sample,初学者 可以导入Eclipse 运行这里 我是自己创建的一个新工程第一步: 新建一个Android工程 jni_test(名字自取)第二步:为工程添加 本地支持 右击工程,选择 android tools -- Add Native support 后,会弹出...
分类:移动开发   时间:2014-08-20 17:47:32    阅读次数:215
【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-08-20 14:04:32    阅读次数:250
CentOS6.4 中文输入法
转:CentOS6.4安装中文输入法su rootyum install "@Chinese Support"
分类:其他好文   时间:2014-08-19 22:06:05    阅读次数:239
如何设置安装界面左上角的自定义图标
原文:如何设置安装界面左上角的自定义图标上一篇:sqlserver显示数据库和表及列名 DialogSetInfo(DLG_INFO_ALTIMAGE,SUPPORTDIR^"logo.BMP",TRUE); logo.BMP要预先Import到Support File下下一篇: 使用strtuts...
分类:其他好文   时间:2014-08-19 18:43:55    阅读次数:198
Android 下拉刷新控件SwipeRefreshLayout结合WebView使用
SwipeRefreshLayout 是谷歌官方下拉刷新控件,4.0以下的版本需要用到  android-support-v4.jar包才能用到 android-support-v4.jar 包下载地址:http://download.csdn.net/detail/h7870181/7784247 官网API地址:https://developer.android.com/reference...
分类:移动开发   时间:2014-08-19 16:32:44    阅读次数:304
Android DrawerLayout抽屉效果
官网guide:http://developer.android.com/training/implementing-navigation/nav-drawer.html 官网示例:NavigationDrawer.zip   android.support.v4.widget.DrawerLayout 抽屉layout。该widget只能实现从左向右、从右向左    openD...
分类:移动开发   时间:2014-08-19 16:32:05    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!