- 浏览: 159171 次
- 性别:
- 来自: 北京
最新评论
-
mikey_5:
原来是这么回事儿呀
Oracle bitand()函数使用方法 -
softherk:
非常感谢啊
struts2.0的学习资料 -
zxd7900663:
非常感谢哈哈
struts2.0的学习资料 -
overyear:
呵呵。谢谢
struts2.0的学习资料 -
shiren1118:
知识库里robin放了一个~~~~~~
struts2.0的学习资料
文章列表
在不是js打开的页面上按window.close(),会有提示框,很烦,现在可以不用了,没有提示框直接关闭窗口。
试试下面代码:
<object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
</object>
<input type="button" name="Button" value="关闭窗口" onClick="do ...
- 2008-04-24 16:29
- 浏览 1869
- 评论(1)
Hiberante 参考手册
http://blog.csdn.net/rainytooo/archive/2006/08/27/1125696.aspx
Spring 参考手册
http://www.redsaga.com/spring_ref/2.0/html/ http://static.springframework.org/spring/docs/2.5.x/reference/index.html
Structs 参考手册
http://struts.apache.org/2.x/struts2-core/dependencies.html
SOA
ht ...
- 2008-04-07 16:26
- 浏览 945
- 评论(0)
private List CreateTree(List all)
{
if(all==null||all.size()==0)
return null;
int count=all.size();
Base_sysfunc bi=new Base_sysfunc();
Base_sysfunc bj=new Base_sysfunc();
//组织好父子之间的关系 填充layer与parentname这两个字段的内容
for(int i=0;i<count;i++)
{
bi=(Base_sys ...
- 2008-03-20 14:28
- 浏览 1273
- 评论(0)
var http_request = false; //ajax 对象
function changepage(url,idname)
{
if(url.indexOf("?")>-1)
url=url+ "&now="+(new Date()).getTime();
else
url=url+ "?now="+(new Date()).getTime();
http_request = false;
if (window.XMLHttpRequest) { // Mozill ...
主要的配置项是
<hibernate-configuration>
........
<property name="connection.driver_class">
oracle.jdbc.driver.OracleDriver
</property>
<property name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibe ...
- 2008-03-18 15:38
- 浏览 1134
- 评论(0)
/**
*
*/
package zhenjw.base.hibernate.db.dao;
import java.util.Collection;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
/**
* @author zhenjw
*
*/
public interface IBaseDao {
/**
* 获得数据库连接的Session
* @re ...
resin.conf中的session配置说明xml 代码 <session-max>4096</session-max> <session-timeout>300</session-timeout> <enable-cookies>true</enable-cookies> <enable-url-rewriting>true</enable-url-rewriting>