If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的。 Recently I found I seldom smiled when I was alone. Most often I felt depr ...
分类:
其他好文 时间:
2017-06-12 10:33:10
阅读次数:
164
Getting Around Instruments Instruments has several key windows and dialogs. Profiling Template Selection Dialog When Instruments launches, you’re pres ...
分类:
其他好文 时间:
2017-06-11 14:58:39
阅读次数:
246
http://codeforces.com/gym/101350/problem/F 题意:有m个笑话,每个笑话的区间是[L, R],笑话种类有1e5,一开始所有猴子都在凳子上,听到一个笑话,就倒下,但是如果是听过的笑话,就重新回到凳子上。问最终有多少个猴子在凳子上。 相当于有1e5个线段,如果我们 ...
分类:
其他好文 时间:
2017-06-07 18:47:00
阅读次数:
213
从简单的道题目開始刷题目: Symmetric Tree 题目:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binar ...
分类:
其他好文 时间:
2017-06-06 20:48:29
阅读次数:
184
/** * @overview A minimalistic wrapper around React Native's AsyncStorage. * @license MIT */import { AsyncStorage } from 'react-native';import merge f ...
分类:
其他好文 时间:
2017-06-05 18:58:56
阅读次数:
447
Problem Description There are n soda sitting around a round table. soda are numbered from 1 to n and i-th soda is adjacent to (i+1)-th soda, 1-st soda ...
分类:
其他好文 时间:
2017-06-03 17:34:46
阅读次数:
222
在xcode6.1中来编写swift空数组时。出现的的这个问题,依照官方 Swift 教程《The Swift Programming Language》来写 let emptyArray = String[]() 时会提示“Array types are now written with the ...
分类:
其他好文 时间:
2017-06-03 14:09:27
阅读次数:
138
http://acm.hdu.edu.cn/status.php?first=&pid=&user=sunowsir&lang=0&status=0 题目描述: There is a hill with n holes around. The holes are signed from 0 to n ...
分类:
其他好文 时间:
2017-06-01 23:42:38
阅读次数:
224
CIFS (Common Internet File System) is a protocol that gained popularity around the year 2000, as vendors worked to establish an Internet Protocol-base ...
分类:
Web程序 时间:
2017-05-28 13:30:01
阅读次数:
358
Spring AOP的实现方法很多,在项目开发中具体采用什么方式,需要按实际情况来选择,每一种的用法,有其一定的实用价值,所以本文将各种使用方法进行了具体实现。主要包括Advice的before、after、throwing、around四种拦截方式的实现,如何进行正则匹配,自动化代理及Aspect... ...
分类:
编程语言 时间:
2017-05-21 01:07:47
阅读次数:
477