blaze

欢迎来到blaze>>   | 首页 资源中心 | solaris | Ruby on rails | ajax | oracle | JCOM | tapestry | WorkFlow | 我的项目 | JSF | 乱七八糟 | spring | opensource | struts | hibernate | eclipse | 灵光乍现 | ITPUB论坛

tomcat5.5.数据库连接池配置

发表人:fourfire | 发表时间: 2005年十月18日, 09:13

tomcat5.5.数据库连接池配置,寻找5.5日志配置方法 查看全文

jstl与<%%>

发表人:fourfire | 发表时间: 2005年四月15日, 15:20

jstl与<%...%>写法的交互 查看全文

修补tomcat中JSP后缀问题

发表人:fourfire | 发表时间: 2005年四月14日, 14:36

将请求中的JSP转化为jsp后缀 查看全文

log4j输出格式汇总

发表人:fourfire | 发表时间: 2005年四月13日, 12:55

列出常用的输出格式含义  查看全文

Log4j 配置文件

发表人:fourfire | 发表时间: 2005年四月12日, 11:27

转载log4j配置文件全部写法

http://www.cybercorlin.net/article.php?story=20040510110725869

 查看全文

lucene初试

发表人:fourfire | 发表时间: 2005年二月23日, 14:11

lucene是java编写的全文检索框架,最新版本已支持中文,它分为创建索引和根据索引查找两部分,匹配规则可选择。编写最简单例子一个

 查看全文

POI创建word

发表人:fourfire | 发表时间: 2004年九月14日, 18:30

HWPFFileSystem files = new HWPFFileSystem();

  try
  {
   String str =
    "This is our first doc file Jojiiiiiiiiiiii....We Got IT..But not sure !!";
   str += "rn这是我的第一个doc例子!";
   byte b[] = str.getBytes();
   ByteArrayInputStream bais = new ByteArrayInputStream(b);
   
   POIFSFileSystem fs = new POIFSFileSystem();
   DirectoryEntry directory = fs.getRoot();

   DocumentEntry de = directory.createDocument("WordDocument", bais);

   FileOutputStream ostream = new FileOutputStream("foo.doc");

   fs.writeFilesystem(ostream);
   bais.close();
   ostream.close();

  }
  catch (IOException e)
  {

   e.printStackTrace();
  }


Valid XHTML 1.0 Strict and CSS. Powered by pLog
Design by Blog.lvwo.com