There are certain things all bosses dread to hear. “I lost the account,” “There’s a big mistake,” and “I think the building is on fire,” would all qua...
分类:
其他好文 时间:
2015-02-06 13:01:26
阅读次数:
206
Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.
Farmer John has N cows (we number the cows from 1 to N). Each of Farmer Joh...
分类:
编程语言 时间:
2015-02-06 09:41:36
阅读次数:
201
目前,毕业可能要做一些andriod的开发,看的一些java书籍列表如下:
基础篇:
Java语言程序设计Java编程思想
进阶:
think in c++think in java深入理解java虚拟机
andriod的基础入门
andriod疯狂讲义
ps:若读者有好的书籍推荐,欢迎指教!...
分类:
其他好文 时间:
2015-02-04 14:42:23
阅读次数:
143
1. 内部类访问外部类的成员变量:Outer.this.size
public class Outer {
private int size;
public class Inner1 {
private int size;
public void display(int size) {
size++; // 引用的是display函数的形参
this.size++; /...
分类:
编程语言 时间:
2015-02-03 23:03:24
阅读次数:
253
安全性:Sandstorm在确保安全不是个问题的同时让你远离邪恶(或者bug无极限)的应用。Sandstorm is designed by security wonks. Where most developers don't want to think about security, we care deeply about it, and have designed the whole sy...
分类:
其他好文 时间:
2015-02-03 11:07:50
阅读次数:
250
永远别把事情堵在心上,事情只会越堵越多,解决的越来越少,生不带来,死不带去,不上火。 THINK BEFORE MOVE . 到公司的时候就会有一种漫不经心,昏昏欲睡,支支吾吾,心里想的是不紧不慢的工作方式,要记住的是,我不是来混日子的。 根本就没有准备好,只是赶鸭子上架,来那么一下子,而有的人经....
分类:
其他好文 时间:
2015-02-03 00:40:59
阅读次数:
171
echo 'MEMORY_LIMIT_ON: ' . MEMORY_LIMIT_ON . '';echo 'THINK_PATH: ' . THINK_PATH . ''; echo 'APP_PATH: ' . APP_PATH . '';echo 'APP_STATUS: ' . APP_STA...
分类:
Web程序 时间:
2015-01-30 15:31:01
阅读次数:
171
题目: As Easy As A+BTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2678 Accepted Submission(s): 1280 Problem DescriptionThese days, I am think...
分类:
编程语言 时间:
2015-01-29 21:06:47
阅读次数:
201
本文为在某PUB提问后得到的版主回复
A shared pool has subpools (starting with 9i) and each subpool has sub-subpools or durations (starting with 10gR2 I think). It's easy to understand why there're subpools; each subp...
分类:
其他好文 时间:
2015-01-28 13:09:39
阅读次数:
159
ZOJ 1049 &&HDU 1065 I Think I Need a Houseboat...
分类:
其他好文 时间:
2015-01-27 00:38:36
阅读次数:
140