资源简介
Flex和java后台结合的视频网站源码,可以作为Flex网站应用的Demo学习使用,包含前后台,值得学习
代码片段和文件信息
package com.xi.videoShare;//声明CommentCompl类在“com.xi.videoShare”包下
import java.sql.*;//引用“java.sql.*”下的全部类
import java.util.linkedList;//引用linkedList类
import java.util.List;//引用List类
import java.util.Date;//引用Date类
import com.xi.videoShare.vo.*;//引用“com.xi.videoShare.vo.*”下的全部类
public class CommentCompl
{
//获取某一视频的全部评论的处理函数
public List getComments(String videoId)
{
List comments=new linkedList();//定义List类变量comments
Connect connect=new Connect();//定义Connect变量connect
Connection conn=connect.getConnection();//连接数据库
try
{
Statement stmt=conn.createStatement();//定义Statement类变量stmt
//定义sql语句字符串
String tmp=“select * from CommentInfo where Video_id=“+videoId+“ order by Comment_createdate desc“;
ResultSet rs=stmt.executeQuery(tmp);//执行SQL语句,结果存储于rs变量中
while(rs.next())//循环读取rs变量中的数据
{
CommentVO c=new CommentVO();//定义CommentVO变量c
c.videoId=rs.getString(“Video_id“).trim();//获取rs变量中字段名为“Video_id”的数据
c.datetime=rs.getString(“Comment_createdate“).trim();//获取rs变量中字段名为“Comment_createdate”的数据
c.username=rs.getString(“Username“).trim();//获取rs变量中字段名为“Username”的数据
c.commentContent=rs.getString(“Comment_content“).trim();//获取rs变量中字段名为“Comment_content”的数据
comments.add(c);//添加到comments变量中
}
return comments;
}
catch(Exception e)//出错处理
{
System.out.println(“执行SQL语句出错:“ + e.getMessage());//输出出错信息
return null;
}
}
//获取全部评论的处理函数
public List getAllComments()
{
List comments=new linkedList();//定义List类变量comments
Connect connect=new Connect();//定义Connect变量connect
Connection conn=connect.getConnection();//连接数据库
try
{
Statement stmt=conn.createStatement();//定义Statement类变量stmt
//定义sql语句字符串
String tmp=“select * from CommentInfo order by Comment_createdate desc“;
ResultSet rs=stmt.executeQuery(tmp);//执行SQL语句,结果存储于rs变量中
while(rs.next())//循环读取rs变量中的数据
{
CommentVO c=new CommentVO();//定义CommentVO变量c
c.videoId=rs.getString(“Video_id“).trim();//获取rs变量中字段名为“Video_id”的数据
c.datetime=rs.getString(“Comment_createdate“).trim();//获取rs变量中字段名为“Comment_createdate”的数据
c.username=rs.getString(“Username“).trim();//获取rs变量中字段名为“Username”的数据
c.commentContent=rs.getString(“Comment_content“).trim();//获取rs变量中字段名为“Comment_content”的数据
comments.add(c);//添加到comments变量中
}
return comments;
}
catch(Exception e)//出错处理
{
System.out.println(“执行SQL语句出错:“ + e.getMessage());//输出出错信息
return null;
}
}
//添加评论的处理函数
public boolean insert(String videoIdString usernameString commentContent)
{
Connect connect=new Connect();//定义Connect变量connect
Connection conn=connect.getConnection();//连接数据库
try
{
Statement stmt=conn.createStatement();//定义Statement类变量stmt
//获取系统当前时间,存储于day变量中
String day=java.text.DateFormat.getDateTimeInstance().format(new java.util.Date());
//定义
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-04-23 16:14 Flex在线电影网站代码\
文件 1981 2007-11-24 13:54 Flex在线电影网站代码\.actionsc
文件 277 2007-11-24 13:54 Flex在线电影网站代码\.flexProperties
文件 476 2007-11-24 13:46 Flex在线电影网站代码\.project
目录 0 2009-04-23 16:13 Flex在线电影网站代码\.settings\
文件 88 2007-11-24 13:46 Flex在线电影网站代码\.settings\org.eclipse.core.resources.prefs
目录 0 2009-04-23 16:14 Flex在线电影网站代码\bin\
文件 8068 2007-11-30 14:55 Flex在线电影网站代码\bin\AC_OETags.js
目录 0 2009-04-23 16:14 Flex在线电影网站代码\bin\assets\
目录 0 2009-05-14 23:53 Flex在线电影网站代码\bin\assets\flv\
目录 0 2009-05-14 23:44 Flex在线电影网站代码\bin\assets\flv\f101_1\
文件 4187 2007-08-22 22:13 Flex在线电影网站代码\bin\assets\flv\f101_1\f101_1.jpg
目录 0 2009-05-14 23:45 Flex在线电影网站代码\bin\assets\flv\f101_2\
文件 4109 2007-08-22 22:13 Flex在线电影网站代码\bin\assets\flv\f101_2\f101_2.jpg
目录 0 2009-05-14 23:45 Flex在线电影网站代码\bin\assets\flv\f101_3\
文件 4325 2007-08-22 22:13 Flex在线电影网站代码\bin\assets\flv\f101_3\f101_3.jpg
文件 0 2009-05-14 23:53 Flex在线电影网站代码\bin\assets\flv\这里放电影文件.txt
目录 0 2009-04-23 16:14 Flex在线电影网站代码\bin\assets\icon\
文件 1347 2007-11-25 13:29 Flex在线电影网站代码\bin\assets\icon\icon1.jpg
文件 1702 2007-11-25 13:30 Flex在线电影网站代码\bin\assets\icon\icon2.jpg
文件 1689 2007-11-25 13:31 Flex在线电影网站代码\bin\assets\icon\icon3.jpg
文件 1517 2007-11-25 13:31 Flex在线电影网站代码\bin\assets\icon\icon4.jpg
目录 0 2009-04-23 16:14 Flex在线电影网站代码\bin\assets\images\
文件 5561 2007-08-20 13:28 Flex在线电影网站代码\bin\assets\images\btn_moveover_break.png
文件 5595 2007-08-20 13:33 Flex在线电影网站代码\bin\assets\images\btn_moveover_play.png
文件 3906 2007-08-20 13:32 Flex在线电影网站代码\bin\assets\images\btn_moveover_stop.png
文件 4698 2007-08-20 13:32 Flex在线电影网站代码\bin\assets\images\btn_normal_break.png
文件 4759 2007-08-20 13:30 Flex在线电影网站代码\bin\assets\images\btn_normal_play.png
文件 3611 2007-08-20 13:35 Flex在线电影网站代码\bin\assets\images\btn_normal_stop.png
文件 3515 2007-08-20 13:45 Flex在线电影网站代码\bin\assets\images\icon_break.png
文件 1206 2007-11-29 19:11 Flex在线电影网站代码\bin\assets\images\logo.swf
............此处省略323个文件信息
- 上一篇:Java数据库同步系统Web平台
- 下一篇:GpuImage实现美白磨皮效果deom
评论
共有 条评论