人生架构
来源: BlogBus 原始链接: http://www.blogbus.com:80/blogbus/blog/index.php?blogid=24566& 存档链接: https://web.archive.org/web/20041120223019id_/http://www.blogbus.com:80/blogbus/blog/index.php?blogid=24566& 作者: wuhaixing
人生架构 人生是一个系统,越来越多的人展示他们的生活如何运行。而明天的你如何运转,执行者只能是你自己,面临的无非是任务和执行。 构建一段人生需要作出很多的选择,积累不同的组件,确定良好的结构和机制,经历不同阶段的实现.... analysis,architecture,design,developer .: 日历 :. 2004 年 11 月 Sun Mon Tue Wen Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 .: 快速登录 :. .: 最后更新 :. 组成语言的三要素 初访Zope 自编study guide Java Servlet & JSP Cookbook 字符串处理中的强力工具-regular expression 天哪,花了这么多时间看小说!!! 昨天以800元的价格买到了voucher 又发现了sun的优惠活动 实在不想干活,做了一上午IQ题 (值)类型的实现-flyweight 设计模式 .:
最新评论 :.
妆子
:
完全看不懂啊.....
wuhaixing
:
历史纪录,右键察.
pizz@!
:
过不去第3关啊我.
pizz@!
:
这个这个~好难啊.
wuhaixing
:
回家试了一下,发.
wuhaixing
:
今天看了读者才发.
wuhaixing
:
欣闻他所在公司已.
wuhaixing
:
看了前两章,觉得.
wuhaixing
:
哎!还是输了,小.
.:
存档 :. 1970/01/02/-2004/07/28 2004/07/29/-2004/08/06 2004/08/07/-2004/08/21 2004/08/22/-2004/08/31 2004/10/02/-2004/11/05 2004/09/01/-2004/09/14 2004/09/15/-2004/10/01 .:
我的链接 :. <<<<>>>> safari object mentor <<<<>>>> java说明书 sun技术社区 martix - 最佳java资源站 java视线-老手论坛 javaRanch-greenhornFriend TheServerSide.com-Your Enterprise Java Community <<<>>> 开放论坛-xml Xmethods-publicly available web services list <<<<<<光影传说>>>>>> 光影之源-bt every day 资料库-mov6 音乐无限-music 001 <<<<>>>> LinuxForums.Org iptables-安全第一 chinapub-技术中坚 <<<性能也疯狂>>> java pt <<<工程很关键>>> QCA-质量、成本、敏捷 <<<<>>>> Martin Fowler Daves Roller <<<<<Web...>>>>> W3Schools-Full Web Building Tutorials .:
扩展功能 :. :: 首页 实战经验 (43) 认证历程 (35) 光影传说 (7) 闲敲棋子 (23) linux Xray (6) 不知所措 (2) 理论基础 (7) : [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 最后页 组成语言的三要素
- [理论基础] from Effective Java: Programming Language Guide If a colleague were to say to you, “Spouse of me this night today manufactures the unusual meal in a home. You will join?” three things would likely cross your mind: third, that you had been invited to dinner; second, that English was not your colleague's first language; and first,a good deal of puzzlement. If you have ever studied a second language yourself and then tried to use it outside the classroom, you know that there are three things you must master: how the language is structured (grammar), how to name things you want to talk about (vocabulary), and the customary and effective ways to say everyday things (usage). Too often only the first two are covered in the classroom, and you find native speakers constantly suppressing their laughter as you try to make yourself understood. It is much the same with a programming language. You need to understand the core language:is it algorithmic, functional, object-oriented? You need to know the vocabulary: what data structures, operations, and facilities are provided by the standard libraries? And you need to be familiar with the customary and effective ways to structure your code. Books about programming languages often cover only the first two, or discuss usage only spottily. Maybe that's because the first two are in some ways easier to write about. Grammar and vocabulary are properties of the language alone, but usage is characteristic of a community that uses it. wuhaixing 发表于 2004-11-20 -- 11 : 04 : 19 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 初访Zope
- [实战经验] 简单看了一下文档,发觉有点类似于lotus domino 从它的老家 http://zope.org/ 下载安装了之后就下载了Atshop尝试 http://zope.org/Members/sergey2b/atshop wuhaixing 发表于 2004-11-14 -- 17 : 15 : 42 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 自编study guide
- [认证历程] 经过一个月的工作,终于把study guide整理完了。.............. wuhaixing 发表于 2004-11-07 -- 18 : 41 : 09 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 Java Servlet & JSP Cookbook
- [认证历程] http://safari.oreilly.com/0596005725 itpub有人提供chm的下载,在Mikalai Zaikin的StudyGuide和WebPlus的MockExam整合还剩下最后一个Objective的时候,Java Servlet & JSP Cookbook开始介入。昨天看完三章后,我决定继续下去。里面有很多实用的技术,而且能从应用的角度重温一下那些知识点!浏览一遍,再做一遍题,就该联系一下去考试了! wuhaixing 发表于 2004-11-05 -- 10 : 06 : 57 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 字符串处理中的强力工具-regular expression
- [实战经验] 做SCWCD的BodyTag练习的时候要替换":)",用了String.replaceAll(regexp,replace),才发现要用\:\)表示这个笑脸符 http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html Summary of regular-expression constructs wuhaixing 发表于 2004-11-03 -- 17 : 38 : 34 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 天哪,花了这么多时间看小说!!!
- [闲敲棋子] 不过确实不错,虽然不能免俗! 黑暗精灵三部曲 原著: R.A.Salvatore http://www.hjsm.net/goldwolf/other/ wuhaixing 发表于 2004-10-29 -- 17 : 59 : 02 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 昨天以800元的价格买到了voucher
- [认证历程] 到京广中心的时候已经9点多了,不过还不算晚,那个展台前的两位小姐看样子也是刚到,我是第一个要买voucher的人。 说了些注意事项,这个voucher只能参加scwcd,scbcd,scwsd,有效期到明年5月31。都没关系,马上付钱。中午的时候又打来电话,说有礼品送,过去一看是个水壶。呵呵,带回家的时候lp很喜欢。 昨天参加cjc的似乎很多都是学生,下午才开始讲技术方面的内容,只有讲jsf的那个美妞音调让人不觉得困,可惜安排在最后。 wuhaixing 发表于 2004-10-28 -- 10 : 56 : 14 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 又发现了sun的优惠活动
- [认证历程] http://gceclub.sun.com.cn/event/cjc7/promotion.html "第七届中国Java技术及应用学术交流会(CJC)"即将在北京召开,Sun公司作为Java技术的发明者,将为您带来最新的Java技术资讯, 让您掌握先进科技的新趋势。Sun公司培训专家也将发表题为" 增强Java技能,提升职业生涯 "的专题演讲, 与您分享Sun培训与认证的价值优势,共同探讨Java技术在企业和无线领域上的商业价值;也将分享时尚前沿的" 网络游戏设计课程 "、" Web服务开发员认证 "等信息, 让您了解到市场对Java人才的需求状况,帮助您提升您的职业生涯! Sun 专业认证培训, 祝您攀上事业高峰!借此推出优惠活动,请赶快行动! 优惠一: 参加"网络游戏设计课程",免费赠送J2ME认证考试券 活动时间:2004年10月27-28日 现场购买Sun"无线多媒体网络游戏设计培训课程", 您将额外获赠J2ME认证考试券 (原价:1250元) 随考券还赠送精美礼品, 数量有限, 先买先得. 优惠二:Sun Java网络认证考试特惠! 活动时间:2004年10月27-28日 现场购买"Sun Web Component Developer"(已开通中文考试),"Sun Business Component Developer"(已开通中文考试)或"Sun Java Web Services"认证考试券将享受 优惠价RMB800 (原价RMB1,250)。 现场购买即赠送精美礼物,数量有限,赠完为止。 注意事项:以上优惠活动限出席CJC会议的人士 呵呵,发现了吧,只要人民币800元,虽然我看到这个消息的时候已经是10.24日。但还是马上发出了邮件,结果一直没收到参会确认信。昨天忘了打电话,今天一早过来连忙和sun北京联系,可电话打过去才讲了一句话,电话就被挂掉了。:[ 没办法,又打800免费电话,哈哈,那位小姐给了我另外一个电话号码,让我和公关公司联系,接着又要了我的email(客户满意度调查)。 联系到公关公司后对方马上说给我寄出参会确认信(email),让我10分钟后查收,结果两三分钟之后,我就收到了参会确认信!哈哈,明天去买考券!当然,那个满意度调查得了高分! wuhaixing 发表于 2004-10-26 -- 10 : 18 : 56 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 实在不想干活,做了一上午IQ题
- [闲敲棋子] 1、在一条街上,有5座房子,喷了5种颜色。 2、每个房里住着不同国籍的人 3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物 问题是:谁养鱼? 提示: 1、英国人住红色房子 2、瑞典人养狗 3、丹麦人喝茶 4、绿色房子在白色房子左面 5、绿色房子主人喝咖啡 6、抽Pall Mall 香烟的人养鸟 7、黄色房子主人抽Dunhill 香烟 8、住在中间房子的人喝牛奶 9、 挪威人住第一间房 10、抽Blends香烟的人住在养猫的人隔壁 11、养马的人住抽Dunhill 香烟的人隔壁 12、抽Blue Master的人喝啤酒 13、德国人抽Prince香烟 14、挪威人住蓝色房子隔壁 15、抽Blends香烟的人有一个喝水的邻居 wuhaixing 发表于 2004-10-25 -- 12 : 09 : 43 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 (值)类型的实现-flyweight 设计模式
- [理论基础] 类型的一种实现方法是用flyweight pattern flyweight的构成有四部分: 1)值的使用者 2)类型的接口 3)提供类型实例的工厂类 4)类型实现者,它要作为工厂类的私有内部类出现,并且其构造方法是私有的。以确保其immutable。 还是以地址为例,每个地址都是一个值,这个值是immutable的 1)值的使用者就是住户,可能很多人都住在一个地址内,也就是说他们共享这个值,建模的结果如下; java代码: 1 2 package patterns. flyweight ; 3 public class Person { ...} 4 private String name; 5 private Address dwelling; 6 .... 7 public setAddress ( String dwelling ) { ...} 8 this. dwelling = CityMap. getAddress ( dwelling ) ; 9 } 10 } 11 2)值的接口 java代码: 1 2 package patterns. flyweight ; 3 public interface Address { ...} 4 String getLocation ( ) ; 5 String getPostcode ( ) ; 6 } 7 3),4)值的工厂和类型的实现者 java代码: 1 2 package patterns. flyweight ; 3 4 import java. util .*; 5 6 public class CityMap { ...} 7 private Map map = new HashMap ( ) ; 8 static { ...} 9 //init map 10 map. set ( "location", new AddressImpl ( "location","postcode" ) ) ; 11 } 12 private static class AddressImpl { ...} 13 private String location; 14 private String postcode; 15 private AddressImpl ( String location, String postcode ) { ...} 16 //赋zhi 17 } 18 public String getLocation ( ) { ...} 19 return location; 20 } 21 public String getPostcode ( ) { ...} 22 return postcode; 23 } 24 } 25 26 public static Address getAddress ( String location ) { ...} 27 return ( Address ) map. get ( location ) ; 28 } 29 } 30 wuhaixing 发表于 2004-10-21 -- 18 : 10 : 53 | 阅读全文 | 评论(0) | 引用(trackback0) | 编辑 : [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 最后页 e_mail:wuhaixing123@yahoo.com