摘要: I used to think that I could not go on And life was nothing but an awful song But now I know the meaning of true alive If I can see it, then I can do it If I just believe it There's nothing to it 我原以为我无法坚持下去, 生命只不过是首忧郁的歌, 但现在我明白了活着的含义, 只要我能看见希望,我就能成功, 我相信我能行, 那就没有什么不可以。 阅读全文
posted @ 2007-09-14 15:33 江湖工夫 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 2 3一个仿DOS的Loading效果 4 5 38 39 40 41 This works 42with Javscript only! 43 44 45 46 47 48 49 50 51 52 53 54 55 56正在装载服务器配置文件 稍候 57 58 59 60 61 6... 阅读全文
posted @ 2007-09-14 15:29 江湖工夫 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 记得原来在.Net 1.X中编写发送邮件的代码是使用操作系统的CDO组件中的CDO.Message来来实现的,因为这个里面可以实现SMTP服务器认证等一序列的发送邮件的详细功能,不过不管是什么错误都会提示是CDO.Message对象无法访问或其它的CDO.Message异常,而在.Net Framework 1.X的FCL(Framework Class Library)中提供的System.Web.Mail.SmtpMail类实现发送邮件的功能十分Simple,连SMTP服务器认证的功能都不提供,真的够晕。 不过到了.Net Framework 2.0中System.Web.Mail.SmtpMail的SDK说明的第一行已经就明确标明了红色的粗体字“注意:此类现在已过时。”,看来这个类确实是.Net Framework 1.X设计问题,可能也是过度类了。 在.Net Framework 2.0中取而代之的是System.Net.Mail命名空间下的类,其发送邮件的功能已经被设计得Very good了。我的做法喜欢先深入后浅出,首先让我们来看看在.N 阅读全文
posted @ 2007-09-14 11:29 江湖工夫 阅读(676) 评论(0) 推荐(0) 编辑