【求助】JSP问题。。。
Function 1:
Grab content from Animenfo.com and generate corresponding tables in mysql.
1. Grab content from
http://animenfo.com/statistic/top.php?type=anime
And the corresponding anime show links
Parse the HTML to generate the following
2. Create mySQL table with following columns:
Rank
Genres
Year Published
Title
Category
Description
ImageLink
3. (Optional): Save images at local server and change ImageLink to local path
You need to use JSP (NOT servlet, but JSP page can embed java code) to parse HTML and create table in database. So one JSP does everyone, you don’t need other .java file. Some contents are within <td> label. Other contents for a particular record, you need look for them through the title link. For second step, you can use SQL language to create the table. Rank can be the primary key (re-number it if duplicated). The table needs to compatible with UTF-8 for character set.
这是别人要求做的一个小工具的说明书,大概的意思我都读懂了,但是我不太明白这个工具的作用,请达人来解释一下,小弟菜鸟一个。
{{
相关问答:
问题是这样的:
我有一个文件nagiv.jsp 另一个文件failure.jsp包含他,同时nagiv文件中有一个可以跳转到yy.jsp的commandButton,但是我将failure中点击nagiv中的哪个commandButton,也面不会跳转 ......
<html><head><title>[@title]</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<script language='javascript'>
function diyCheck ......
我是个新手,做一个JSP网页,我要读出数据库正常,但是我要修改的时候,也就是读入的时候出现乱码,请高手告诉我怎么解决,先谢谢了。
request.setCharacterEncoding("UTF-8");
把编码统一
/**
......
用户登录系统就可以在右下角弹出自己收到的消息提示框
请问各位大哥这个在前端如何实现比较好,性能优先
我的思路是:1.前端通过ajax技术隔一段时间请求一下后台,查看当前登录人是否有消息,如果有,则显示隐藏的 ......
jsp页面中的Java变量出错,请问一下Java的高手们,如何解决?需要添加哪个jar包
<logic:notEqual name="parts" property="checkStatus2" value="1">
<label for=&q ......