
Others
文章平均质量分 74
iteye_5500
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to change Eclipse default format policy?
For HTML, JSP or other similar web pages, the Eclipse default format policy may not satisfy you. For me, I'd like one tag one line. To change the default policy, you should open the preference window ...2011-12-22 10:28:55 · 108 阅读 · 0 评论 -
小议"to do"和"to be done"
[b]"语"要循"法":小议"to do"和"to be done"[/b] 转载自[url]http://blog.sina.com.cn/s/blog_4ab4de4301000b8t.html[/url] 有这样一道单项选择题: -Johnson, do you have clothes _____ ? It's Sunday. -No, thank you. You ...原创 2011-12-22 14:23:38 · 1292 阅读 · 0 评论 -
POI操作Excel的公式
设置公式:cell.setCellFormula("formulaString") //formulaString开头不需要带'='符号。 获取公式:cell.getCellFormula()2011-12-06 15:47:09 · 490 阅读 · 0 评论