水如烟

                 顺其自然,水到渠成 LzmTW

文或代码皆是面向初学者.我是爱好者,也是初学者.那些"文章",只按自己理解写,我是不知术语名词的.所以只供参考,也仅供参考.

导航

2006年5月30日

摘要: Author:水如烟 异类HOW TO:适时弹出指示框(一)(AOP参考) 异类HOW TO:适时弹出指示框(二) (基础类)异类HOW TO:适时弹出指示框(三) (基础类的操作)异类HOW TO:适时弹出指示框(四) (指示框的实现)异类HOW TO:适时弹出指示框(五) (指示框)异类HOW TO:适时弹出指示框(六) (日志的实现)异类HOW TO:适时弹出指示框(七) (测试)HowTO... 阅读全文

posted @ 2006-05-30 12:54 水如烟(LzmTW) 阅读(365) 评论(0) 推荐(0) 编辑

摘要: 测试类: Imports LzmTW.ApplicationBaseImports LzmTW.uRemoting.MethodWatcher _ _ _ _Public Class MethodWatcherTestClass Inherits ContextBoundObject Public Function Add(ByVal x As Integer, ByVal y A... 阅读全文

posted @ 2006-05-30 12:17 水如烟(LzmTW) 阅读(331) 评论(0) 推荐(0) 编辑

摘要: Author:水如烟日志的实现:MethodLogAttribute.vb Namespace uRemoting.MethodWatcher _ Public Class MethodLogAttribute Inherits MethodWatcherBaseAttribute Protected Overrides Function GetMetho... 阅读全文

posted @ 2006-05-30 12:08 水如烟(LzmTW) 阅读(321) 评论(0) 推荐(0) 编辑

摘要: Author:水如烟指示框:MessageForm.Designer.vb Namespace ApplicationBase _ Partial Class MessageForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component li... 阅读全文

posted @ 2006-05-30 12:01 水如烟(LzmTW) 阅读(824) 评论(0) 推荐(0) 编辑

摘要: Author:水如烟指示框的实现:MessageFormAttribute.vb Namespace uRemoting.MethodWatcher _ Public Class MessageFormAttribute Inherits MethodWatcherBaseAttribute Protected Overrides Function Get... 阅读全文

posted @ 2006-05-30 12:00 水如烟(LzmTW) 阅读(369) 评论(0) 推荐(0) 编辑

摘要: Author:水如烟基础类:MethodWatcherBaseAttribute.vb Imports System.Runtime.Remoting.ContextsImports System.Runtime.Remoting.ActivationNamespace uRemoting.MethodWatcher _ Public MustInherit Class Method... 阅读全文

posted @ 2006-05-30 11:36 水如烟(LzmTW) 阅读(474) 评论(0) 推荐(0) 编辑

摘要: Author:水如烟 AOP是一个较系统复杂的概念,我是无法把握的,在这里,我只有这个念头,怎么的跟踪类中方法的动作。因此,我给它的命名空间就是MethodWatcher,参考了FileSystemWather的命名。MethodWatcher针对的是某个类,并且该类是Inherits ContexBoundObject,上文说了是有条件的,就是这个条件。在具体列代码之前,先说说这个空间的组织。在... 阅读全文

posted @ 2006-05-30 11:20 水如烟(LzmTW) 阅读(412) 评论(0) 推荐(0) 编辑