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
在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
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
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
***********************************************************************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
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
一 简单
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
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
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
添加中文字符编码:
$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