2015年4月25日
摘要: https://github.com/leeway2015/test 阅读全文
posted @ 2015-04-25 23:29 Leeway 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package com.home.test;public class HelloWorld{public static void main(String[] args) {system.out.println("Hello World")}} 阅读全文
posted @ 2015-04-25 23:28 Leeway 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package com.home.test;import java.util.Arrays;public class ChangeSort {public String[] changeLocation(String[] data){ String temp=""; for(int i=0;i t... 阅读全文
posted @ 2015-04-25 23:26 Leeway 阅读(268) 评论(0) 推荐(0) 编辑
摘要: package com.home.test;import java.util.Arrays;public class NumsCount {public void getNumCount(int[] data){ int[] max=new int[5]; int max1=0; int su... 阅读全文
posted @ 2015-04-25 23:25 Leeway 阅读(183) 评论(0) 推荐(0) 编辑
摘要: package com.home.test;import java.awt.Color; import java.awt.Cursor; import java.awt.Font; import java.awt.Point; import java.awt.event.MouseEvent;imp... 阅读全文
posted @ 2015-04-25 23:24 Leeway 阅读(96) 评论(0) 推荐(0) 编辑