• 视频WEB插件_Win32 V1.4.1_20200519104909.rar

    海康的视频WEB插件_Win32 V1.4.1_20200519104909.rar版本信息为Win32 V1.4.1_20200519104909

    0
    220
    67.44MB
    2020-05-31
    11
  • linux下oracle以及client以及weblogic的安装

    linux下oracle以及client以及weblogic的安装

    0
    52
    3.2MB
    2014-04-20
    10
  • 配置WebLogic_Server_11g_集群、Session复制(Windows)

    配置WebLogic_Server_11g_集群、Session复制(Windows)

    0
    86
    3.67MB
    2014-04-20
    9
  • POI 实现Excel文件中点击超链接跳转到某sheet页某列某行的功能

    /* !使用POI版本:3.10-FINAL*/ /* 建立新HSSFWorkbook对象*/ HSSFWorkbook wb = new HSSFWorkbook(); /* 建立新的sheet对象*/ HSSFSheet sheet = wb.createSheet("汇总页面"); HSSFRow row = sheet.createRow((short)0); /* 连接跳转*/ HSSFCell likeCell = row.createCell((short)0); Hyperlink hyperlink = new HSSFHyperlink(Hyperlink.LINK_DOCUMENT); // "#"表示本文档 "明细页面"表示sheet页名称 "A10"表示第几列第几行 hyperlink.setAddress("#明细页面!A10"); likeCell.setHyperlink(hyperlink); // 点击进行跳转 likeCell.setCellValue("1"); /* 设置为超链接的样式*/ HSSFCellStyle linkStyle = wb.createCellStyle(); HSSFFont cellFont= wb.createFont(); cellFont.setUnderline((byte) 1); cellFont.setColor(HSSFColor.BLUE.index); linkStyle.setFont(cellFont); likeCell.setCellStyle(linkStyle); /* 建立第二个sheet对象*/ HSSFSheet sheet2 = wb.createSheet("明细页面"); //建立新的sheet对象 for (int i = 0; i < 30; i++) { HSSFRow row2 = sheet2.createRow((short)i); HSSFCell cell2 = row2.createCell((short)0); cell2.setCellValue("测试第"+(i+1)+"行"); } /* 输出文件*/ FileOutputStream fileOut = new FileOutputStream("D:\\汇总和明细.xls"); wb.write(fileOut); fileOut.close();

    4
    2732
    896B
    2014-04-14
    27
  • POI_3.8_API

    POI_3.8_API.CHM HSSF - Horrible Spreadsheet Format org.apache.poi.hssf Horrible SpreadSheet Format API's for reading/writting Excel files using pure Java. org.apache.poi.hssf.converter org.apache.poi.hssf.dev DEV package serves two purposes. org.apache.poi.hssf.eventmodel org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. org.apache.poi.hssf.eventusermodel.dummyrecord org.apache.poi.hssf.extractor org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.

    5
    37
    8.12MB
    2014-04-09
    2
  • POI详细教程(中文版)

    POI可以到www.apache.org下载到。实际运行时,需要有poi包就可以了。HSSF提供给用户使用的对象在rg.apache.poi.hssf.usermodel包中,主要部分包括Excel对象,样式和格式,还有辅助操作。有以下几种对象: HSSFWorkbook excel的文档对象 HSSFSheet excel的表单 HSSFRow excel的行 HSSFCell excel的格子单元 HSSFFont excel字体 HSSFDataFormat 日期格式 在poi1.7中才有以下2项: HSSFHeader sheet头 HSSFFooter sheet尾(只有打印的时候才能看到效果) 和这个样式 HSSFCellStyle cell样式 辅助操作包括 HSSFDateUtil 日期 HSSFPrintSetup 打印 HSSFErrorConstants 错误信息表

    5
    1721
    308KB
    2014-04-09
    11
  • Oracle 函数库.chm

    Oracle 函数库.chm 1.字符函数 2.数据和日期函数 3.数字函数 4.转换函数 5.混合函数

    5
    34
    170KB
    2014-04-03
    2
  • Oracle函数大全.chm

    Oracle函数大全.chm 1.oracle常用经典SQL查询 2.ORACLE的基本语法集锦----简单却是最基本的

    0
    38
    607KB
    2014-04-03
    2
  • dom4j 全包

    包含: dom4j-1.6.1.jar jaxen-1.1-beta-7.jar

    0
    102
    477KB
    2014-03-24
    0
  • 分享达人

    成功上传6个资源即可获取
关注 私信
上传资源赚积分or赚钱