上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: http://www.blogjava.net/fengwei/articles/172892.html?opt=admin 阅读全文
posted @ 2012-01-15 14:48 云中雀 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html 阅读全文
posted @ 2012-01-12 16:58 云中雀 阅读(113) 评论(0) 推荐(0) 编辑
摘要: http://xstream.codeplex.com/releases/view/25115 阅读全文
posted @ 2012-01-12 16:56 云中雀 阅读(195) 评论(1) 推荐(0) 编辑
摘要: http://www.cnblogs.com/stg609/archive/2008/08/03/1258898.html http://www.cnblogs.com/stg609/archive/2008/08/04/1259469.html 阅读全文
posted @ 2012-01-11 18:54 云中雀 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://w3help.org/zh-cn/ 阅读全文
posted @ 2012-01-10 11:40 云中雀 阅读(252) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;namespace Utils{ public class IOHelper { public IOHelper(); public static bool CopyDir(DirectoryInfo fromDir, string toDir); //复制目录 public static bool CopyDir(string fromDir, string toDir); //复制目录 public static bool CreateDir(string dirName); //创建... 阅读全文
posted @ 2012-01-05 15:12 云中雀 阅读(245) 评论(0) 推荐(0) 编辑
摘要: ECMAScript可以识别两种类型的对象,一种叫做Native Object属于语言范畴;一种叫做Host Object,由运行环境提供例如document对象, Dom Node等 Native objects是一种松散的结构并且可以动态的增加属性(property),所有的属性都有一个名字和一个值,这个值可以是另一个对象的引用 或者是内建的数据类型(String, Number, Boolean, Null 或者 Undefined) 下面的这个简单的例子描述了一个javascript对象是如何设... 阅读全文
posted @ 2012-01-03 09:25 云中雀 阅读(471) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ghost-draw-sign/articles/1428206.html 阅读全文
posted @ 2012-01-02 11:30 云中雀 阅读(137) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/heroman/archive/2005/05/17/157343.html 阅读全文
posted @ 2012-01-02 11:29 云中雀 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 注:以下理论是针对ASP.NET的 IIS与net是如何建立联系的?是通过ASPNET_ISAPI.dll这个文件建立联系的,那么这个dll在什么地方?在C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll中,不同的.net版本,aspnet_isapi.dll不同。 那么ASPNET_ISAPI.dll是怎么衔接IIS与net的呢? 首先由ASPNET_ISAPI.dll中的ISAPIRuntime实例调用ProcessRequest方法,这个方法接收一个ECB(非托管对象,其中包含着所有底层的请求信息如服务器变量... 阅读全文
posted @ 2011-12-31 13:20 云中雀 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页