资源列表
HowManyTimes
- 1. 使用文件howmanytimes.dat来记录程序HowManyTimes.java的运行次数。编一个程序HowManyTimes.java,它先检查文件howmanytimes.dat是否存在,如果文件不存在,则显示“第1次运行”,创建该文件,在文件中写进整数1,关闭文件;如果文件已存在,则从文件中读取已运行的次数k,显示当前是第k+1次运行,从文件的File对象读取文件上次修改的时间并显示,用seek方法把文件读写位置移到文件头,写进整数k+1,关闭文件。要求运行效果如下图所示:-1
ApiMethod
- Representation of a method in the API with parameters (arguments) and a return value for Andriod.
SmsRawData
- A parcelable holder class of byte[] for ISms aidl implementation.
Test_dstore_2
- check Verify Exception Source Code for Andriod.
TestDay
- 从键盘输入2014年的月份和号数,输出是2014年的第几天-Enter 2014 and the number of months the keyboard, and outputs the first few days of 2014
TestKnockSeven
- Figure out a multiple of 7 or 7,it is really good.You can use this program as a game.
CopyArray
- 数组及接口import java.util.Arrays public class CopyArray { public static void main (String args[ ]) { int [] a {1,2,3,4,500,600,700,800} int [] b,c,d System.out.println(Arrays.toString(a)) b Arrays.copyOf(a,a.length) System.out.pr
AppletTest
- 编写Applet程序,改变applet窗口大小,使其最大化、最小化,查看init()、start()、paint()、和destroy()方法的执行情况(执行顺序和执行次数)。-Write Applet program, change the applet window size to maximize, minimize, see init (), start (), paint (), and destroy () method implementation (execution order
java(2)
- java温度转换剩下的字凑字数嘿嘿而黑恶化-the yuanmaof java wenduzhuanhuan
6string-fanzhhuan
- 统计某个字符串中大小写字母A或a出现的次数java 5统计某个字符串中大小写字母A或a出现的次数java-Statistics A string or A letters A case in the frequency of Java 5 statistics A string or A letters A case in the frequency of Java
FrameWithButton1
- 创建框架,用于初学者想要学习如何创建一个简单的框架-Create framework:It s for beginners to learn how to create a simple framework
test12
- 用步骤1实现的两个线程类编写多线程程序,用于输出1-200间的奇数和偶数,输出奇数时,当输出值为101时,该线程需要休眠1秒钟-Step 1 two threads class writing multithreaded programs for output 1-200 between odd and even output odd, when the output value of 101, the thread sleeps for 1 second