相关讨论
%@ page contentType="text/html; charset=gb2312" language="java" import="java.io.*" errorPage="" %>
html>
head>
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
title>Untitled Document/title>
/head>
body>
当前WEB应用的物理路径:%=application.getRealPath("/")%>BR>
当前你求请的jsp文件的物理路径: %=application.getRealPat...
大家好,我希望实现的是统计功能,对各国所举办的会议数量进行计算,sql语句是:
select conferencecountry, count(conferencecountry) as count from meetings.ssh.model.TConference where conferencecountry is not null group by conferencecountry order by count(conferencecountry) desc
这里count是统计所需的新增临时字段。错误现象是:在jsp页面上无法显示统计结果。但是控制台上已经能够打印出两个字段的信息:
美国
30...
hibernate返回值显示
请举个小例子
jsp文件中的vbscript脚本返回一个变量 类似java中的return
jsp文件后面显示这个变量值
谢谢
从a.jsp提交表到b.jsp.方式为post: ./b.jsp?server=server1&db=dbserver
现在b.jsp如何获取server=server1 db=dbserver这两个值?
谢谢,小弟新学jsp~