会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
↑
↓
爱跳舞的程序员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
32
下一页
2019年1月11日
LigerUi遮罩的两个方法
摘要: $.ligerDialog.waitting('正在查询,请稍候...'); $.ligerDialog.close();
阅读全文
posted @ 2019-01-11 15:08 爱跳舞的程序员
阅读(618)
评论(0)
推荐(0)
2019年1月9日
LigerUI子父窗口之间传参问题
摘要: 在父窗口自定义一个参数,该参数为一个方法,然后在子窗口使用 var dialog = frameElement.dialog; //调用页面的dialog对象(ligerui对象)该对象,取得父窗口定义的参数方法并调用代码如下:父窗口代码: var params = { isShow: 0, get
阅读全文
posted @ 2019-01-09 17:36 爱跳舞的程序员
阅读(1349)
评论(0)
推荐(0)
LigerUi自动检索输入
摘要: var availableTags = [ "ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Has
阅读全文
posted @ 2019-01-09 17:35 爱跳舞的程序员
阅读(322)
评论(0)
推荐(0)
LigerUi折叠与展开
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+
阅读全文
posted @ 2019-01-09 17:29 爱跳舞的程序员
阅读(544)
评论(0)
推荐(0)
poi 生成图片到excel
摘要: try { InputStream iss = new FileInputStream("D:\\test.xlsx"); XSSFWorkbook wb = new XSSFWorkbook(iss); XSSFSheet sheet = wb.getSheetAt(0); /* // 创建新的E
阅读全文
posted @ 2019-01-09 17:22 爱跳舞的程序员
阅读(2241)
评论(0)
推荐(0)
poi 生成excel,最简单代码
摘要: import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.hssf.usermodel.HSSFSheet; import org.apache.poi.hssf.usermodel.HSSFRow; impor
阅读全文
posted @ 2019-01-09 16:40 爱跳舞的程序员
阅读(519)
评论(0)
推荐(0)
poi 实战代码---导出Excel(根据模板导出)
摘要: /** * 导出excel * @param request * @param response * @return * @throws Exception */ @RequestMapping("exportExcel") @Action(description="导出excel") public
阅读全文
posted @ 2019-01-09 16:21 爱跳舞的程序员
阅读(6289)
评论(0)
推荐(0)
poi之共分为六部完成根据模板导出excel操作
摘要: 第一步、设置excel模板路径(setSrcPath) 第二步、设置要生成excel文件路径(setDesPath) 第三步、设置模板中哪个Sheet列(setSheetName) 第四步、获取所读取excel模板的对象(getSheet) 第五步、设置数据(分为6种类型数据:setCellStrV
阅读全文
posted @ 2019-01-09 16:18 爱跳舞的程序员
阅读(686)
评论(0)
推荐(0)
poi之导入报版本不匹配问题
摘要: 关于excel xls与xlsx的区别 xls是excel2003及以前版本生成的文件格式。xlsx是excel2007及以后版本生成的文件格式(excel 2007之后版本可以打开xls格式的文件)。 HSSF类,只支持2007以前的excel(文件扩展名为xls),而XSSH支持07以后的 @R
阅读全文
posted @ 2019-01-09 16:16 爱跳舞的程序员
阅读(568)
评论(0)
推荐(0)
2018年12月25日
ftp工具类
摘要: package com.xxx.zjdlbb.service.zjdlbb; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOExceptio
阅读全文
posted @ 2018-12-25 19:04 爱跳舞的程序员
阅读(270)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
32
下一页
公告