文件名称:MyVote
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-12-08
- 文件大小:
- 14.72mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
为“青鸟在线”开发在线投票系统,实现如下功能:
用户注册和登录
发布新投票
投票
查看投票结果
维护投票
投票查询
-As " Bluebird Online" develop online voting system, to achieve the following functions: user registration and login to view the release of new poll results Polls Polls maintenance check
用户注册和登录
发布新投票
投票
查看投票结果
维护投票
投票查询
-As " Bluebird Online" develop online voting system, to achieve the following functions: user registration and login to view the release of new poll results Polls Polls maintenance check
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyVote
......\.myeclipse
......\.settings
......\.........\jsdtscope
......\.........\org.eclipse.jdt.core.prefs
......\.........\org.eclipse.wst.jsdt.ui.superType.container
......\.........\org.eclipse.wst.jsdt.ui.superType.name
......\Vote问题.txt
......\WebRoot
......\.......\META-INF
......\.......\........\MANIFEST.MF
......\.......\My97DatePicker
......\.......\..............\My97DatePicker.htm
......\.......\..............\WdatePicker.js
......\.......\..............\calendar.js
......\.......\..............\config.js
......\.......\..............\lang
......\.......\..............\....\en.js
......\.......\..............\....\vssver2.scc
......\.......\..............\....\zh-cn.js
......\.......\..............\....\zh-tw.js
......\.......\..............\skin
......\.......\..............\....\WdatePicker.css
......\.......\..............\....\datePicker.gif
......\.......\..............\....\default
......\.......\..............\....\.......\datepicker.css
......\.......\..............\....\.......\img.gif
......\.......\..............\....\.......\vssver2.scc
......\.......\..............\....\vssver2.scc
......\.......\..............\....\whyGreen
......\.......\..............\....\........\bg.jpg
......\.......\..............\....\........\datepicker.css
......\.......\..............\....\........\img.gif
......\.......\..............\....\........\vssver2.scc
......\.......\..............\vssver2.scc
......\.......\..............\开发包
......\.......\..............\......\lang
......\.......\..............\......\....\en.js
......\.......\..............\......\....\vssver2.scc
......\.......\..............\......\....\zh-cn.js
......\.......\..............\......\....\zh-tw.js
......\.......\..............\......\readme.txt
......\.......\..............\......\skin
......\.......\..............\......\....\WdatePicker.css
......\.......\..............\......\....\datePicker.gif
......\.......\..............\......\....\default
......\.......\..............\......\....\.......\datepicker.css
......\.......\..............\......\....\.......\img.gif
......\.......\..............\......\....\.......\vssver2.scc
......\.......\..............\......\....\vssver2.scc
......\.......\..............\......\....\whyGreen
......\.......\..............\......\....\........\bg.jpg
......\.......\..............\......\....\........\datepicker.css
......\.......\..............\......\....\........\img.gif
......\.......\..............\......\....\........\vssver2.scc
......\.......\..............\......\vssver2.scc
......\.......\WEB-INF
......\.......\.......\classes
......\.......\.......\.......\action
......\.......\.......\.......\......\BaseAction.class
......\.......\.......\.......\......\LoginAction.class
......\.......\.......\.......\......\RegisterAction-validation.xml
......\.......\.......\.......\......\RegisterAction.class
......\.......\.......\.......\......\SubjectAction.class
......\.......\.......\.......\......\VoteAction.class
......\.......\.......\.......\dao
......\.......\.......\.......\...\BaseDao.class
......\.......\.......\.......\...\Impl
......\.......\.......\.......\...\....\ItemDaoImpl.class
......\.......\.......\.......\...\....\OptionDaoImpl.class
......\.......\.......\.......\...\....\SubjectDaoImpl.class
......\.......\.......\.......\...\....\UserDaoImpl.class
......\.......\.......\.......\...\ItemDao.class
......\.......\.......\.......\...\OptionDao.class
......\.......\.......\.......\...\SubjectDao.class
......\.......\.......\.......\...\UserDao.class
......\.......\.......\.......\entity
......\.......\.......\.......\......\VoteItem.class
......\.......\.......\.......\......\VoteItem.hbm.xml
......\.......\.......\.......\......\VoteOption.class
......\.......\.......\.......\......\VoteOption.hbm.xml
......\.......\.......\.......\......\VoteSubject.class
......\.......\.......\.......\......\VoteSubject.hbm.xml
......\.......\.......\.......\......\VoteUser.class
......\.......\.......\.......\......\VoteUser.hbm.xml
......\.......\.......\.......\factory
......\..