上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2007-12-07 08:16 sekihin 阅读(44) 评论(0) 推荐(0)
摘要: onclick兼容IE6,IE7 阅读全文
posted @ 2007-11-29 19:14 sekihin 阅读(678) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 阅读全文
posted @ 2007-11-29 16:35 sekihin 阅读(373) 评论(0) 推荐(0)
摘要: System.NullReferenceException: オブジェクト参照がオブジェクト インスタンスに設定されていません。 阅读全文
posted @ 2007-11-29 15:44 sekihin 阅读(771) 评论(0) 推荐(0)
摘要: http://www.happy500z.com/YNxv204.html#3 http://www.eurus.dti.ne.jp/~yoneyama/Excel/vba/vba_font.html 阅读全文
posted @ 2007-10-08 13:34 sekihin 阅读(320) 评论(0) 推荐(0)
摘要: ★☆☆☆☆ 表示一个作用于某对象结构中的各元素的操作。它可以在不改变各元素的类的前提下定义作用于这些元素的新的操作。 Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. 阅读全文
posted @ 2007-09-29 08:21 sekihin 阅读(550) 评论(1) 推荐(0)
摘要: ★★★★★ 定义一个操作中的算法的骨架,而将一些步骤延迟到子类中。Template Method使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤。 Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure. 阅读全文
posted @ 2007-09-25 16:07 sekihin 阅读(511) 评论(0) 推荐(0)
摘要: ★★★★☆ 定义一系列算法,把它们一个一个封装起来,并且使它们可互相转换。该模式使得算法可独立于使用它的客户而变化。 Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it. 阅读全文
posted @ 2007-09-25 15:52 sekihin 阅读(525) 评论(0) 推荐(0)
摘要: ★★★☆☆ 允许一个对象在其内部状态改变时改变它的行为。从而使对象看起来似乎修改了其行为。 Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. 阅读全文
posted @ 2007-09-25 08:53 sekihin 阅读(468) 评论(0) 推荐(0)
摘要: 如果用到Work表,Work表的首选设计是,所有字段全部用字符型,避免在Crystal Report里使用复杂的公式进行格式化,例如CStr(数值字段,格式化字符串);Replace(数值字段,"¥","")。 要是遇到符号的格式化问题,例如在数字后显示符号,可以添加一个控制字段。 阅读全文
posted @ 2007-09-24 08:43 sekihin 阅读(610) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 37 下一页