2006年7月20日

Working overtime

摘要: These days Our team offten work overtime.There is nothing I like less than being on overtime.But no way but sit on the seat. 阅读全文

posted @ 2006-07-20 00:36 WebQ 阅读(289) 评论(0) 推荐(0)

2006年7月17日

The Tongsha ferry (通沙汽渡) over Changjiang river

摘要: When I go back home to Nantong, I am ferryed form one side of Changjiang riverto the other sideat the Tongsha ferry (通沙汽渡) over Changjiang river. When a bus arrives the ferry,all the passengers hav... 阅读全文

posted @ 2006-07-17 09:26 WebQ 阅读(374) 评论(0) 推荐(0)

2006年7月9日

实现COM组件访问.Net组件的方法

摘要: 当我们项目中同时应用了COM技术及.NET技术时候,其最重要是解决它们之间如何通信、调用的问题,按理论来说,作为非托管代码(UnManaged Code)的COM组件与托管代码(Managed Code)的.Net组件是无法相互调用的,COM组件根本不能在CLR基础构造上运行,受托管的.Net代码也要求其相互作用的代码也必须运行在CLR基础下。既然我们无法做到COM与.Net之间的直接调用,那我们... 阅读全文

posted @ 2006-07-09 21:24 WebQ 阅读(311) 评论(0) 推荐(0)

a article about Polymorphism

摘要: 多态(Polymorphism)-- 面向对象的典征,现代软件设计的基石 All rights reserved.Samuel12.12.2004 first published on www.cnblogs.com/samuel 前言 如果让你选择一项面向对(Object Oriented,后文简称OO)象最重要的或者最能表现OO特点的技术特征,会是什么? 封装(wrap)、继承(... 阅读全文

posted @ 2006-07-09 07:30 WebQ 阅读(318) 评论(0) 推荐(0)

ASP.NET 页面对象模型

摘要: ASP.NET 页面对象模型 ASP.NET Web 页面生命中的一天 Dino EspositoWintellect 2003 年 8 月 适用于: Microsoft® ASP.NET 摘要:了解为 ASP.NET Web 页面建立的事件模型,以及 Web 页面转变为 HTML 过程中的各个阶段。ASP.NET HTTP 运行时负责管理对象管道,这些对象首先将请求的 URL 转换成... 阅读全文

posted @ 2006-07-09 07:21 WebQ 阅读(209) 评论(0) 推荐(0)

Object Serailization

摘要: 1、默认情况下,类型中由 SerializableAttribute 标记的所有公共和私有字段都会进行序列化,除非该类型实现 ISerializable 接口来重写序列化进程。 2、默认的序列化进程会排除用 NonSerializedAttribute 属性标记的字段。如果可序列化类型的字段包含指针、句柄或其他某些针对于特定环境的数据结构,并且不能在不同的环境中以有意义的方式重建,则最好将 Non... 阅读全文

posted @ 2006-07-09 07:11 WebQ 阅读(251) 评论(0) 推荐(0)

What is WSDL?

摘要: The Web Services Description Language (WSDL) is an XML-based language used to describe the services businesses offer and to provide a way for individuals and other businesses to access those services ... 阅读全文

posted @ 2006-07-09 07:02 WebQ 阅读(159) 评论(0) 推荐(0)

自定义控件中UserControl(用户控件)和CustomControl(自定义控件)的区别

摘要: UserControl(用户控件)继承自UserControl 主要用于开发Container控件 (Container控件 :可以添加其他Controls控件, .net 自带很多Container 控件, 其实Form就是一个Container) CustomControl(自定义控件)继承自Control主要用于开发windows控件的最基本的类 象T... 阅读全文

posted @ 2006-07-09 06:54 WebQ 阅读(458) 评论(0) 推荐(0)

2006年7月5日

常见的手机英语

摘要: 1、空号: 中文:您好!您所拨打的号码是空号,请核对后再拨。 英文:Sorry! The number you dialed does not exist, please check it and dial later. 2、被叫用户关机: 中文:您好!您所拨打的电话已关机。 英文:Sorry! The subscriber you dialed is power off. 3、被叫不在服务区: ... 阅读全文

posted @ 2006-07-05 09:41 WebQ 阅读(956) 评论(1) 推荐(0)

2006年6月21日

Callback with event and delegate over .net remoting

摘要: The other day,I develop a solution that contains a module that validate a good deal expense data by several steps.The solution is a distributed system with .net remoting. When the operater clic... 阅读全文

posted @ 2006-06-21 23:08 WebQ 阅读(300) 评论(0) 推荐(0)

导航