在项目中用到了poi这个开源的操作excel文件的jar.项目中用到struts2容器管理servlet.不是单纯的直接用servlet.workbook.write(os);os.flush();os.close();return "SUCCESS";在我的action中用是这样处理最后的传出.但...
分类:
其他好文 时间:
2014-09-15 21:04:19
阅读次数:
212
1.11 F'ibonates函数的变种,略过。1.12题目:The following pattern of numbers is called Pascal's triangle. 1 1 1 1 2 1 1 3 3 11 4 6 4 1.......
分类:
其他好文 时间:
2014-09-15 17:25:09
阅读次数:
227
(ISO/IEC 14882:2011 section 12.7.4):Member functions, including virtual functions (10.3), can be called during construction or destruction (12.6.2).Wh...
分类:
编程语言 时间:
2014-09-13 00:40:34
阅读次数:
382
That Nice Euler Circuit
Timelimit:3.000 seconds
Little Joey invented a scrabble machine that he called Euler, after the great mathematician. In his primary school Joey heard about the nice s...
分类:
其他好文 时间:
2014-09-12 19:13:34
阅读次数:
277
Sawtooth Puzzle
Time Limit: 10 Seconds Memory Limit: 65536 KB
Recently, you found an interesting game called Sawtooth Puzzle. This is a single-player game played on a grid with 3 x 3 cells....
分类:
其他好文 时间:
2014-09-11 09:42:44
阅读次数:
248
Stub:用返回特定结果的代码替换方法,阻断对原来方法的调用Mock:A stub with an expectations than the method gets called.可以像stub一样伪造方法,阻断对原来方法的调用,expectation是说它不仅构造了这个方法,还期望你(必须)调用...
分类:
其他好文 时间:
2014-09-10 22:16:51
阅读次数:
258
文档描述不够详细,有人测试结果如下:init does not cause layoutSubviews to be called (duh)addSubview causes layoutSubviews to be called on the view being added, the view...
分类:
其他好文 时间:
2014-09-09 22:57:19
阅读次数:
305
A status bar is the bar showing signal, battery and time on the top of the phone's screen. In WP8.1 we it's called status bar, but in WP8.0 it's calle...
分类:
其他好文 时间:
2014-09-09 22:49:49
阅读次数:
186
Description
10-20-30
A simple solitaire card game called 10-20-30 uses a standard deck of 52 playing cards in which suit is irrelevant. The value of a face card (king, queen,...
分类:
其他好文 时间:
2014-09-09 20:08:59
阅读次数:
327
protected voidonAttachedToWindow()This is called when the view is attached to a window. At this point it has a Surface and will start drawing. Note th...