绿浪轻舟
读书,读事,读人
首页
新随笔
联系
聚合
管理
2007年10月16日
Unix shell script - conditional modifiers
posted @
2011-03-21 11:10
Aaron.Chu 阅读(216) |
评论 (0)
|
编辑
收藏
Unix shell script - filename wildcarts
posted @
2011-03-21 10:23
Aaron.Chu 阅读(195) |
评论 (0)
|
编辑
收藏
Unix Shell script - debug
posted @
2011-02-22 09:37
Aaron.Chu 阅读(205) |
评论 (0)
|
编辑
收藏
Unix Shell script - function
posted @
2011-02-22 09:23
Aaron.Chu 阅读(334) |
评论 (0)
|
编辑
收藏
Unix shell script - 位置参数
posted @
2011-02-22 09:13
Aaron.Chu 阅读(284) |
评论 (0)
|
编辑
收藏
Unix shell script - if/while
posted @
2011-02-22 09:06
Aaron.Chu 阅读(1282) |
评论 (0)
|
编辑
收藏
CSD培训回顾
posted @
2010-12-30 15:33
Aaron.Chu 阅读(253) |
评论 (0)
|
编辑
收藏
简析各类字符集
posted @
2010-12-07 10:45
Aaron.Chu 阅读(225) |
评论 (0)
|
编辑
收藏
Scrum摘录
posted @
2010-10-26 20:07
Aaron.Chu 阅读(221) |
评论 (0)
|
编辑
收藏
持续改进才能叫敏捷
posted @
2010-10-24 10:37
Aaron.Chu 阅读(1643) |
评论 (4)
|
编辑
收藏
利用Apache配置http expires值提高网站性能
posted @
2010-10-21 09:36
Aaron.Chu 阅读(2458) |
评论 (0)
|
编辑
收藏
php-mode 在 emacs 23 上的配置
posted @
2010-10-18 16:36
Aaron.Chu 阅读(1071) |
评论 (0)
|
编辑
收藏
对象健身操
摘要: 最近看了thoughtworks的精选文集,第一章就是对象健身操,定了了九条编码规范:
1. 方法只使用一级缩进。
2. 拒绝使用else关键字。
3. 封装所有的原声类型和字符串。
4. 一行代码只有一个‘.'运算符。
5. 不用使用缩写。
6. 保持实体对象简单清晰。
7. 任何类中的实例变量都不要超过2个。
8. 使用一流的集合。
9. 不使用任何Getter/Setter/Property。
阅读全文
posted @
2009-10-28 10:48
Aaron.Chu 阅读(1607) |
评论 (0)
|
编辑
收藏
丹佛国际机场
摘要: 因为曾经去过丹佛,所以对丹佛的一切还是比较感兴趣的,包括丹佛机场。机场本身我也没留下太多的印象。今天查了下wiki,发现丹佛机
场在美国的地位还是蛮辉煌的。
阅读全文
posted @
2009-09-03 23:11
Aaron.Chu 阅读(1208) |
评论 (0)
|
编辑
收藏
反模式 - Call Super
摘要: 昨天看了一下反模式,居然发现call super也是其中一种,所谓的call super就是在子类的重载方法中去调用父类的被重载的方法,说的通俗点,就是在方法中调用super.xxx(). 这种写法在Java中真是太普遍了,且不说Java的构造方法会自动调用父类的构造方法,我们自己也是经常在用super.xxx()。为什么它是一种反模式,却又用的如此普遍呢?
阅读全文
posted @
2009-09-02 16:28
Aaron.Chu 阅读(225) |
评论 (0)
|
编辑
收藏
Websphere Commerce Contract data model
摘要: Contract在B2B model中显得极为重要,从产品的显示,价格选择,到最后的支付等等,都跟Contract相关,Commerce中有关Contract的概念有 Business Account,Contract,Terms and Conditions,Participants等。
阅读全文
posted @
2009-09-01 14:29
Aaron.Chu 阅读(180) |
评论 (0)
|
编辑
收藏
Websphere Commerce Member Data Model
摘要: member data model是Commerce中最基本的model,它描述了Organization,user,role,address等信息及相互的关系。如果涉及到Commerce与后台ERP的整合,这块内容就是整合的第一步。
阅读全文
posted @
2009-08-27 11:27
Aaron.Chu 阅读(367) |
评论 (1)
|
编辑
收藏
Commerce中国论坛开通了
posted @
2009-08-26 22:24
Aaron.Chu 阅读(147) |
评论 (0)
|
编辑
收藏
Websphere Commerce简述篇
摘要: Commerce是一个电子商务的开发平台,基本上所有的电子商务模式它都支持,我们平常熟悉的也就是B2B,B2C之类的模式,像extended sites,value chain,demand chain之类的模式,它也支持。电子商务涉及的业务,它基本上都实现了,像catalog,sales,order,markeing,member等功能。我们所要做的就是在它的基础上做些customization。还有一点值得一提的是Commerce提供强大的整合功能,它提供了强大的MQ,SAP,web service接口,使得Commerce能与企业现有系统实现很好的对接。这功能是其他的eCommerce开发平台所不及的。
阅读全文
posted @
2009-03-11 22:06
Aaron.Chu 阅读(230) |
评论 (0)
|
编辑
收藏
Websphere Commerce 安装篇
摘要: 最近一直在做Commerce相关的项目,摸索了几个月,终于有点头绪。项目也完成了详细设计,开始进入编码阶段了。关于Commerce的中文资料几乎没有,国内估计也没几家公司在用这个东西,这玩意实在有点复杂。我打算把我学习的一些感受写下来,一方面可以更好的理解Commerce,也希望能与热衷与Commerce的朋友共同交流。
阅读全文
posted @
2009-03-09 23:15
Aaron.Chu 阅读(278) |
评论 (0)
|
编辑
收藏
项目管理培训笔记(续)
摘要: 5. 谈判
a. 终极目标:双赢。
b. 原则:老师只讲了一个原则那就是绝不让步,如果要让步一定要有充足的理由。
阅读全文
posted @
2008-11-23 15:27
Aaron.Chu 阅读(170) |
评论 (0)
|
编辑
收藏
项目管理培训笔记
摘要: 两天的项目管理培训,因为第一天安排在周日,周末我正好要回老家,再看看第一天的内容也就是项目管理概述,变更管理,项目计划等内容,不去也罢。不过根据第二天的培训经历来看,我有点后悔了,培训的周老师还是有水平的,讲的很不错,理论联系实际,加上案例分析,效果确实很好。当时也没记笔记,回来以后,赶紧把一些要点记下来,以供以后参考。
阅读全文
posted @
2008-11-20 19:14
Aaron.Chu 阅读(187) |
评论 (2)
|
编辑
收藏
量化管理
摘要: 以前总是喜欢凭感觉做事,不喜欢量化管理,对公司提供的一些量化管理工具,也一直排斥不用。随着对量化管理理解的深入,慢慢的开始对此感兴趣,并也试着用SPC 工具对一些数据做些分析,没想到起到的效果还是很明显的,而且工具的使用也没有想象中繁琐。
阅读全文
posted @
2008-11-07 19:50
Aaron.Chu 阅读(122) |
评论 (0)
|
编辑
收藏
Coding or Configuration
posted @
2008-11-06 19:50
Aaron.Chu 阅读(99) |
评论 (0)
|
编辑
收藏
分布式团队
posted @
2008-11-05 20:26
Aaron.Chu 阅读(166) |
评论 (0)
|
编辑
收藏
意外的惊喜
摘要: 要不是前几天意外的收到一位Amy的朋友的留言,我都忘了我还有个博客。
阅读全文
posted @
2008-07-31 10:57
Aaron.Chu 阅读(115) |
评论 (0)
|
编辑
收藏
炖猪蹄
摘要: 在美国吃了一个星期的大白菜加鸡蛋,再这样下去要营养不良了,这周怎么也得去搞点肉吃吃。
阅读全文
posted @
2007-11-13 12:23
Aaron.Chu 阅读(189) |
评论 (0)
|
编辑
收藏
丹佛的天气
摘要: 丹佛的天气真是糟糕,首先是太阳特别的强烈,走在路上要是不带帽子或墨镜,你只能低头走路。即使是这样,你的眼睛还是受不了。
阅读全文
posted @
2007-11-09 13:48
Aaron.Chu 阅读(1282) |
评论 (3)
|
编辑
收藏
老美的公交车
摘要: 在美国做公交车还真不太容易,主要是缺乏信息。美国的公交站牌非常简单,就写了个线路号,既没有各路停靠站点名,也没有首、末班车的时间
。更别奢望像杭州那样装个电视屏幕了。
阅读全文
posted @
2007-11-07 13:22
Aaron.Chu 阅读(143) |
评论 (0)
|
编辑
收藏
无车寸步难行
posted @
2007-11-05 13:44
Aaron.Chu 阅读(133) |
评论 (0)
|
编辑
收藏
US,我来了
posted @
2007-11-03 15:24
Aaron.Chu 阅读(138) |
评论 (0)
|
编辑
收藏
取个公积金真不容易啊
posted @
2007-11-03 14:24
Aaron.Chu 阅读(110) |
评论 (0)
|
编辑
收藏
Metaphors for Software Development
摘要: Important development often arise out of analogies, By comparing a topic you understand poorly to something similiar you understand better, you can come up with insights that result in a better understanding of the less-familiar topic. This use of metaphor is called "modeling".
阅读全文
posted @
2007-10-16 20:34
Aaron.Chu 阅读(213) |
评论 (0)
|
编辑
收藏
What is software construction?
摘要: wow! so many activities included, if you've worked on informal projects, you might think that this list represents a lot of red tape, If you've worked on projects that are too formal, you know that this list represents a lot of red tape! It's hard to strike a balance between too little and too much formality.
阅读全文
posted @
2007-10-16 20:17
Aaron.Chu 阅读(248) |
评论 (0)
|
编辑
收藏
<
2007年10月
>
日
一
二
三
四
五
六
30
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
31
1
2
3
4
5
6
7
8
9
10
留言簿
(5)
给我留言
查看公开留言
查看私人留言
随笔档案
(57)
2011年3月 (2)
2011年2月 (4)
2010年12月 (2)
2010年10月 (4)
2009年10月 (1)
2009年9月 (3)
2009年8月 (2)
2009年3月 (2)
2008年11月 (5)
2008年7月 (1)
2007年11月 (6)
2007年10月 (2)
2007年9月 (1)
2007年5月 (1)
2007年4月 (2)
2007年3月 (5)
2006年11月 (1)
2006年10月 (2)
2006年9月 (11)
相册
NBA
安吉之行
小东东
友情链接
搜索
最新评论
1. re: 持续改进才能叫敏捷[未登录]
@BeanSoft
不错,所有的方法都是在不断改进的,没有像敏捷开发这么注重反馈,注重改进的。
--Aaron
2. re: 持续改进才能叫敏捷[未登录]
任何软件开发都是在持续改进中 这和是不是敏捷根本扯不上关系 在我看来 敏捷不过是另一个不断炒作的概念而已
--BeanSoft
3. re: 持续改进才能叫敏捷
持续创新才能另辟蹊径
--波浪理论
4. re: 持续改进才能叫敏捷[未登录]
评论内容较长,点击标题查看
--Eric
5. re: 丹佛的天气[未登录]
我也将要去啊。给点建议吧,到底应该带点什么。这种天气好恐怖啊
--彭彭
阅读排行榜
1. 利用Apache配置http expires值提高网站性能(2458)
2. 持续改进才能叫敏捷(1643)
3. 对象健身操(1607)
4. Unix shell script - if/while(1282)
5. 丹佛的天气(1282)
评论排行榜
1. 持续改进才能叫敏捷(4)
2. 丹佛的天气(3)
3. 项目管理培训笔记(2)
4. 有趣的英语单词(2)
5. Websphere Commerce Member Data Model(1)