Symbols-标志ECMAScript 6 symbols began as a way to create private object members, a feature JavaScript developers have long wanted. The focus was around...
分类:
其他好文 时间:
2015-04-01 14:58:22
阅读次数:
176
D3 JSJava scirpt is an awesome language for Internface Design.All Obejcts in JavaScirpt could be used as an argument to pass around.Important Objects:...
分类:
Web程序 时间:
2015-04-01 07:00:19
阅读次数:
252
Traveling
时间限制: 1 Sec 内存限制: 32 MB
提交: 41 解决: 23
[提交][状态][讨论版]
题目描述
SH likes traveling around the world. When he arrives at a city, he will ask the staff about the number of cities that connected...
分类:
其他好文 时间:
2015-03-29 16:39:07
阅读次数:
143
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-03-29 00:30:42
阅读次数:
154
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
/ \ / 3 4 4 3
But the fo...
分类:
其他好文 时间:
2015-03-28 11:34:30
阅读次数:
102
1、开启对spring AspectJ风格切面的支持2、扫描注解的bean3、声明切面@Aspect4、声明切入点@Pointcut(value="",argNames="")5、声明通知@Before @After @AfterReturning @AfterThrowing @Around@Be...
分类:
编程语言 时间:
2015-03-20 23:42:44
阅读次数:
243
http://www.hanselman.com/blog/ListOfNETDependencyInjectionContainersIOC.aspxI'm trying to expand my mind around dependency injection in .NET (beyond t...
分类:
Web程序 时间:
2015-03-18 22:58:34
阅读次数:
207
题目:
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
/ \ / 3 4 4 3
But the fo...
分类:
其他好文 时间:
2015-03-11 17:19:41
阅读次数:
143
DescriptionRailway tickets were difficult to buy around the Lunar New Year in China, so we must get up early and join a long queue…The Lunar New Year ...
分类:
其他好文 时间:
2015-03-10 21:07:13
阅读次数:
160
Python图像处理库:PIL中Image,ImageDraw等基本模块介绍常用操作合成Image.blend(i1,i2,a)/Image.composite(i1,i2,mask)缩略图thumbnail(size,filter=None)Modifiesin-place,Preservesaspectratio>>>myImage.thumbnail((128,128),Image.ANTIALIAS)剪切crop(bbox)>&..
分类:
编程语言 时间:
2015-03-10 19:33:33
阅读次数:
311