• 大小: 306KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: Java
  • 标签: (Jsp+Ajax+My  

资源简介

通讯录系统(Jsp+Ajax+MySql) 可以下来看看 学学

资源截图

代码片段和文件信息

package test;
import java.sql.*;
import java.util.*;
import javax.servlet.ServletException;
import javax.servlet.http.*;
public class ChaServlet extends HttpServlet {
public void doGet(HttpServletRequest request HttpServletResponse response)
throws ServletException java.io.IOException {
                response.setContentType(“application/xml; charset=utf-8“);
                response.setHeader(“Cache-Control““no-cache“);
java.io.PrintWriter out = response.getWriter();
                try{
                 Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver“);
Connection con = DriverManager.getConnection(“jdbc:odbc:tongxin“);
                Statement stmt = con.createStatement();
                String sql=“select * from lu“;
                ResultSet rs=stmt.executeQuery(sql);
                System.out.println(sql);
                
                Vector vData =new Vector();
                TempO tt=null;
                 while(rs.next()){
                      tt=new TempO(); 
                      int id=rs.getInt(“id“);
                      String title=rs.getString(“name“);
                      tt.setId(id);
                      tt.setName(title);
                      vData.add(tt);
                     
                     }
                     StringBuffer buf=new StringBuffer();
                     buf.append(“l version=\“1.0\“ encoding=\“utf-8\“ ?>“);
                     buf.append(““);
                     for(int i=0;i                        {  
                      TempO t=(TempO)vData.get(i);
                      buf.append(““);
                      buf.append(““ + t.getId() + ““);
              buf.append(“tle>“ + t.getName() + “tle>“);
                      buf.append(“
“);
                       }
                buf.append(“
“);
                out.println(buf.toString());
                System.out.println(buf.toString());  
                  }
         catch(Exception eee){
              System.out.println(eee);
              eee.printStackTrace();
           }
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     212992  2007-09-20 15:14  通讯录系统(Jsp+Ajax+MySq)\xin.mdb

     文件       3315  2007-08-21 15:11  通讯录系统(Jsp+Ajax+MySq)\txl\Del.jsp

     文件       3295  2007-08-21 15:34  通讯录系统(Jsp+Ajax+MySq)\txl\cha.jsp

     文件       1011  2007-08-20 16:12  通讯录系统(Jsp+Ajax+MySq)\txl\cha1.jsp

     文件       3582  2007-08-21 15:13  通讯录系统(Jsp+Ajax+MySq)\txl\cha2.jsp

     文件       1711  2007-08-20 17:01  通讯录系统(Jsp+Ajax+MySq)\txl\cha3.jsp

     文件       6119  2007-08-21 15:08  通讯录系统(Jsp+Ajax+MySq)\txl\in.jsp

     文件       1725  2007-08-18 12:02  通讯录系统(Jsp+Ajax+MySq)\txl\in1.jsp

     文件       3221  2007-08-21 15:10  通讯录系统(Jsp+Ajax+MySq)\txl\quan.jsp

     文件       1488  2007-08-20 17:12  通讯录系统(Jsp+Ajax+MySq)\txl\quan1.jsp

     文件       2006  2007-08-21 15:12  通讯录系统(Jsp+Ajax+MySq)\txl\xiu.jsp

     文件       6151  2007-08-21 15:16  通讯录系统(Jsp+Ajax+MySq)\txl\xiu1.jsp

     文件       1675  2007-08-20 10:50  通讯录系统(Jsp+Ajax+MySq)\txl\xiu2.jsp

     文件       1883  2007-08-21 11:46  通讯录系统(Jsp+Ajax+MySq)\txl\复件 index.htm

     文件       1702  2007-08-21 11:10  通讯录系统(Jsp+Ajax+MySq)\txl\复件 quan.jsp

     文件         65  2006-07-18 16:50  通讯录系统(Jsp+Ajax+MySq)\txl\images\bg.gif

     文件        152  2002-05-28 14:11  通讯录系统(Jsp+Ajax+MySq)\txl\images\bgd.gif

     文件        535  2002-05-28 14:08  通讯录系统(Jsp+Ajax+MySq)\txl\images\bgt.gif

     文件      13559  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\head.jpg

     文件       1537  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_05.jpg

     文件       6552  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_11.gif

     文件        444  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_12.gif

     文件        141  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_13.gif

     文件       2739  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_15.gif

     文件        346  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_17.gif

     文件        646  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_18.gif

     文件       5163  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_19.gif

     文件        163  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_20.gif

     文件        165  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_22.gif

     文件        151  2001-05-31 12:09  通讯录系统(Jsp+Ajax+MySq)\txl\images\index_23.gif

............此处省略32个文件信息

评论

共有 条评论