AisinGioroHanani

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年4月6日

摘要: ScheduleTest: SortingTest: TriangleTest: 阅读全文
posted @ 2016-04-06 10:39 AisinGioroHanani 阅读(350) 评论(0) 推荐(0) 编辑

2016年3月19日

摘要: 源程序代码: package junit01; public class triangle { public String s(int a,int b,int c){ if(a + b <= c||b + c <= a||a + c <= b||a*b*c <= 0) return("不是三角形") 阅读全文
posted @ 2016-03-19 16:50 AisinGioroHanani 阅读(155) 评论(0) 推荐(0) 编辑

2016年3月8日

摘要: 一、错误代码: public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x t 阅读全文
posted @ 2016-03-08 16:23 AisinGioroHanani 阅读(133) 评论(0) 推荐(0) 编辑

2016年3月7日

摘要: An error from my past project Last semester,we were asked to finish a big project in the Java web class.Through my working I of course made and debugg 阅读全文
posted @ 2016-03-07 19:15 AisinGioroHanani 阅读(167) 评论(0) 推荐(0) 编辑