• 静思
  • 吴言片语
    • 吴言
    • 片语
    • 杂七杂八
  • 死于青春
    • 一路走好
  • 乌合麒麟
  • 纪念
    • 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,819 脚

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,855 脚

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,472 脚

今天是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,043 脚

“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,811 脚

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 | 被踩了 4,001 脚

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

Posted in: 技术生活 Tagged: design pattern

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

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

再教育?没错。依个人愚见,大多数中国程序员都需要接受一次有关程序设计语言的再教育,而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,542 脚

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

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

Alloy破解过程

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

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,917 脚

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

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

android (9) apple (20) augmentum (9) Beijing (21) bt (8) career (28) coding (38) firefox (10) google (36) hibernate (11) ibm (11) iphone (10) java (93) linux (16) m$ (26) mac (58) macos (27) nazca (9) olympics (8) oo (8) playstation (10) rip (8) Shanghai (39) spring (9) tips (45) tommy emmanuel (8) ubuntu (12) usa (22) windows (9) 北航 (17) 博客 (29) 吐槽 (8) 周末 (9) 和谐社会 (26) 小资 (11) 愤青 (40) 方言 (10) 朋友 (77) 歌词 (8) 烟酒不分家 (18) 爱国 (18) 爱情 (8) 犯二 (15) 破解 (8) 足球 (11)

烫手山芋

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

刚拍的砖

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

随便看看

  • 夜上海17 年 ago
  • Happy Birthday, Mac3 年 ago
  • 一瓶二锅头,一袋酒鬼花生,一个铁哥们儿,就他妈短一月亮19 年 ago
  • Object Modeling Strategies (III)9 年 ago
  • 再谈苹果的输入法:这一次是靠OS X自带的输入法来翻身的~4 年 ago

文以类聚

光阴似箭

其他操作

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

Copyright © 2025 程序员的信仰.

Jay's Omega WordPress Theme by Jay

 

正在加载评论...