Ops/Design Summit - 2014-11-05 Record1. KeystoneOperators, Deployers, and DevOps1. Icehouse中,SAML文档非常少。Juno会提升文档质量。2. 多重认证。比方,用krb5 ticket和x509 certif...
分类:
其他好文 时间:
2015-07-26 15:45:40
阅读次数:
123
哎,真是服了。国内网站上写的解决方法如此的粗糙。 如果用loadrunner访问HTTPS网页时出现:shut connection during attempt to negotiate SSL session怎么办? 我是这样解决的: 在vuser_init()中添加:"web_set_s...
分类:
Web程序 时间:
2015-07-24 15:47:44
阅读次数:
681
什么是 Delta 文件Delta 文件应用很广泛,特别是在数据库领域What Is a Delta File?During most computer operations, copying, downloading or uploading a file requires duplicating...
分类:
其他好文 时间:
2015-07-24 12:13:15
阅读次数:
146
问题:点击运行时eclipse报错如下:An internal error occurred during: "Launching New_configuration".Path for project must have only one segment.具体如下图1:点击上图OK后,Acitiv...
分类:
其他好文 时间:
2015-07-24 12:06:06
阅读次数:
234
2. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptvs 2010Properties\Configuration Properties\Mai\nifest Tool\In...
分类:
编程语言 时间:
2015-07-23 06:40:39
阅读次数:
108
不了解CheckStyle的话请先自行百度。
更换了新的Eclipse,在使用CheckStyle检查代码的时候发现总是报错如下:
Errors occurred during the build.
Errors running builder 'Checkstyle Builder' on project 'AAA'.
Fileset from project "AAA" has no ...
分类:
其他好文 时间:
2015-07-22 16:26:22
阅读次数:
177
日前做CUCM升级操作时,遇到如下报错"UpgradesareprohibitedduringLicensingGracePeriod",经过资料查找及自己摸索,发现有两个办法可以解决此问题:问题现象:AfterDisasterRecoverySystem(DRS)backupisdoneontheoldserver,weDRSrestoreallthedataintothenewlyreplacedserver...
分类:
其他好文 时间:
2015-07-21 18:53:58
阅读次数:
277
SSH上传文件时报错:encountered 1 errors during the transfer。
百度了一下,了解到客户端(Windows)这边的待上传文件不能放在有小括号的文件夹中,于是我将小括号去掉,果然就可以了。...
分类:
Web程序 时间:
2015-07-19 21:44:52
阅读次数:
138
题意:给了x,y,l,r,求由x,y可以线性组合出多少个在[l,r]内的数。例x=4,y=5,l=7,r=13,则x,y可以组合出8,9,10,12,13
解:所有x,y线性组合的数可化为区间[x,y],[2x,2y],[3x,3y]......
从[kx,ky]开始区间重叠,则(k+1)x
在[l,r]区间内的数可化为f[r]-f[l-1],f[x]为x之前由x,y线性组合的数的个数
#...
分类:
其他好文 时间:
2015-07-19 18:14:31
阅读次数:
119
DescriptionA tourist hiked along the mountain range. The hike lasted forndays, during each day the tourist noted height above the sea level. On thei-t...
分类:
其他好文 时间:
2015-07-16 21:42:44
阅读次数:
136