当前位置: 网学 > 编程文档 > JSP > 正文

利用JSP建立Web站点

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/17
下载{$ArticleTitle}原创论文样式
RS服务器IP

  port="8888";//TRS服务器端口

  username="yourname";

  // 可以检索"news.北京新闻"的用户名

  password="yourpassword";

  // 该用户名对应的口令

  String filter = "编号="+item_id;

  //定义检索条件

  try {

   if (TRSConn.connect(ip,port,username,password)){ }

  //建立与TRS服务器的连接

  else {

   out.println("Connection 连接失败!\n");

   }

   TRSRS = TRSConn.executeSelect(dbname,s1,"","", null, 0, 0, false);

  // 执行查询操作,生成记录集

   } catch(TRSException TRSe) {

   out.println("ResultSet 连接失败!\n");

   }

  try {

   TRSRS.moveFirst();

  //记录定位

  %>

  <p>

  <center>

  <table width=80%>

  <tr align=center>

  <td><%=TRSRS.getString("标题")%>

  </td>

  </tr>

  <tr align=center>

  <td><%=TRSRS.getString("日期")%>

  </td>

  </tr>


<tr>

  <td><%=TRSRS.getString("内容")%>

  </td>

  </tr>

  </table>

  </center>

  <p>

  <%

  TRSRS.close();

  } catch(TRSException TRSe) {}

  %>

  </body>

  </html>

  • 上一篇资讯: JSP: 调用servlet 显示图片
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号