文件名称:LeNote

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2017-07-19
  • 文件大小:
  • 2.39mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • cehnj******
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

日记管理系统要求
1. 系统可供多个用户使用,实现用户注册功能。
2. 用户登录后只能看到自己的日记。
3. 用户可以写日记,日记内容包括:日记标题(可选)、日记内容(必写)、日记日期(显示日历让用户自己选择,
默认是当前日期)、天气情况(提供至少五个选项)、写日记的心情(提供至少五个选项)。
4. 日记当中可以插入配图(不止一张)。
5. 每篇日记需要插入到数据库中。
6. 用户可以根据时间范围查找日记。
7. 用户可以根据天气情况查找日记。
8. 用户可以根据写作时的心情查找日记。
9. 实现日记全文查找。
10. 数据使用数据库实现存储。
11. 注册提示用户依次输入:用户名、显示名、密码、确认密码、邮箱等数据(Diary management system requirements
1. The system can be used by multiple users, to achieve user registration function.
2. Users can only see their log after logging in.
3. Users can write diaries, diary content includes: diary title (optional), diary content (must write), diary date (display calendar allows users to choose their own,
Default is the current date), weather conditions (with at least five options), write a diary mood (provide at least five options).
4. Diary can be inserted with the map (more than one).
5. Each journal needs to be inserted into the database.
6. The user can find the diary according to the time range.
7. Users can find diaries according to weather conditions.
8. The user can find the diary according to the mood of writing.
9. to achieve the full text of the diary to find.
10. Data is stored using the database.)
相关搜索: java
swing
jdbc

(系统自动生成,下载前可以参看下载内容)

下载文件列表

LeNote

LeNote\.classpath

LeNote\.project

LeNote\.settings

LeNote\.settings\org.eclipse.jdt.core.prefs

LeNote\bin

LeNote\bin\cn

LeNote\bin\cn\glory

LeNote\bin\cn\glory\LeNote

LeNote\bin\cn\glory\LeNote\combobox

LeNote\bin\cn\glory\LeNote\combobox\ComboBoxRender.class

LeNote\bin\cn\glory\LeNote\combobox\MoodComboBoxRenderer.class

LeNote\bin\cn\glory\LeNote\combobox\WeatherComboBoxRenderer.class

LeNote\bin\cn\glory\LeNote\comparison

LeNote\bin\cn\glory\LeNote\comparison\ContentComparator.class

LeNote\bin\cn\glory\LeNote\comparison\DateComparator.class

LeNote\bin\cn\glory\LeNote\comparison\TitleComparator.class

LeNote\bin\cn\glory\LeNote\database

LeNote\bin\cn\glory\LeNote\database\DatabaseTool.class

LeNote\bin\cn\glory\LeNote\diary

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI$AddPhotoBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI$CancelBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI$EditDiaryBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\EditDiaryUI.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$BackBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$DeleteBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$FindDiaryBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$ShowAllDiariesListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$SortModelComboBoxListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI$ViewDiaryBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\ViewDiaryUI.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI$AddPhotoBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI$CancelBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI$SaveDiaryBtnListener.class

LeNote\bin\cn\glory\LeNote\diary\WriteDiaryUI.class

LeNote\bin\cn\glory\LeNote\emum

LeNote\bin\cn\glory\LeNote\emum\MoodType.class

LeNote\bin\cn\glory\LeNote\emum\WeatherType.class

LeNote\bin\cn\glory\LeNote\entity

LeNote\bin\cn\glory\LeNote\entity\Date.class

LeNote\bin\cn\glory\LeNote\entity\Diary.class

LeNote\bin\cn\glory\LeNote\entity\User.class

LeNote\bin\cn\glory\LeNote\login

LeNote\bin\cn\glory\LeNote\login\LoginUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$InputAccountFocusListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$InputPasswordFocusListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$leftSwitchButtonActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$LoginBtnActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$LoginCheck.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$RegisterBtnActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$RetrieveBtnActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI$rightSwitchJButtonActionListener.class

LeNote\bin\cn\glory\LeNote\login\LoginUI.class

LeNote\bin\cn\glory\LeNote\main

LeNote\bin\cn\glory\LeNote\main\MainUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$ExitListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$LogoutListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$ModifyListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$ViewDiaryListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI$WriteDiaryListener.class

LeNote\bin\cn\glory\LeNote\main\MainUI.class

LeNote\bin\cn\glory\LeNote\main\ModifyInformationUI$cancleBtnListener.class

LeNote\bin\cn\glory\LeNote\main\ModifyInformationUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\main\ModifyInformationUI$EditBtnListener.class

LeNote\bin\cn\glory\LeNote\main\ModifyInformationUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\main\ModifyInformationUI.class

LeNote\bin\cn\glory\LeNote\password

LeNote\bin\cn\glory\LeNote\password\ModifyPasswordUI$CancleButtonListener.class

LeNote\bin\cn\glory\LeNote\password\ModifyPasswordUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\password\ModifyPasswordUI$ConfirmActionListener.class

LeNote\bin\cn\glory\LeNote\password\ModifyPasswordUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\password\ModifyPasswordUI.class

LeNote\bin\cn\glory\LeNote\password\RetrievepasswordUI$cancleButtonListener.class

LeNote\bin\cn\glory\LeNote\password\RetrievepasswordUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\password\RetrievepasswordUI$confirmButtonListener.class

LeNote\bin\cn\glory\LeNote\password\RetrievepasswordUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\password\RetrievepasswordUI.class

LeNote\bin\cn\glory\LeNote\register

LeNote\bin\cn\glory\LeNote\register\RegisterUI$BackBtnListener.class

LeNote\bin\cn\glory\LeNote\register\RegisterUI$closeActionListener.class

LeNote\bin\cn\glory\LeNote\register\RegisterUI$minimizeActionListener.class

LeNote\bin\cn\glory\LeNote\register\RegisterUI$RandomCreateVerificationListener.class

LeNote\bin\cn\glory\LeNote\register\RegisterUI$RegisterBtnListener.class

LeNote\bin\cn\glory\LeNote\register\RegisterUI.class

LeNote\bin\cn\glory\LeNote\utils

LeNote\bin\cn\glory\LeNote\utils\BackgroundPanel.class

LeNote\bin\cn\glory\LeNote\utils\Config.class

LeNote\bin\cn\glory\LeNote\utils\DateChooserJButton$1.class

LeNote\bin\cn\glory\LeNote\utils\DateChooserJButton$DateChooser$1.class

LeNote\bin\cn\glory\LeNote\utils\DateChooserJButton$DateChooser$2.class

LeNote\bin\cn\glory\LeNote\utils\DateChooserJButton$DateChooser.class

LeNote\bin\cn\glory\LeNote\utils\DateChooserJButton.class

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org