码迷,mamicode.com
首页 >  
搜索关键字:64-bit support    ( 6791个结果
ubuntu14.04源码安装postgresql 9.1
项目需要使用gisgraphy,怎奈gisgraphy3.0只支持postgis1.5.因此只能安装老版本的posgresql和postgis了,从postgis的support matrix图可以看到postgis不同版本支持的postgresql, 我安装的是postgresql9.1.14. 1.下载postgresql9.1版本的源码,http://www.postgresql...
分类:数据库   时间:2014-08-10 13:01:40    阅读次数:231
在Android Studio中导入jar包
#1 下载jar包文件,#2 拷贝到libs目录下#3打开你的build.gradle,在dependencies加入如下代码dependencies{compilefiles('libs/android-support-v4.jar')compilefiles('libs/android-asyn...
分类:移动开发   时间:2014-08-09 15:42:28    阅读次数:257
aspNet各种模块介绍
For browsers that do not support HTML5, you can use Modernizr. Modernizr is an open-source JavaScript library that can detect whether a browser suppor...
分类:Web程序   时间:2014-08-09 13:18:57    阅读次数:269
支持Windows7的Apache Cordova工具更新
源文:http://blogs.msdn.com/b/visualstudio/archive/2014/08/04/apache-cordova-tooling-update-with-support-for-windows-7.aspx本周,我们发布了用于多设备混合应用开发扩展的CTP 2.0,...
分类:Windows程序   时间:2014-08-08 23:50:36    阅读次数:1966
[leetcode]Regular Expression Matching
Regular Expression MatchingImplement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more o...
分类:其他好文   时间:2014-08-08 17:59:16    阅读次数:173
【神经网络学习笔记】LIBSVM参数讲解
支持向量机SVM(Support Vector Machine)作为一种可训练的机器学习方法可以实现模式分类和非线性回归,本文就matlab中的LIBSVM工具箱展开说明。...
分类:其他好文   时间:2014-08-08 16:13:16    阅读次数:315
RPMForge——Quick Start build system
How to setup multimedia on CentOS-5CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, includi...
分类:其他好文   时间:2014-08-08 01:37:45    阅读次数:505
Multi-Device Hybrid Apps (Preview)
Today, we released a preview ofVisual Studio tooling support for Apache Cordovahttp://msdn.microsoft.com/en-us/vstudio/dn722381
分类:移动开发   时间:2014-08-07 12:25:29    阅读次数:205
Android碎片化的处理
产生碎片化的原因:1、屏幕尺寸smallnormallargexlargexxlarge2、屏幕分辨率3、横纵屏幕4、系统版本碎片的解决:1、dp/sp系统未我们提供了可以规避部分碎片化的单位2、针对不同的版本系统提供android-support-v4包,可以让低版本的系统实现高版本的功能引用外部的开源项目3、解..
分类:移动开发   时间:2014-08-07 07:25:49    阅读次数:263
Android学习路线(七)设置Action Bar
设置一个基本的action bar需要你的应用使用支持action bar的主题。如何来请求这样的主题要看你所选择的你的应用最低支持的Android版本。因此本课会根据应用支持的不同的Android最低版本分为两个部分。...
分类:移动开发   时间:2014-08-07 00:50:57    阅读次数:416
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!