- 博客(15)
- 收藏
- 关注
原创 2010年最佳jQuery插件
在前两周国外知名博客WDL先后分享了“2010最佳系列”中的“最佳免费WordPress主题”和“最佳免费字体”,在这个星期又发布了2010年最佳jQuery插件。在2010年,JavaScript框架继续日渐普及,这使得大量的插件被开发出来。满目琳琅,难以选择心头之好。WDL的作者从大量的优秀jQuery插件精心筛选出一些对Web Designers有帮助的和具备非常不错的视觉效果的Best o...
2010-12-04 13:19:16
176
部署spring petclinic问题
弄了一个上午,不知道为什么jstl老是出问题,提示Unable to read TLD "META-INF/c-1_0.tld" from JAR file "file:/C:/jakarta-tomcat-5.5.4/webapps/springapp/WEB-INF/lib/standard.jar": org.apache.jasper.JasperException: Failed...
2008-03-31 15:04:42
204
c3p0
找到了一个关于c3p0的配置 3 30 1000 false Test false 100 null false 60 3 60 15 100 3 ...
2008-02-26 11:23:59
121
hibernate ,the comparion of date
在不同的数据库中,时间的比较也许不同,但是通过hibernate统一封装起来。java.util.Date begin, end;String sql = "from demo where dt >=:begin and dt<=:end";Query query = session.createQuery(sql);query.setDate("begin", begin);...
2007-11-29 10:50:00
100
servlet listener
Listener是Servlet的监听器,它可以监听客户端的请求、服务端的操作等。通过监听器,可以自动激发一些操作,比如监听在线的用户的数量。当增加一个HttpSession时,就激发sessionCreated(HttpSessionEvent se)方法,这样就可以给在线人数加1。常用的监听接口有以下几个: ServletContextAttributeListener监听对Servlet...
2007-11-07 15:36:14
149
在运行过程中出现 ClassNotFoundException: org.hibernate.hql.ast.HqlTo
tranship 转载:在运行过程中出现 ClassNotFoundException: org.hibernate.hql.ast.HqlToken 错误weblogic异常退出。 原因: Hibernate3.0 采用新的基于ANTLR的HQL/SQL查询翻译器,在Hibernate的配置文件中,hibernate.query.factory_class属性用来选择查询翻译器。 (1...
2007-09-04 16:43:36
204
Caprice——introspection
Today, i go to work by bus. it is a rainy day, not easy to walk out.i hate the rain when my working day. But you should go out, it is not your choice.when i on bus, i have not site. on the halfway, ...
2007-09-04 08:59:37
172
transship: some basic concept about java
第一,谈谈final, finally, finalize的区别。最常被问到。第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。第四,&和&...
2007-08-22 15:27:05
106
oracle consultation
today listening the oracle consultation about mid-ware, there has a lot of something you need to master.about ebs, bpel, oc4j. it is great in the technic study. i don't know how long i can master, an...
2007-08-22 14:15:49
128
The Open-Closed Principle
it is open when extension, and it is closed when modification
2007-08-21 15:50:00
96
the difference between abstract class and interface
来源:www.cjsdn.net 作者:microrain 抽象类与接口的区别 abstract class和interface是Java语言中对于抽象类定义进行支持的两种机制,正是由于这两种机制的存在,才赋予了Java强大的面向对象...
2007-08-21 15:25:05
138
common
recently, i begin studying web services that i never touch.it is long time i have not read english article. i find my english poor.remembering some thing that i want to improve my english many times...
2007-08-21 12:26:00
126
eclipse 项目之间的引用
i'm sorry, i forgot this article where i found. that it is referenced.以前也研究过Eclipse里Web Project引用Java Project的问题,没有解决,特地再深入研究了一下。 思路及实践如下: 1.Elcipse里Project Properties里有Project Reference的设置,说明有这个特...
2007-08-21 12:21:49
292
begin
recently, i begin starting the web services.But i don't know what i can do first. I only read some article in the internet.at this time, i also want to read some design pattern.i find i has some de...
2007-08-17 08:53:35
131
try
this is my first article in here, hei hei , let me try it.hello, everybody.
2007-08-16 15:55:30
128
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人