摘要: 方法一: package com.test; import java.util.ArrayList; import com.bean.Student; import java.util.Arrays; import java.util.HashSet; import java.util.Random 阅读全文
posted @ 2020-06-03 08:49 雨曼晴川 阅读(131) 评论(0) 推荐(0)
摘要: public class qiantao_1 { //产生10个1到20之间的随机数 public static void main(String[] args) { // TODO Auto-generated method stub //extracted(); //extracted_2(); 阅读全文
posted @ 2020-06-01 16:09 雨曼晴川 阅读(109) 评论(0) 推荐(0)
摘要: import java.util.Enumeration; import com.bean.Student; import com.bean.*; import com.test.Tool;; public class Demo_1 { //private static final String E 阅读全文
posted @ 2020-06-01 09:01 雨曼晴川 阅读(253) 评论(0) 推荐(0)
摘要: package com.test; import java.util.ArrayList; import java.util.Iterator; import com.bean.Student; public class Generic { public static void main(Strin 阅读全文
posted @ 2020-06-01 08:35 雨曼晴川 阅读(294) 评论(0) 推荐(0)
摘要: package com.test; public class test { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr= {22,33,44,55,66}; //print 阅读全文
posted @ 2020-05-26 10:02 雨曼晴川 阅读(105) 评论(0) 推荐(0)
摘要: package com.test; public class test { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr= {22,33,44,55,66}; print(a 阅读全文
posted @ 2020-05-26 08:49 雨曼晴川 阅读(85) 评论(0) 推荐(0)
摘要: 一. 报错 !ENTRY org.eclipse.oomph.p2.core 4 0 2020-05-25 16:05:41.038!MESSAGE FrameworkEvent ERROR!STACK 0org.osgi.framework.BundleException: Exception i 阅读全文
posted @ 2020-05-25 16:15 雨曼晴川 阅读(467) 评论(0) 推荐(0)
摘要: package com.test; import java.util.Scanner; //反转字符串public class test_6 { public static void main(String[] args) { // TODO Auto-generated method stub S 阅读全文
posted @ 2020-05-25 09:38 雨曼晴川 阅读(432) 评论(0) 推荐(0)
摘要: package com.test; public class zifuchuanbianli { public static void main(String[] args) { String s ="ABCDEabcdef123456!@#$%%^"; int big = 0; int small 阅读全文
posted @ 2020-05-22 14:08 雨曼晴川 阅读(987) 评论(0) 推荐(0)
摘要: package com.test; import java.util.Scanner; public class monidenglu { public static void main(String[] args) { Scanner sc = new Scanner(System.in); fo 阅读全文
posted @ 2020-05-22 09:16 雨曼晴川 阅读(166) 评论(0) 推荐(0)