问题描述 求解水仙花这题拜托大神了 这题算了一半只能自动检索却不能自己手动输入判断!求大神讲解啊!拜托了?????????????? 解决方案 import java.util.Scanner; public class Sxh { public static void main(String[] args) { while (true) { Scanner sc = new Scanner(System.in); String s = sc.next(); int i = Integer.pa
问题描述 求大神,面向对象的方法 这个题目不太会面向对象思想来写,求指导???????????????????????????????? 解决方案 面向对象方法中的数据库设计面向对象之类方法 解决方案二: class Class { private ArrayList<Student> students = new ArrayList<Student>(); public ArrayList<Student> getStudents() { return student
问题描述 读取个Excel文档,再根据条件输出到txt里,用Java写,求大神相助 读取个Excel文档,再根据条件输出到txt里,怎么控制输出格式呢,希望大神帮忙,了啦啦啦啦啦! 解决方案 用poi吧,先读取excel表格数据,然后再写入到txt里面; 给你个案例你看看 public class CreateExcel { private static List getstudent() throws Exception{ List list=new ArrayList(); SimpleDa
问题描述 想把数组实现的日期打印出来,不知道该怎么写,求大神指导,不要笑话~~ public class Test{ public static void main(String [] args) { int i; Date[] days; days = new Date[3]; for (i=0; i<3; i++) { days[i] = new Date(2015 9 i+2); }} } class Date { int year month day; public Date(int y