摘要: package helloworldapp;public class HelloWorldapp { public static void main(String args[]){/* (1)从字符串“java技术学习班20170330”中提取开班日期。 (2)将“MLDN JAVA”字符串中的“J 阅读全文
posted @ 2017-03-30 11:44 我是个小学生 阅读(244) 评论(0) 推荐(0)
摘要: package helloworldapp public class HelloWorldapp { public static void main(String args[]){ String str = ("want you to know ne thing "); //n和o出现的次数 Sys 阅读全文
posted @ 2017-03-30 10:22 我是个小学生 阅读(242) 评论(0) 推荐(0)
摘要: public class HelloWorldapp { public static void main(String args[]){ Address add1 = new Address("中国","湖北省","武汉市","光谷大道",123); Address add2 = new Addre 阅读全文
posted @ 2017-03-29 17:03 我是个小学生 阅读(3997) 评论(0) 推荐(0)
摘要: // 简答的系统登陆,固定的name、password. public class HelloWorldapp { public static void main(String args[]){ Operate oper = new Operate(args); System.out.print(o 阅读全文
posted @ 2017-03-29 13:47 我是个小学生 阅读(149) 评论(0) 推荐(0)