资源列表
txt
- ① 在窗口上放置一个菜单条和一个文本区,文本区可编辑。 ② 菜单条中有一个菜单“编辑”,在该菜单下有三个菜单项“打开”、“保存”、“退出”,其中“退出”菜单项与前两项间有分隔线。 ③ 点击“打开”菜单项,弹出一个文件打开对话框,在该对话框中选择或输入被打开文件名后,该文件内容就显示在窗口的文本区中。若被打开文件不存在则在文本区中显示出错信息。 ④ 点击“保存”菜单项,弹出一个文件保存对话框,在该对话框中选择保存的路径并输入保存的目标文件名(若该文件不存在则创建新文件),将文本区的内容
Javamail
- 用Javamail来发送邮件,利用126邮箱提供的服务来发送邮件,但是必须通过邮箱认证
ModifiedClient
- ssd8练习二,运行结果正确,没问题的。-import java.io.* import java.net.* //count the number of bytes that it sends and receives public class ModifiedClient { /*The connection port*/ final static int portNumber = 80 /*The work content where yo
Comparison
- 输入0到20之间的数字,将能被2整除的去掉,然后输出-Enter a number between 0 to 20, will be divisible by two of the removed, then the output
calculator
- 用Java语言编写的计算器,可实现加减乘除功能。-The preparation of addition and subtraction multiplication and division calculator
JNative_DLL
- JAVA中,用JNative调用DLL驱动设备-USE JNative Call DLL
DatabaseConnection
- java database connection
TestArray
- 本java代码实现了运用数组实现了选择排序,程序简单易懂!-The use of an array of java code to achieve the sort of choice, the program easy to understand!
DownloadTableModel
- simple download manager
EncodingFilter
- 用java写的过滤器 解决web中的get post 中文乱码问题-Written in java web filter to solve the garbage problem in the get post
main
- android开始的时候,学习的一个小例子,比如,hello,activity-android beginning, a small example of learning, for example, hello, activity
LinearInterpolatorTest
- LinearInterpolatorTest extends ActivityInstrumentationTestCase2.
