栖息谷-管理人的网上家园

一个IT人对人生旅程的理解(代码解析)

[复制链接] 2
回复
1185
查看
打印 上一主题 下一主题
楼主
跳转到指定楼层
分享到:
发表于 2005-6-24 17:35:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

这是我以前写的一小段代码,代表我对人生的理解,拿出来和大家分享一下.不要认为它只是一段普通的代码哦,细细的看,或许你会和我有相同的感受.

package nature; import nature.Nature import nature.Journey; import nature.Person; /** * 人的一生就是一次旅程。 * 你的本质和你的对自己的认知决定了你的这次旅程是否精彩。 * * @author 特务小强 * @date 2004-11-12 * @version 0.9.4 */ public class Life extends Journey{ public void Life(){ supper(); } public void Life(String startPlace,String endPlace,Srting toEndRoute){ supper(startPlace,endPlace,toEndRoute); } public boolean shallSuccess(Person person){ boolean hasSuccess = false; try{ boolean isKnowStartPlaceOfSelf = person.isKnowStartPlaceOfSelf(); boolean isKnowEndPlaceOfSelf = person.isKnowEndPlaceOfSelf(); boolean isKnowToEndRouteOfSelf = person.isKnowToEndRouteOfSelf(); if(isKnowStartPlaceOfSelf && isKnowEndPlaceOfSelf && isKnowToEndRouteOfSelf){ hasSuccess = true; } } catch(LifeException lifeexception){ hasSuccess = false; lifeexception.noHelp("No help!"); } return hasSuccess; } public static void main(String arg[]){ Nature nature = new Nature(); private String startPlace = nature.giveYouStartPlace(); private String endPlace = nature.giveYouEndPlace(); private Srting toEndRoute = nature.giveYouToEndRoute(); Life yourLife = new Life(startPlace,endPlace,toEndRoute); Person yourself = new Person(); if(yourLife.shallSuccess(yourself)){ System.out.println("Have success!"); } else{ System.out.println("Have not success!"); } } }

沙发
发表于 2005-6-25 11:05:23 | 只看该作者

强!

板凳
 楼主| 发表于 2005-7-1 18:10:11 | 只看该作者
谢谢wildsnow的评价,或许这个是一大堆的代码,看的晕,所以大家都没给些评价哦,

使用高级回帖 (可批量传图、插入视频等)快速回复

您需要登录后才可以回帖 登录 | 加入

本版积分规则   Ctrl + Enter 快速发布  

发帖时请遵守我国法律,网站会将有关你发帖内容、时间以及发帖IP地址等记录保留,只要接到合法请求,即会将信息提供给有关政府机构。
快速回复 返回顶部 返回列表