/* * FileOutputStream写数据的三种方式. * public void write(byte b) : 向文件中写入一个字节 * public void write(byte b[]) : 向文件中写入一个字节数组 * public void write(byte b[], int off, int len) : 向文件中写入字
提供部分代码 String sql="*****"; List list = commonDao.getAllRecord(sql);GetProperties gp = new GetProperties("dictionary");String spath = ServletActionContext.getServletContext().getRealPath("/")