问君能有几多愁,恰似一江春水向东流

          —什么叫绝望,也许就是这种看不到尽头的希望就叫绝望吧!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年11月10日

摘要: <style type="text/css">.dropshadow { filter: DropShadow(Color=green, OffX=1, OffY=1, Positive=1); position: absolute; font-size: 14pt; font-weight: bolder; top: 20px; clip: rect( ); left: 20px}.... 阅读全文

posted @ 2007-11-10 21:22 sjdong 阅读(3693) 评论(0) 推荐(0)

摘要: using System;using System.Collections.Generic;using System.Text;namespace ClassInherit{ class Temperature { int _TemperaturePipe; public int TemperaturePipe { get { return _TemperaturePipe; } set { _T... 阅读全文

posted @ 2007-11-10 11:59 sjdong 阅读(1352) 评论(0) 推荐(0)

摘要: using System; using System.Collections.Generic; using System.Text; namespace ClassInherit { class Temperature { int _TemperaturePipe; public i... 阅读全文

posted @ 2007-11-10 11:33 sjdong 阅读(127) 评论(0) 推荐(0)