Live boldly. Push yourself. Don't settle. 勇敢生活,突破自我,永不设限! Don't indulge in the past, whether it was glorious or gloomy. Look ahead, live in the presen ...
分类:
其他好文 时间:
2017-12-09 23:53:07
阅读次数:
246
Distance could make you forget about them, but the memories would always be there. 距离会让你遗忘,但是回忆却始终在那里。 Whether you remember it or you forget it, those ...
分类:
其他好文 时间:
2017-12-07 13:30:44
阅读次数:
149
IPingStrategy IPingStrategy用来探测注册在BaseLoadBalancer中的server的存活情况。 BaseLoadBalancer实现了一个默认的序列化执行的实现类,我们也可以实现自己的并发策略。 IPing ping服务器的实现接口,定义ping的接口 在构造Bas ...
分类:
其他好文 时间:
2017-12-06 22:05:42
阅读次数:
173
Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For exa ...
分类:
其他好文 时间:
2017-12-06 14:35:22
阅读次数:
139
Farmer John has arranged his N (1 ≤ N ≤ 5,000) cows in a row and many of them are facing forward, like good cows. Some of them are facing backward, th ...
分类:
其他好文 时间:
2017-12-03 18:57:51
阅读次数:
149
Given a non-negative integer c, your task is to decide whether there're two integers a and b such that a2 + b2 = c. Example 1: Input: 5 Output: True E... ...
分类:
其他好文 时间:
2017-12-03 12:50:14
阅读次数:
141
Given an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute difference between nums[i] and ...
分类:
其他好文 时间:
2017-12-02 11:05:27
阅读次数:
100
leetCode-Contains Duplicate II ...
分类:
其他好文 时间:
2017-11-26 21:03:03
阅读次数:
167
当出现中文乱码问题,Spring中可以利用CharacterEncodingFilter过滤器解决,如下代码所示: 但是,该过滤器唯一无法解决一种特定请求,即在地址栏中以GET方式传中文的请求,例如: localhost:8080/MyApp/user/toAdd.action?name=小明 Ch ...
分类:
编程语言 时间:
2017-11-26 12:45:48
阅读次数:
229