2017年3月22日

需求分析

摘要: 1.首先未来了解客户需求,最先做的就是访谈。只有在访谈中才能与客户有着充分的接触,了解用户的需求。 一般访谈有正式访谈和非正式访谈。在正式访谈中,系统分析员一般会提出一些预先准备好的问题。来确定用户的需求规模,为后续开发做好准备。在非正式访谈中系统分析员提出一些用户也可回答的问题。这样可以鼓励被访问 阅读全文

posted @ 2017-03-22 19:44 123hh6m 阅读(213) 评论(1) 推荐(0)

2017年3月4日

个人博客随笔

摘要: 阅读全文

posted @ 2017-03-04 19:43 123hh6m 阅读(197) 评论(2) 推荐(1)

2016年5月10日

第八次作业

摘要: public class JavaSeven { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub try{ double d0=Double.par... 阅读全文

posted @ 2016-05-10 13:07 123hh6m 阅读(96) 评论(0) 推荐(0)

第六次作业

摘要: public interface ClassName{ //下面四种写法都行 public abstract void getClassName(); //public void getClassName(); //void getClassName(); //abstract void getClassName(); } public class Compa... 阅读全文

posted @ 2016-05-10 12:57 123hh6m 阅读(102) 评论(0) 推荐(0)

第七次作业

摘要: interface Goods{ public String getName(); public double getPrice(); } class EatFood implements Goods{ private String name; private double price; public EatFood() { } public EatFood(String name, d... 阅读全文

posted @ 2016-05-10 12:52 123hh6m 阅读(137) 评论(0) 推荐(0)

第五次作业

摘要: class Person{ private String name; private String addr; private char sex; private int age; public Person(String name,String addr,char sex,int age){ this.name=name; ... 阅读全文

posted @ 2016-05-10 12:49 123hh6m 阅读(154) 评论(0) 推荐(0)

2016年3月30日

第三次作业

摘要: class Employee{ int number; String name; int xinshui; int zengzhang; public void tell(){ System.out.println("编号:"+number+",姓名:"+name+",薪水:"+xinshui+", 阅读全文

posted @ 2016-03-30 11:32 123hh6m 阅读(116) 评论(2) 推荐(0)

第二次作业

摘要: public class disi{ public static void main(String arg[]){ int shuzu[]={1,3,4,5,6,6,5,4,7,6,7,5}; he(shuzu); sort(shuzu); } public static void he(int t 阅读全文

posted @ 2016-03-30 11:29 123hh6m 阅读(119) 评论(0) 推荐(0)

第一次作业

摘要: public class jiajian{ public static void main(String args[]){ int i,a=13,b=23,result=0; for(i=1;i<=49;i++){ result=result+a-b; a=a+20; b=b+20; } Syste 阅读全文

posted @ 2016-03-30 11:25 123hh6m 阅读(158) 评论(0) 推荐(0)

导航