Encarta? Instant Answers says:
Hi again, martin.xus! How can I help you?
Did you know? With only a few exceptions, true cacti are found exclusively in the Western Hemisphere.
今早它突然冒出來這么一句

好玩:)
上一周一直在做全文檢索,做個小結:
一:關于Lucene
這個沒什么可說的了,有什么問題看Lucene in Action,要是還沒能解答問題,請教mail-list
二:萬惡的LOB
我的情況:JDK1.3.1,本地測試是oracle的驅動,測試機上是weblogic的驅動,必須在提交的時候手工改為
OutputStream out =(( weblogic.jdbc.common.OracleBlob)blob).getBinaryOutputStream();三:另存為word
在寫文件前添加如下代碼:

<%
@ page contentType="application/vnd.ms-word;charset=gbk" language="java" %>
<html>

<%
String docName =new String(request.getParameter("docName") .getBytes("GB2312"),"8859_1");
response.setHeader("Content-disposition", "attachment;filename=" + docName + ".doc");
%>四:XML解析
XStream
五:AJAX
prototype