摘要: //定义XMLHttp实例 var xmlHttp; function createXMLHttpRequest(){ //开始初始化XMLHttpRequest对象 if(window.ActiveXObject){ //IE浏览器 xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); }else if(window.XMLHtt... 阅读全文
posted @ 2007-04-18 14:12 王永庆 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 一、首先学习hibernate.cfg.xml配置文件的具体配置 true org.hibernate.dialect.MySQLDialect com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/test root wyq 5 ... 阅读全文
posted @ 2007-04-18 09:48 王永庆 阅读(740) 评论(0) 推荐(1) 编辑