个人动态
最近 6 条
-
thread
anlogo 在 编程论坛 发表了新话题 07-01 18:37
求一个在已知时间段内等待键盘输入的实现方法方法
这里先解说一下我的问题 已知时间段,譬如是5秒;我的问题是在5秒的时间内,我的程序检查键盘是否有输入,如果输入并按了ENTER键,便结束程序,如果没有输入,那么5秒过 ... -
post
anlogo 在 编程论坛 回复了 AIKBLL 的话题 请大家帮帮忙!1……n所有元素的和,要求n的积键盘输入,使用方法,递归调用! 06-29 22:19
-
post
anlogo 在 编程论坛 回复了 AIKBLL 的话题 请大家帮帮忙!1……n所有元素的和,要求n的积键盘输入,使用方法,递归调用! 06-29 22:18
-
thread
anlogo 在 编程论坛 发表了新话题 06-29 12:24
读文件发生错误,求指教
import java.io.*; public class textMain { textMain(){ } public static void main(StringFileInputStgream("text.txt"); System.out.println( ... -
post
anlogo 在 编程论坛 回复了 lampeter123 的话题 请问传入的参数是值还是引用? 06-29 12:04
-
thread
anlogo 在 编程论坛 发表了新话题 06-27 12:21
求指点,在子类中定义构造方法遇到了错误
在text001.java中代码如下: public class text001 { public int t001; text001(int t001){ this.t001 = t001; System.out.print("t001="+this.t00 ...

