躺在沙滩上的小猪

快乐的每一天

#

Prototype Documentation

http://www.prototypedoc.com/

Quick Guide to Prototype [particletree.com]
Prototype in script.aculo.us Wiki [wiki.script.aculo.us]

posted @ 2006-03-01 15:02 martin xus| 编辑 收藏

JavaScript 编码规范

http://dojotoolkit.org/js_style_guide.html

http://www.ajaxcn.org/space/start/2006-02-19/1

posted @ 2006-03-01 11:11 martin xus| 编辑 收藏

Encarta® Instant Answers:)

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.

今早它突然冒出来这么一句 好玩:)

posted @ 2006-02-28 10:06 martin xus| 编辑 收藏

小结

上一周一直在做全文检索,做个小结:

一:关于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

posted @ 2006-02-28 09:58 martin xus| 编辑 收藏

感谢JavaScud提供subversion服务

请从这里checkout代码 http://svn.javascud.org/svn/erwinparser/

posted @ 2006-02-14 14:35 martin xus| 编辑 收藏

仅列出标题
共28页: First 上一页 5 6 7 8 9 10 11 12 13 下一页 Last