文件名称:MovieScore
介绍说明--下载内容均来自于网络,请自行研究使用
功能使用ajax来实现) 国家与演员表的级联关系实现 页面显示的时候,自动从数据库 国家表 中查询出国家进行显示;
当选择了某个国家后,能无刷新的自动的修改对应的演员列表.
初始化界面显示的时候,演员列表默认为 国家列表 中的第一个值对应的演员列表
无刷新的显示该演员参与评分的电影信息
当选择了某个演员后,通过查询,可以从数据库中查询出该演员参与评分的电影信息,并实现无刷新的显示
平均得分 = 总得分/(参评次数*5)
评分的时候是通过五个星星图片来实现的,按照从左到右的顺序分别代表1.2.3.4.5分;
给电影参与评分
在指定电影后的“你的评价”列中,选择对应的星星,单击后,则给该电影参与了评分;并将数据提交到数据库中。
每次参与评分后,页面中的显示进行自动刷新,且必须从数据库中查询后显示,不能直接通过js修改显示的值。-Function uses ajax to achieve national relationship with actor table cascade realization
Page displays the time automatically from a database table, check out the national state is displayed
When you select a country, can not refresh automatically modify the corresponding actor list.
Initialization interface is displayed, actor list defaults to the list of countries in the first value corresponding actor list
None of the actors involved in the display refresh rates movie information
When you select an actor, through query, you can check out from the database of the actors involved rated movie information, and to achieve without refresh the display
The average score = total score/(number PARTICIPATING* 5)
When the score is five stars picture to be achieved, in the order from left to right represent 1.2.3.4.5 points
To movie ratings
After the specified movie "Your rating" column, select the corresponding stars, clicked, then participated in the score to the film and submit d
当选择了某个国家后,能无刷新的自动的修改对应的演员列表.
初始化界面显示的时候,演员列表默认为 国家列表 中的第一个值对应的演员列表
无刷新的显示该演员参与评分的电影信息
当选择了某个演员后,通过查询,可以从数据库中查询出该演员参与评分的电影信息,并实现无刷新的显示
平均得分 = 总得分/(参评次数*5)
评分的时候是通过五个星星图片来实现的,按照从左到右的顺序分别代表1.2.3.4.5分;
给电影参与评分
在指定电影后的“你的评价”列中,选择对应的星星,单击后,则给该电影参与了评分;并将数据提交到数据库中。
每次参与评分后,页面中的显示进行自动刷新,且必须从数据库中查询后显示,不能直接通过js修改显示的值。-Function uses ajax to achieve national relationship with actor table cascade realization
Page displays the time automatically from a database table, check out the national state is displayed
When you select a country, can not refresh automatically modify the corresponding actor list.
Initialization interface is displayed, actor list defaults to the list of countries in the first value corresponding actor list
None of the actors involved in the display refresh rates movie information
When you select an actor, through query, you can check out from the database of the actors involved rated movie information, and to achieve without refresh the display
The average score = total score/(number PARTICIPATING* 5)
When the score is five stars picture to be achieved, in the order from left to right represent 1.2.3.4.5 points
To movie ratings
After the specified movie "Your rating" column, select the corresponding stars, clicked, then participated in the score to the film and submit d
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MovieScore\.classpath
..........\.myhibernatedata
..........\.mymetadata
..........\.project
..........\.settings\.jsdtscope
..........\.........\com.genuitec.eclipse.migration.prefs
..........\.........\com.genuitec.runtime.libraries.xml
..........\.........\org.eclipse.core.resources.prefs
..........\.........\org.eclipse.jdt.core.prefs
..........\.........\org.eclipse.wst.jsdt.ui.superType.container
..........\.........\org.eclipse.wst.jsdt.ui.superType.name
..........\src\cn\yiscat\DAO\ActorDAO.java
..........\...\..\......\...\CountryDAO.java
..........\...\..\......\...\MovieDAO.java
..........\...\..\......\Entity\Actor.java
..........\...\..\......\......\Country.java
..........\...\..\......\......\Movie.java
..........\...\..\......\Service\AjaxActorJson.java
..........\...\..\......\.......\AjaxCountryJson.java
..........\...\..\......\.......\AjaxMovieJson.java
..........\...\..\......\.......\AjaxRateJson.java
..........\...\..\......\Util\HibernateSessionFactory.java
..........\...\.om\test\add.java
..........\...\hibernate.cfg.xml
..........\WebRoot\css\index.css
..........\.......\images\bg.jpg
..........\.......\......\Ghost_Rider.jpg
..........\.......\......\hfh.jpg
..........\.......\......\Looking_for_Jakie.jpg
..........\.......\......\Rob_B_Hood.jpg
..........\.......\......\Shaolin_Monastery.jpg
..........\.......\......\Terminator.jpg
..........\.......\......\The_6th_Day.jpg
..........\.......\......\The_Myth.jpg
..........\.......\......\The_Sorcerer_Apprentice.jpg
..........\.......\index.jsp
..........\.......\js\ajax.js
..........\.......\..\json.js
..........\.......\..\stars.js
..........\.......\META-INF\MANIFEST.MF
..........\.......\WEB-INF\classes\cn\yiscat\DAO\ActorDAO.class
..........\.......\.......\.......\..\......\...\CountryDAO.class
..........\.......\.......\.......\..\......\...\MovieDAO.class
..........\.......\.......\.......\..\......\Entity\Actor.class
..........\.......\.......\.......\..\......\......\Country.class
..........\.......\.......\.......\..\......\......\Movie.class
..........\.......\.......\.......\..\......\Service\AjaxActorJson.class
..........\.......\.......\.......\..\......\.......\AjaxCountryJson.class
..........\.......\.......\.......\..\......\.......\AjaxMovieJson.class
..........\.......\.......\.......\..\......\.......\AjaxRateJson.class
..........\.......\.......\.......\..\......\Util\HibernateSessionFactory.class
..........\.......\.......\.......\.om\test\add.class
..........\.......\.......\.......\hibernate.cfg.xml
..........\.......\.......\lib\commons-beanutils-1.8.0.jar
..........\.......\.......\...\commons-collections-3.1.jar
..........\.......\.......\...\commons-lang-2.5.jar
..........\.......\.......\...\commons-logging-1.1.1.jar
..........\.......\.......\...\ezmorph-1.0.6.jar
..........\.......\.......\...\json-lib-2.4-jdk15.jar
..........\.......\.......\...\ojdbc6.jar
..........\.......\.......\web.xml
..........\.......\.......\classes\cn\yiscat\DAO
..........\.......\.......\.......\..\......\Entity
..........\.......\.......\.......\..\......\Service
..........\.......\.......\.......\..\......\Util
..........\.......\.......\.......\..\yiscat
..........\.......\.......\.......\.om\test
..........\src\cn\yiscat\DAO
..........\...\..\......\Entity
..........\...\..\......\Service
..........\...\..\......\Util
..........\WebRoot\WEB-INF\classes\cn
..........\.......\.......\.......\com
..........\src\cn\yiscat
..........\...\.om\test
..........\WebRoot\WEB-INF\classes
..........\.......\.......\lib
..........\src\cn
..........\...\com
..........\WebRoot\css
..........\.......\images
..........\.......\js
..........\.......\META-INF
..........\.......\WEB-INF
..........\.myeclipse
..........\.settings
..........\src
..........\WebRoot
MovieScore