web开发
文章平均质量分 69
wanghuailong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
实现文件下载功能
public String downFile() { String fileName = null;// 名称 String filepath = request.getParameter("filepath");//客户端传过来的文件相对路径 String realpath = this.request.getRealPath(filepath);//获得绝对路径 realpath =原创 2009-03-02 13:25:00 · 539 阅读 · 0 评论 -
jfreechart中文乱码解决方案
柱状图(CategoryPlot): CategoryPlot plot=chart.getCategoryPlot();//获取图表区域对象 CategoryAxis domainAxis=plot.getDomainAxis(); //水平底部列表 domainAxis.setLabelFont(new Font("黑体",Font.BOLD,14)); /转载 2009-03-11 12:46:00 · 4143 阅读 · 0 评论
分享