
JfreeChart jsp 数据库
iteye_5321
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JfreeChart学习
最近要用到这个东西,在网上找到了一些资料,贴过来等五一完了后在看。http://space.baidu.com/fableking/blog/item/1a2ffaf291709213b07ec5a9.htmlhttp://www.javaresearch.org/code/thread.jsp?thread=25852...2007-05-18 16:36:36 · 99 阅读 · 0 评论 -
使用jsp查询数据库中的值的问题
要实现一个通过查询数据库中值来使用JFreeChart画图的功能。其中查询的代码如下:while(rs.next()) { String y0=rs.getString("MAX"); String y1=rs.getString("MEAN"); Float f0=Float.parseFloat(y0); Float f1=Float.p...2007-05-21 13:07:26 · 254 阅读 · 0 评论