码迷,mamicode.com
首页 >  
搜索关键字:versions    ( 882个结果
WebService连接postgresql( 失败尝试)
一、先进行postgresql的配置 1. 安装ODBC驱动 下载地址:http://www.postgresql.org/ftp/odbc/versions/msi/ 2. 打开 控制面板 -> 管理工具 -> 数据源ODBC,如下 3. 需要配置postgresql允许远程连接 http://w ...
分类:数据库   时间:2017-06-28 21:42:04    阅读次数:201
设备类型判断
function getAppVersion(){ var browser = { versions: function () { var u = navigator.userAgent, app = navigator.appVersion; var ua = navigator.userAgen ...
分类:其他好文   时间:2017-06-28 15:11:11    阅读次数:217
硬盘缓存方案DiskLruCache源代码解析
前面研究了LruCache,它作为如今用的最多的内存缓存方案已经在非常多开源缓存框架中使用。相同的还有硬盘缓存方案也就是DiskLruCache,通常的做法就是使用内存和硬盘二级缓存。 用法 1.存储: DiskLruCache diskLruCache= open(File directory, ...
分类:系统相关   时间:2017-06-28 11:00:46    阅读次数:255
c/c++基本数据类型转换
详细理解 (intger promotion) 转自http://www.cnblogs.com/zhuyf87/archive/2013/02/01/2888832.html ...
分类:编程语言   时间:2017-06-22 21:51:45    阅读次数:130
iOS framework配置脚本
# Sets the target folders and the final framework product. FMK_NAME=HovnVoipEngine FMK_VERSION=1.0 # Install dir will be the final output to the frame ...
分类:移动开发   时间:2017-06-20 17:59:11    阅读次数:217
Downgrading an Exchange 2010 Server(Exchange降级)
Downgrading an Exchange 2010 Server Microsoft Exchange Server 2010 comes in two versions: enterprise and standard. The biggest difference between the ...
分类:其他好文   时间:2017-06-19 21:00:15    阅读次数:235
mac或linux下安装hadoop-2.8流程
mac上安装hadoop1,mac下的javall/usr/bin|grep‘java‘默认:/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java具体的安装路径:/Library/Java/JavaVirtualMachines/下面,JAVA_HOME是/Library/Java/JavaVirtualMachines/jdk1.7.0_75/Contents/Home。2,..
分类:系统相关   时间:2017-06-18 20:03:42    阅读次数:339
Reuse Is About People and Education, Not Just Architecture
? Reuse Is About People and Education, Not Just Architecture Jeremy Meyer you MigHT AdopT THE AppRoACH that a framework that is well designed, or an a ...
分类:其他好文   时间:2017-06-18 16:48:10    阅读次数:233
Excel的版本
https://en.wikipedia.org/wiki/Microsoft_Excel 取自维基百科,需要特别注意的是,从v12开始,有很大的改变。后缀名从xls变为xlsx Versions 5.1 Early history 5.2 Microsoft Windows 5.2.1 Excel ...
分类:其他好文   时间:2017-06-16 16:47:55    阅读次数:122
'version' contains an expression but should be a constant
这是因为Maven3 不允许出现version为非常量值的情况,我们就需要第三方插件来帮我们自动完成升级版本的工作。 参见下文: http://mojo.codehaus.org/versions-maven-plugin/examples/update-child-modules.html 这个插 ...
分类:其他好文   时间:2017-06-13 20:47:55    阅读次数:550
882条   上一页 1 ... 45 46 47 48 49 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!