- 浏览: 619625 次
- 性别:
- 来自: 杭州
最新评论
-
koreajapan03:
楼主啊,好人啊,帮我解决了问题,谢谢
自定义过滤器时,不能再使用<sec:authorize url="">问题 -
snailprince:
请问有同一页面,多个上传实例的例子吗
webuploader用java实现上传 -
wutao8818:
姚小呵 写道如何接收server返回的参数呢?例如你返回的是“ ...
webuploader用java实现上传 -
姚小呵:
如何接收server返回的参数呢?例如你返回的是“1”,上传的 ...
webuploader用java实现上传 -
zycjf2009:
你好,我想用jplayer做一个简单的播放器,但是因为对js不 ...
jplayer 实战
文章列表
http://www.webjx.com/htmldata/2005-08-28/1125183086.html
1.前言
为了能深入浅出的理解这个框架的由来,我们首先来了解一下JSP解析器将我们写的JSP代码转换成的JAVA文件的内容。
下面是一个JSP文件test.jsp
<%@ page language="java" contentType="text/html;charset=GB2312" %>
<%
out.write("<!--文件开始-->") ...
- 2007-12-13 16:02
- 浏览 1888
- 评论(2)
http://www.easydone.cn/014/200603251129082732.htm
/*
* Created on 2006-3-4
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package com.easydone.cn.tools.utils;
import java.io.BufferedReader;
import ja ...
- 2007-12-13 16:01
- 浏览 4296
- 评论(0)
http://www.klstudio.com/post/103.html
package com.klstudio.util;
import java.io.*;
import java.net.*;
public class Tools {
final static Object lock = new Object();
public static void makeHtml(String page, String filePath){
makeHtml(page,filePath,"UTF-8");
}
...
转自:http://www.highscalability.com/tailrank-architecture-learn-how-track-memes-across-entire-blogosphere
Ever feel like the blogosphere is 500 million channels with nothing on? Tailrank finds the internet's hottest channels by indexing over 24M weblogs and feeds per hour. That's 52TB of raw blog con ...
- 2007-12-11 16:24
- 浏览 1448
- 评论(0)
webcalendar.js IE中报this.panel不存在js错误
解决方法:
js中最后一行
var calendar = new Calendar(); //注释此句,否则 IE 将报错
参考:http://blog.okn.cn/article.html?id=430
webcalendar日历控件是 CSDN 网友 KimSoft 的作品
http://blog.csdn.net/kimsoft/archive/2006/05/24/753225.aspx
- 2007-12-10 22:59
- 浏览 1810
- 评论(0)
数据库集群好伙伴
Overview
HA-JDBC is a JDBC proxy that provides light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
Features
Supports any database accessible via JDBC.
支持任何通过JDBC的数据库访问。
High-availability/Fault Tolerance - An HA-JDBC database cluster can lose a ...
- 2007-12-09 03:27
- 浏览 5007
- 评论(3)
2.2.1. Lucene
In this mode, all index update operations applied on a given node (JVM) will be executed to the Lucene directories (through the directory providers) by the same node. This mode is typically used in non clustered environment or in clustered environments where the directory store is share ...
- 2007-12-09 02:30
- 浏览 2142
- 评论(0)
来源 Hibernate Shards docs
6.1. Incomplete Implementation of Hibernate API
未完整的实现Hibernate API.
In order to speed-up the initial release of Hibernate Shards, some parts of the Hibernate API that we rarely use were left unimplemented. Of course things that we rarely used are probably critical for some ...
- 2007-12-09 02:22
- 浏览 2585
- 评论(0)
Starting with Connector/J 3.1.7, we've made available a variant of the driver that will automatically send queries to a read/write master, or a failover or round-robin loadbalanced set of slaves based on the state of Connection.getReadOnly() .
An application signals that it wants a transaction to b ...
- 2007-12-04 12:03
- 浏览 1935
- 评论(0)
Horizontal Database Partitioning with Spring and Hibernate
关键字: Database
Introduction
About a year ago we decided to scale our database horizontally - that is, partition it. We had many millions of users in the database, and we were contemplating allowing a lot more user-genera ...
- 2007-12-04 12:01
- 浏览 3263
- 评论(0)
最近几次在页面用到 JSTL C 标签。但是没有任何反应。
查原因是没有引入
xml 代码
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
最近总是忘记加
这里没有什么技术含量,但也许在你遇到类似问题是能有所帮助!
- 2007-11-17 14:16
- 浏览 3303
- 评论(2)
$::Utility Methods<o:p></o:p>
---------------------------------------------------------------------------<o:p></o:p>
$(id | element) -> HTMLElement<o:p></o:p>
$((id | element)...) -> [HTMLElement...]<o:p></o:p>
If provided with a string, returns ...
- 2007-11-11 23:56
- 浏览 2965
- 评论(0)
Mule is the leading open source ESB (Enterprise Service Bus) and integration platform. It is a scalable, highly distributable object broker that can seamlessly handle interactions with services and applications using disparate transport and messaging technologies.
http://mule.mulesource.org/display/M ...
- 2007-10-17 17:02
- 浏览 1998
- 评论(2)
$::Utility Methods<o:p></o:p>
---------------------------------------------------------------------------<o:p></o:p>
$(id | element) -> HTMLElement<o:p></o:p>
$((id | element)...) -> [HTMLElement...]<o:p></o:p>
If provided with a string, returns t ...
- 2007-09-26 00:37
- 浏览 1784
- 评论(2)
jdk1.4
java 代码
List fieldInfoList =new ArrayList();
Field [] fiels=(FieldInfo[])fieldInfoList .toArray();
转型出错。
无法转换。
- 2007-09-25 15:36
- 浏览 1377
- 评论(0)