- 浏览: 4832 次
- 性别:
- 来自: 深圳
最新评论
文章列表
jxl导出excel
- 博客分类:
- java
@ResponseBody
@RequestMapping(params = ("exportLog"))
public void exportLog(String logdate,String rollcallruleId,HttpServletRequest request, HttpServletResponse response) throws RunanException {
String fileName = String.valueOf("业务台账日志.xls");
try {
Fil ...
iReport与JasperReport简介(二)
1.iReport 报表工具类
package com.runan.util.iReport;
/**
* iReport 报表工具
*/
public class IreportUtils {
/**
* 获得JasperPrint对象;自定义填充报表时的parameter和dataSource.
* @param filePath 模板路径
* @param parameter 参数
* @param dataSource 数据源(list,object[],map)
*/
pu ...
ExportExcel
- 博客分类:
- java
一、java 导出操作。
1.)ExportExcel.java类
public class ExportExcel {
@SuppressWarnings("all")
public static <T> void export(String templateName, List list,Properties config) throws IOException, InvalidFormatException {
ExcelUtils excelUtils = new ExcelUtils();
// String ac ...
//读取json文件将数据现在列表中
①var url=document.location.host;
document.write("<script language='javascript' src='http://"+url+"/gm/common/js/gm/xh/gameData/item_json.js'></script>");
或者
②document.write("<script language='javascript' src='../../common/js/gm/xh/gameDa ...
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStreamReader;
public class test {
public static void main(String[] args) {
try {
FileInputStream file = new FileInputStream("D:\\ConfigGoods.csv");//D盘下放入要读取的文件
...
安装系统环境是: centos6.5 64位
一.安装jdk
*如果linux上没安装ftp,是无法上传软件的,先执行以下命令:
yum install -y vsftpd
/etc/init.d/vsftpd start
//假设传不了文件先安装lrzsz:
yum -y install lrzsz
rz 将资料开始上传
1.下载java文件jdk-6u45-linux-x64.bin
2.运行./jdk-6u45-linux-x64.bin
3.移动该文件到/usr/local/jdk目录下
mv jdk-6u45-linux-x64 / ...
highcharts报表
- 博客分类:
- java
$(document).ready(function(){
$('#ss').datagrid({
title:'当前位置:运营数据——>用户注册',
url:'./list.do', //定义这个数据表格的数据来源
method:"post",
rownumbers:true, //显示序列号
singleSelect:true, //只允许选择一行
striped:true,//斑马线
...