I cleaned up the code a bit and I added some new features I got rid of a ton of bugs still crawling around .New features include:Up and down arrow hot...
分类:
其他好文 时间:
2015-11-05 23:48:06
阅读次数:
462
This program is used to show how to generate an oval.The moon's orbit around the sun is an oval two.锘縰sing System;using System.Windows.Forms;using Sys...
2015-11-02 20:36:31.946 around_iOS[8327:60b] Received memory warning.2015-11-02 20:36:33.321 around_iOS[8327:60b] Received memory warning.2015-11-02 2...
分类:
其他好文 时间:
2015-11-02 22:36:00
阅读次数:
223
1.AspectJ支持通知类型 (6种) Before 前置通知,相当于BeforeAdvice AfterReturning 后置通知,相当于AfterReturningAdvice Around 环绕通知,相当于MethodInterceptor AfterThrowing抛出通知,相当...
分类:
Web程序 时间:
2015-11-02 15:14:13
阅读次数:
252
A quick calculation shows that if the seek time is around 10 ms and the transfer rate is 100 MB/s, to make the seek time 1% of the transfer time, we n...
分类:
其他好文 时间:
2015-10-31 00:18:58
阅读次数:
250
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2015-10-23 16:10:00
阅读次数:
153
解决办法:一般都是用yum install *** --skip-broken 后来在网上找到了解决方案:1、将/etc/yum.repos.d文件夹下所有repos文件转移,然后把用的那个repo拷贝回来(保证repo所在目录只有你的那1个文件)2、yumcleanall3、再yuminstall...
分类:
其他好文 时间:
2015-10-21 10:42:03
阅读次数:
229
DescriptionThere is a hill with n holes around. The holes are signed from 0 to n-1.A rabbit must hide in one of the holes. A wolf searches the rabbit ...
分类:
编程语言 时间:
2015-10-17 22:05:15
阅读次数:
225
Over the next months I intend on writing a series of posts about the (many) extensibility points from WCF (up to .NET Framework 4.0). The cadence should be around one new post every 1-2 weeks (depe...
分类:
其他好文 时间:
2015-10-16 10:17:01
阅读次数:
287
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / \ 2 2 /...
分类:
其他好文 时间:
2015-10-15 18:28:53
阅读次数:
157