• 静思
  • 吴言片语
    • 吴言
    • 片语
    • 杂七杂八
  • 死于青春
    • 一路走好
  • 乌合麒麟
  • 纪念
    • 5.12
    • 3.23
  • GitHub
    • A List of Post-mortems
    • The Art of Command Line
  • 关于
    • Privacy Policy

程序员的信仰

金鳞岂是池中物,一遇风云便化龙

技术生活

Object Modeling Strategies (III)

2005 年 9 月 19 日 @ 下午 3:26 by Jay 0 Comment | 被踩了 1,806 脚

Identifying system purpose and featuresA purpose is an overall desired result, the aim of one's actions. Features are specific capabilities for the system under consideration.This section [more...]

Posted in: 技术生活 Tagged: oo

Object Modeling Strategies (II)

@ 下午 3:23 by Jay 0 Comment | 被踩了 1,836 脚

Str#1d. "Invest an Hour" Strategy // activities and model components- Rather than philosophize endlessly, invest an hour in each of several different ways of modeling a particularly challenging [more...]

Posted in: 技术生活 Tagged: oo

Meet god father

2005 年 9 月 14 日 @ 下午 9:44 by Jay 9 Comments | 被踩了 4,456 脚

今天是Java China 2005的最后一天,下午没有去各个分会场,而是去了长富宫饭店的“Java认证群英欢庆会”,目的只有一个:和Java之父James Gosling合影。 …… 由于明天要交实习手册,拍照过程当中使用的个中手段先按下不表,总之合影是成功的,效果是令人满意的 :twisted: [more...]

Posted in: 技术生活 Tagged: james gosling, java

Joshua Bloch咏Tiger诗八首

2005 年 9 月 8 日 @ 下午 4:59 by Jay 0 Comment | 被踩了 2,021 脚

“Ease of Development”是J2SE 1.5的主要卖点。为此,这一版本加入了七种新的语言特性——Enhanced for Loop、Autoboxing/Auto-Unboxing、Varargs、Static [more...]

Posted in: 技术生活 Tagged: java, oo, tiger

Object Modeling Strategies (I)

@ 上午 10:12 by Jay 0 Comment | 被踩了 2,788 脚

Activities and model componentsStr#1. "Four Major Activities, Four Major Components" Strategy // activities and model components- Organize your work around four major activities, within four [more...]

Posted in: 技术生活 Tagged: oo

缺省适配器模式(Default Adapter)

2005 年 9 月 6 日 @ 下午 12:01 by Jay 0 Comment | 被踩了 3,977 脚

一、概述当不需要全部实现适配器接口提供的方法时,可先设计一个抽象类实现适配器接口,并为接口中每个方法提供一个默认实现(空方法)。那么该抽象类的子类可有选择地覆盖父类的某些方法来实现需求。二、结构三、动机对于一个接口不想使用其所有方法时 [more...]

Posted in: 技术生活 Tagged: design pattern

接受程序设计语言的再教育 [转载自dearbook书评]

2005 年 8 月 31 日 @ 下午 11:09 by Jay 0 Comment | 被踩了 1,680 脚

再教育?没错。依个人愚见,大多数中国程序员都需要接受一次有关程序设计语言的再教育,而Michael L.Scott所著的《程序设计语言——实践之路》则可以成为这次再教育中的最好读本之一。在现代汉语中,没有什么词比“急功近利”更能体现当代程序员对于程序设计语言的期望和要求了——我见过太多太多只学会了“Hello,World [more...]

Posted in: 技术生活 Tagged: algorithm, architecture, coding, java, oo, 大学, 悟

接口与Object类的关系?

2005 年 8 月 19 日 @ 下午 1:53 by Jay 0 Comment | 被踩了 2,513 脚

今天凌晨coding的时候发现一个很有趣的现象。“Object类是Java体系的单根父节点,所有Java类都从Object类继承。”这句话是大部分green [more...]

Posted in: 技术生活 Tagged: java, oo

Alloy破解过程

2005 年 8 月 9 日 @ 下午 3:42 by Jay 0 Comment | 被踩了 2,061 脚

package com.incors.plaf.alloy; import java.io.*; import java.util.GregorianCalendar; import java.util.zip.CRC32; import java.util.*;public class ch{ public ch(){ }private static void a(){ [more...]

Posted in: 技术生活 Tagged: alloy, java, 破解

适配器模式(Adapter)

2005 年 8 月 6 日 @ 下午 7:39 by Jay 0 Comment | 被踩了 3,905 脚

一、概述 类的适配器模式把被适配的类的API转换成为目标类的API 二、结构 1、类的适配器模式Target:所期待得到的接口Adaptee:现有需要适配的类Adapter:把源接口转化成目标接口的核心类 2、对象的适配器模式同一个适配器可以把源和其子类都适配到目标接口 [more...]

Posted in: 技术生活 Tagged: design pattern
« 上一页 1 … 16 17 18 … 20 下一页 »

签儿

高铁 闹运会 面试 韩寒 非典 输入法 阴三儿 齐秦 音乐 郝云 飞信 陶喆 金融危机 驾照 青岛 迅雷 都市传说 金庸 车 郭德纲

烫手山芋

  • 再谈苹果的输入法:这一次是靠OS X自带的输入法来翻身的~ - 被踩了 22,301 脚
  • 生活,就是一个期待跟着一个期待 - 被踩了 21,261 脚
  • 星巴克饮品缩写大全(Starbucks Drink ID Codes)[zz] - 被踩了 18,095 脚
  • 从一个全角冒号说一下我为什么不感冒iOS - 被踩了 13,585 脚
  • 有关Character.isLetter()和Character.isLetterOrDigit() - 被踩了 13,500 脚

刚拍的砖

  • leo 发表在《再谈苹果的输入法:这一次是靠OS X自带的输入法来翻身的~》
  • 花 发表在《再谈苹果的输入法:这一次是靠OS X自带的输入法来翻身的~》
  • 无名氏 发表在《从一个全角冒号说一下我为什么不感冒iOS》
  • Jay 发表在《Mac OS geek级问题》
  • Wei Wang 发表在《再谈苹果的输入法:这一次是靠OS X自带的输入法来翻身的~》

随便看看

  • 如果一个男生在你面前哭 [zz]18 年 ago
  • 《海上传奇》,喜欢上海的理由6 年 ago
  • 帮朋友打广告一则9 年 ago
  • Adium 消息样式 – Mochastyle4 年 ago
  • Netbeans 6.8 Series9 年 ago

文以类聚

光阴似箭

其他操作

  • 登录
  • 条目 feed
  • 评论 feed
  • WordPress.org

Copyright © 2025 程序员的信仰.

Jay's Omega WordPress Theme by Jay

 

正在加载评论...