JSP页面字符串比较大小的问题,很急,请教高手!
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="tableStyle01">
<tr>
<td width="20%" align="center" nowrap class="TDstyle02"> <strong>教材名称 </strong> </td>
<td width="20%" align="center" nowrap class="TDstyle02"> <strong>出 版 社 </strong> </td>
<td width="10%" align="center" nowrap class="TDstyle02"> <strong>预存数量 </strong> </td>
<td width="10%" align="center" nowrap class="TDstyle02"> <strong>库存数量 </strong> </td>
<tr>
<%
for ( int i=0; i <jiaoCaiJiChuXinXiListdata.size(); i++ ) {
String[] rowdata = (String[])jiaoCaiJiChuXinXiListdata.elementAt(i);
%>
相关问答:
问题1.
如何通过RandomAccessFile类的seek()方法将指针移动到文件末尾,再用writeChars(String s)将数据写入某个文档文件
问题2.
StringTokenizer是什么东西,干嘛用的?
由于小弟初学js ......
我想登录后,如果登录成功就去执行某个页面
我现在的代码是这样的:
if(rs.next()){
session.setAttribute( "username" , user);
<jsp:include page="login.jsp" />// ......
我的程序如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv=&q ......
问题是这样的:
我有一个文件nagiv.jsp 另一个文件failure.jsp包含他,同时nagiv文件中有一个可以跳转到yy.jsp的commandButton,但是我将failure中点击nagiv中的哪个commandButton,也面不会跳转 ......
jsp中include.inc的作用是什么?
include.inc啥意思?没听说过
Java code:
<%include file="include.inc"%>加载网站目录include.inc文件内容
包含一个静态页面吧···
& ......