- 浏览: 435078 次
- 性别:
- 来自: 上海
-
最新评论
-
w156445045:
博主我用的是1.6的版本,我没找到conf/crawl-url ...
Nutch 笔记(一):Quick Start -
hz_qiuyuanxin:
楼主,正则表达式写错了,是 /.*\./
Rails中文件上传 -
lijun4186255:
rails 中文乱码的问题 -
luopeng_tr:
楼主你好, 看了帖子我做了一下测试。 出来一个问题,希望指教n ...
在rails中使用UUIDTools -
404714:
提供一大堆tag是不错,有没有想过如何把数据库字段映射成tag ...
Haml&Radius 不错
文章列表
http://encytemedia.com/blog/articles/2006/03/07/prototype-gets-some-serious-syntactic-sugar
- 2006-03-13 14:25
- 浏览 1147
- 评论(0)
http://marcus.ahnve.net/?p=122总有这样的话题
- 2006-03-13 09:50
- 浏览 958
- 评论(0)
今天有时间大体看了一下Hibernate Annotations,决定放弃xdoclet生成hbm的想法,开始学习annotation.首先大体的来看一下:一:Class Level:1:通过@Entity声明当前pojo为实体Bean2:通过@Table定义对应数据库表的属性 name:表名,默认实体类名 uniqueConstraints:定义表的唯一性约束例:定义表名为tb_user,并且用户名唯一,不能重复
@Entity@Table( name = "tb_user", uniqueConstraints = ...
- 2006-03-09 22:50
- 浏览 2427
- 评论(0)
无非就是两种方法1:Servlet2: Listener Servlet: package import org.apache.log4j.Logger;import javax.servlet.http.HttpServlet;import java.util.Calendar;import java.util.Date;import java.util.Timer;import java.util.TimerTask;/** * @author martin */public class LuceneTimerServlet extends HttpServlet { priv ...
- 2006-03-08 12:42
- 浏览 1137
- 评论(0)
以前总在珠江路上看到名人专卖店,以为名人还不错,谁知道买了个电子词典,到家就花屏!NND,骗子!以后肯定不会看名人的产品!
- 2006-03-07 12:51
- 浏览 987
- 评论(0)
走了,正在准备办理离职手续,心里总觉的有点点失落,也许我还真的对这个公司有点期盼,也许对自己的选择不是太满意,也许我没有做到我自己想做的事太多,也许什么都不是只是我的心情不好,走了,终究决定走了...该去寻找我自己的天空去了,我不可这样堕落的活下去了,自己对自己得有个交代。我看中了一家小公司,是我朋友的,我可以按我想法的去给公司开发成品,我可以用我最喜欢的技术,我可以做我任何想做的事,我自由了!祝自己好运!
- 2006-03-03 11:12
- 浏览 1079
- 评论(0)
From: Doug Cutting <cutting@apache.org>To: java-user@lucene.apache.org------------------------Release 1.9-final of Lucene is now available from:http://www.apache.org/dyn<wbr>/closer.cgi/lucene/java/This release has many improvements since release 1.4.3, including newfeatures, performa ...
- 2006-03-02 09:12
- 浏览 1196
- 评论(0)
http://www.prototypedoc.com/
Developer Notes for prototype.js [sergiopereira.com]
Quick Guide to Prototype [particletree.com]
Prototype And The This Keyword [particletree.com]
Overview of the Prototype Javascript Library [ebusiness-apps.com]
Prototype in script.aculo.us Wiki [wiki.script.acu ...
- 2006-03-01 15:02
- 浏览 1121
- 评论(0)
http://dojotoolkit.org/js_style_guide.htmlhttp://www.ajax.org/space/start/2006-02-19/1
- 2006-03-01 11:11
- 浏览 1736
- 评论(0)
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.今早它突然冒出来这么一句 好玩:)
- 2006-02-28 10:06
- 浏览 916
- 评论(0)
上一周一直在做全文检索,做个小结:一:关于Lucene 这个没什么可说的了,有什么问题看Lucene in Action,要是还没能解答问题,请教mail-list二:万恶的LOB 我的情况:JDK1.3.1,本地测试是oracle的驱动,测试机上是weblogic的驱动,必须在提交的时候手工改为
OutputStream out =(( weblogic.jdbc.common.OracleBlob)blob).getBinaryOutputStream();三:另存为word 在写文件前添加如下代码:
<%@ page contentType
- 2006-02-28 09:58
- 浏览 1060
- 评论(0)
请从这里checkout代码 http://svn.javascud.org/svn/erwinparser/
- 2006-02-14 14:35
- 浏览 950
- 评论(0)
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/02/03#a_story_about_freemarker_and_velocity
- 2006-02-13 09:38
- 浏览 1212
- 评论(0)
FireBug is a new tool that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=1843
- 2006-02-12 20:49
- 浏览 1209
- 评论(0)
通过命令行运行trac-admin总是感觉不爽 web admin plugin 提供了trac-admin基本所有得功能 http://projects.edgewall.com/trac/wiki/WebAdmin其他plugin: http://projects.edgewall.com/trac/wiki/PluginList
- 2006-02-11 21:04
- 浏览 1604
- 评论(0)