文件名称:Java-source-code-in-Notepad
- 所属分类:
- JSP源码/Java
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- s**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
新构想:
//记事本程序添加音乐盒功能,音乐在后台播放
//程序并不实际保存音乐文件,只保存音乐文件的地址
//为程序保留20M空间或20M的数据库用于音乐播放
//为本程序添加自动保存功能,每一分钟保存一次,后台保存
//可能要用到多线程
//如果用户选择的保存地址与默认的地址不同,则删除默认地址保存的文件
//并且在本次操作中一直使用用户选择的保存地址
//但在下次操作时仍使用本程序默认的地址
//告诉用户默认的地址,让用户能找到程序为用户保存的文件
//最好在“关于记事本”的文档中插入相应的超链接,方便用户
//这样做能让用户在出现死机和突然断电时劳动成果不至于付诸东流
-New ideas:
//Notepad function to add music box, music playing in the background
//Procedure does not actually save the music files, just save the music file address
//Reserved for the program s database, 20M or 20M of space for music playback
//Add auto-save feature-oriented program, every minute, to save time, save the background
//Might want to use multi-threading
//If the user selects to save the address and the default address is different, delete the default address of the saved file
//And in this operation has been selected by the user to save the address
//But in the next operation is still the default address using the program
//Tell the user the default address, so that users can find the program file for the user to save
//The best in the "About Notepad" document into the appropriate hyperlink, user-friendly
//This allows the user to crash and a sudden power failure will not go down the drain when the fruits of labor
//记事本程序添加音乐盒功能,音乐在后台播放
//程序并不实际保存音乐文件,只保存音乐文件的地址
//为程序保留20M空间或20M的数据库用于音乐播放
//为本程序添加自动保存功能,每一分钟保存一次,后台保存
//可能要用到多线程
//如果用户选择的保存地址与默认的地址不同,则删除默认地址保存的文件
//并且在本次操作中一直使用用户选择的保存地址
//但在下次操作时仍使用本程序默认的地址
//告诉用户默认的地址,让用户能找到程序为用户保存的文件
//最好在“关于记事本”的文档中插入相应的超链接,方便用户
//这样做能让用户在出现死机和突然断电时劳动成果不至于付诸东流
-New ideas:
//Notepad function to add music box, music playing in the background
//Procedure does not actually save the music files, just save the music file address
//Reserved for the program s database, 20M or 20M of space for music playback
//Add auto-save feature-oriented program, every minute, to save time, save the background
//Might want to use multi-threading
//If the user selects to save the address and the default address is different, delete the default address of the saved file
//And in this operation has been selected by the user to save the address
//But in the next operation is still the default address using the program
//Tell the user the default address, so that users can find the program file for the user to save
//The best in the "About Notepad" document into the appropriate hyperlink, user-friendly
//This allows the user to crash and a sudden power failure will not go down the drain when the fruits of labor
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Java source code in Notepad.doc