`
rwjavagbl
  • 浏览: 13816 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
1.首先下载jquery插件,导入需要的jsp页面。 2.示例代码如下: <html>     <head>     <script> $().ready(function(){     $("#policyImp").maxlength({      'feedback': '.policyImpLen'     });   });      </script> </head> <body> <table>    <tr>      ...
public void importUnitInfo() throws IOException{    String filePath =  this.getHttpServletRequest().getParameter("docWord");    File file = new File(filePath);    POIFSFileSystem pfs = null;    List<String> list = new ArrayList<String>();     organization = new Organizatio ...
public String exportInfo() throws DocumentException, IOException{ //定义A4页面大小   Rectangle rectPageSize = new Rectangle(PageSize.A4); //   rectPageSize = rectPageSize.rotate();   Document doc = new Document(rectPageSize);//创建文档,并设置纸张的大小   ByteArrayOutputStream baos = new ByteArrayOutputStream ...
Global site tag (gtag.js) - Google Analytics