`
文章列表
在不是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 ...
JS与Hibernate3.2的参考文档
JS与Hibernate3.2的参考文档
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 ...
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 ...
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 ...
/** * */ 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>  
Global site tag (gtag.js) - Google Analytics