随笔分类 -  我的收藏

该分类下均为转贴
在Windows Mobile中检测应用程序是否运行在模拟器中
摘要:原文地址:http://blogs.msdn.com/b/netcfteam/archive/2006/09/15/756755.aspx代码如下:using System;using System.IO;using System.Windows.Forms;using Microsoft.Win32;using System.Runtime.InteropServices;using System.Text;namespace PlatformDetection{ internal partial class PInvoke { [DllImport("Coredll.dll&qu 阅读全文
posted @ 2011-04-11 23:40 钟少 阅读(534) 评论(0) 推荐(0)
IIS6.0服务器架站无法访问解决方案总结(转贴)
摘要:原文地址:http://www.weste.net/2005/1-10/09204593233.html  很多朋友在用IIS6架网站的时候遇到不少问题,而这些问题有些在过去的IIS5里面就遇到过,有些是新出来的,俺忙活了一下午,做了很多次试验,结合以前的排错经验,做出了这个总结,希望能给大家帮上忙  如果你的服务器是2003的,它默认只支持.net,不支持asp所以须进行以下操作:打开iis6.... 阅读全文
posted @ 2006-05-30 17:22 钟少 阅读(1356) 评论(4) 推荐(0)