系统环境:CentOS-6.2-x86_64。 Lua 是嵌入式脚本语言,应用场景很广泛。 引自官网:Lua is used in many products and projects around the world, including several well-known games。 官网地
分类:
系统相关 时间:
2016-03-06 06:34:21
阅读次数:
304
一、注解@AspectJ形式 1. package com.springinaction.springidol; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; impor
分类:
编程语言 时间:
2016-03-03 19:13:15
阅读次数:
254
Symmetric Tree:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetr...
分类:
其他好文 时间:
2016-03-01 20:40:52
阅读次数:
124
坚持!坚持!坚持~! stay-at-home mom 全职妈妈 keep the house in order 让家里井井有条 My mom was a stay-at-home mom when I was growing up.She worked around the clock to ke
分类:
其他好文 时间:
2016-02-16 08:43:51
阅读次数:
152
题 There are n sharks who grow flowers for Wet Shark. They are all sitting around the table, such that sharks i andi?+?1 are neighbours for all i from
分类:
其他好文 时间:
2016-02-12 06:04:18
阅读次数:
406
C. Wet Shark and Flowers There are n sharks who grow flowers for Wet Shark. They are all sitting around the table, such that sharks i and i?+?1 are ne
分类:
其他好文 时间:
2016-02-01 22:29:16
阅读次数:
307
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 /
分类:
其他好文 时间:
2016-01-30 17:51:16
阅读次数:
113
POSTED ON 02 JUL 2007 IN DEVELOPMENT DJANGO PYTHON WEBDid a bit of running around today to get Django sending email via Gmail. It’s simple once you fi
分类:
其他好文 时间:
2016-01-28 20:54:26
阅读次数:
184
Buy TicketsTime Limit:4000MSMemory Limit:65536KTotal Submissions:12296Accepted:6071DescriptionRailway tickets were difficult to buy around the Lunar N...
分类:
其他好文 时间:
2016-01-27 12:48:56
阅读次数:
150
spring aop advice的类型:1、前置通知(before advice)2、返回后通知(after returning advice)3、抛出异常后通知(after throwing advice)4、后通知:(after[finally] advice)5、环绕通知:(around a...
分类:
编程语言 时间:
2016-01-26 01:38:01
阅读次数:
198