I Can Do

移动互联网-观察与产品设计
  首页  :: 新随笔  :: 订阅 订阅  :: 管理

05 2007 档案

摘要:1.面向对象的思想主要包括什么? 2.什么是ASP.net中的用户控件 3.什么叫应用程序域?什么是受管制的代码?什么是强类型系统?什么是装箱和拆箱?什么是重载?CTS、CLS和CLR分别作何解释? 4.列举一下你所了解的XML技术及其应用 5.值类型和引用类型的区别?写出C#的样例代码。 6.ADO.net中常用的对象有哪些?分别描述一下。 7.如何理解委托? 8.C#中的接口和类... 阅读全文

posted @ 2007-05-25 17:39 Shine`Lee 阅读(225) 评论(0) 推荐(0)

摘要:this.TransparencyKey好属性。 阅读全文

posted @ 2007-05-22 11:15 Shine`Lee 阅读(141) 评论(0) 推荐(0)

摘要:1using System; 2using System.Net; 3using System.Net.Sockets; 4using System.Collections; 5using System.Configuration; 6using System.Text; 7using System.Xml; 8using System.IO; 9using System.We... 阅读全文

posted @ 2007-05-22 09:30 Shine`Lee 阅读(316) 评论(0) 推荐(0)

摘要:方法如下: step1:use HttpWebRequest class to request,and use HttpWebResponse get the response. if you read the response, you can get the information including what did in the Page_load function. step2: if ... 阅读全文

posted @ 2007-05-22 09:28 Shine`Lee 阅读(296) 评论(0) 推荐(0)