求助一个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.
这是别人要求做的一个小工具的说明书,大概的意思我都读懂了,但是我不太明白这个工具的作用,请达人来解释一下,小弟菜鸟一个。
{{--
相关问答:
问题描述:
例如我要显示的内容如下所示
一级目录1
一级目录1子类1
子类1
一级目录1子类2
......
想做一个jsp的电子商务网站,想找一些源代码,请问那个网站有好的资源。谢谢!
搜索下吧 开源的也有
csdn就有相似的源码,楼主搜一下
java 开源大全
改模板好麻烦哦,还不如自己写个了呢
jf
顶一 ......
新手:
tomcat+struts 2.0
jsp 页面直接关联model
现在需要根据model(admin)里面的一个item(id),判断jsp页面出现的内容.
大概流程:
...
<table>
<tr>
<td>
<s:if admin.id is null> ......
搜索了一下:http://so.csdn.net/bbsSearchResult.aspx?q=jsp+%e4%bc%a0%e9%80%92&p=1,没有发现能用的。因为我是初学jsp,因此有些也许能用,只是我看不明白?
一、我的情形:
a.html 通过<form action=&q ......
jsp页面中的Java变量出错,请问一下Java的高手们,如何解决?需要添加哪个jar包
<logic:notEqual name="parts" property="checkStatus2" value="1">
<label for=&q ......