简单日记本系统

简单日记本系统

ID:20665033

大小:40.00 KB

页数:4页

时间:2018-10-14

简单日记本系统_第1页
简单日记本系统_第2页
简单日记本系统_第3页
简单日记本系统_第4页
资源描述:

《简单日记本系统》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、Packagecom.dgy.diary;publicinterfaceDiaryInterface{voiddiary_work();Stringfile_work();}packagecom.dgy.diary;importjava.io.File;importjava.io.FileNotFoundException;importjava.io.IOException;importjava.io.PrintWriter;importjava.text.SimpleDateFormat;importjava.util.Date;importjava.util.Properties;imp

2、ortjava.util.Scanner;publicclassDiary_writeimplementsDiaryInterface{//产生一个文件publicStringfile_work(){//以时间来作为保存日记的文件的名字SimpleDateFormatformat=newSimpleDateFormat("yyyy-MM-dd");Stringdate=format.format(newDate());Filefile=newFile("D:/Diary/"+date+".properties");Stringresult="";//判断文件是否存在if(file.exist

3、s()!=true){try{file.createNewFile();result="ok";}catch(IOExceptione){e.printStackTrace();}}else{System.out.println("对不起,您今天已经写日记了,请明天继续O(∩_∩)O~!");result="no";}returnresult;}//往文件里面写日记内容publicvoiddiary_work(){//假如没有写日记if("ok".equals(file_work()))Propertiespt=newProperties();Scannersc=newScanner(Sys

4、tem.in);System.out.println("请输入日记标题:");pt.setProperty("title",sc.next());System.out.println("请输入日记心情:");pt.setProperty("mood",sc.next());System.out.println("请输入日记内容:");pt.setProperty("content",sc.next());Stringdate=(newSimpleDateFormat("yyyy-MM-dd")).format(newDate());pt.setProperty("date",date);Fi

5、lefile=newFile("D:/Diary/"+date+".properties");PrintWriterpw=null;try{pw=newPrintWriter(file);}catch(FileNotFoundExceptione){e.printStackTrace();}pt.list(pw);//关闭流pw.close();}}}packagecom.dgy.diary;importjava.io.File;importjava.io.FileInputStream;importjava.io.FileNotFoundException;importjava.io.IO

6、Exception;importjava.util.Properties;importjava.util.Scanner;publicclassDiary_readimplementsDiaryInterface{//根据日记名字对对应文件内容publicvoiddiary_work(){FileInputStreamfis=null;Propertiespt=newProperties();Stringpath=file_work();if(path!=null){try{//fis=newBufferedReader(path);fis=newFileInputStream(path);

7、pt.load(fis);System.out.println("日记标题:"+pt.getProperty("title"));System.out.println("日记心情:"+pt.getProperty("mood"));System.out.println("日记内容:"+pt.getProperty("content"));System.out.println("日记时间:"+pt.getPro

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。