`
xxj
  • 浏览: 435078 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
http://encytemedia.com/blog/articles/2006/03/07/prototype-gets-some-serious-syntactic-sugar
http://marcus.ahnve.net/?p=122总有这样的话题 
今天有时间大体看了一下Hibernate Annotations,决定放弃xdoclet生成hbm的想法,开始学习annotation.首先大体的来看一下:一:Class Level:1:通过@Entity声明当前pojo为实体Bean2:通过@Table定义对应数据库表的属性   name:表名,默认实体类名   uniqueConstraints:定义表的唯一性约束例:定义表名为tb_user,并且用户名唯一,不能重复 @Entity@Table(        name = "tb_user",        uniqueConstraints =        ...
无非就是两种方法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 ...
以前总在珠江路上看到名人专卖店,以为名人还不错,谁知道买了个电子词典,到家就花屏!NND,骗子!以后肯定不会看名人的产品!
走了,正在准备办理离职手续,心里总觉的有点点失落,也许我还真的对这个公司有点期盼,也许对自己的选择不是太满意,也许我没有做到我自己想做的事太多,也许什么都不是只是我的心情不好,走了,终究决定走了...该去寻找我自己的天空去了,我不可这样堕落的活下去了,自己对自己得有个交代。我看中了一家小公司,是我朋友的,我可以按我想法的去给公司开发成品,我可以用我最喜欢的技术,我可以做我任何想做的事,我自由了!祝自己好运!
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 ...
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 ...
http://dojotoolkit.org/js_style_guide.htmlhttp://www.ajax.org/space/start/2006-02-19/1
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
请从这里checkout代码 http://svn.javascud.org/svn/erwinparser/
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/02/03#a_story_about_freemarker_and_velocity
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
通过命令行运行trac-admin总是感觉不爽 web admin plugin 提供了trac-admin基本所有得功能         http://projects.edgewall.com/trac/wiki/WebAdmin其他plugin:         http://projects.edgewall.com/trac/wiki/PluginList
Global site tag (gtag.js) - Google Analytics