资源列表
log4j
- log4j配置文件源码,大家具体看里面的内容就清楚-log4j
PrintMaxMin
- 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。-Write a program that prints out a number of floating-point set of 10 elements in the maximum and minimum values a1.
Comanda
- COMANDA, DESPRE BUCATARIE
12
- 简单实现抽签功能。通过两个数组的定义及借助random方法实现-Draw a simple function to achieve. Through the definition and use of two arrays of random method
PrintArrayTest
- 打印数组,一个专门打印数组的程序,方便自己打印数组,留着用-Allow phonetic typing Print array, a dedicated print an array of programs, and convenience to print an array, and keep with...
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