码迷,mamicode.com
首页 >  
搜索关键字:not supported    ( 848个结果
可以替代putty的ssh客户端
1.Bitvise SSH Clienthttp://www.putty.org/Bitvise SSH Client is an SSH and SFTP client for Windows. It is developed and supported professionally by Bit...
分类:其他好文   时间:2015-05-27 11:42:42    阅读次数:522
ORA-00845: MEMORY_TARGET not supported on this system
在oracle 11g中新增的内存自动管理的参数MEMORY_TARGET,它能自动调整SGA和PGA,这个特性需要用到/dev/shm共享文件系统,而且要求/dev/shm必须大于MEMORY_TARGET,如果/dev/shm比MEMORY_TARGET小就会报错解决方案1.初始化参数MEMOR...
分类:其他好文   时间:2015-05-26 20:34:03    阅读次数:127
STDistance的使用及geometry和geography的区别
1、先说说Sql Server中geometry和geography的区别:         geometry:planar    平面坐标系【supported by SQL Server conforms to the Open Geospatial Consortium (OGC) Simple Features for SQL Specification version 1.1.0.】...
分类:其他好文   时间:2015-05-26 18:49:58    阅读次数:789
Camera 参数实例
Initial camera parameters: ?preferred-preview-size-for-video=1920x1080; ?zoom=0; ?recording-hint=false; ?max-num-detected-faces-hw=0; ?video-stabilization=false; ?zoom-supported=true; ?white...
分类:其他好文   时间:2015-05-26 16:41:39    阅读次数:250
ERROR   OGG-01028 和 Compression is not supported
***********************************************************************OracleGoldenGateCaptureforOracleVersion11.2.1.0.1OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBOLinux,x64,64bit(optimized),Oracle11gonApr23201208:42:16Copyright(C)1995,2012,Oracleand/oritsa..
分类:其他好文   时间:2015-05-26 16:19:38    阅读次数:412
Setting up a Mac OS build environment
In a default installation, Mac OS runs on a case-preserving but case-insensitive filesystem. This type of filesystem is not supported by git and wil.....
分类:系统相关   时间:2015-05-26 12:05:19    阅读次数:525
IOS8 二维码扫描-QRCodeReaderViewController
一 简单 ZXing(zebra crossing)可以处理1维码和2维码,支持下面这些格式: Supported Formats 1D product 1D industrial 2D UPC-A Code 39 QR Code UPC-E Code 93 Data Matrix EAN-8 Code 128 Aztec...
分类:移动开发   时间:2015-05-25 11:33:56    阅读次数:261
ios NSString format 保留小数点 float double
self.orderCost.text = [NSString stringWithFormat:@"%.1f元",self.order.cost.floatValue]; %.1f  表示小数点一位,%.2f 表示小数点2位,依次类推. 格式定义 The format specifiers supported by the NSString formatting...
分类:移动开发   时间:2015-05-19 16:34:21    阅读次数:150
error the @annotation pointcut expression is only supported at Java 5 compliance level or above 异常解决
1、异常信息严重: Exception sending context initialized event to listener instance of class or g.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error...
分类:编程语言   时间:2015-05-15 17:54:24    阅读次数:623
ubuntu vim中文乱码问题
添加中文字符编码: $sudo vim /var/lib/locales/supported.d/local #添加下面的中文字符集 zh_CN.GBK GBK zh_CN.GB2312 GB2312 zh_CN.GB18030 GB18030 使其生效: $sudo dpkg-reconfigure locales vim: 打开vim的配置...
分类:系统相关   时间:2015-05-15 10:46:55    阅读次数:147
848条   上一页 1 ... 63 64 65 66 67 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!