ASP.NET Access to the path is denied. 解决办法 
提示:Access to the path : C:\pbmis\cfg.xml is denied.
asp.net程序目录放在系统盘,ntfs格式。
C# 实现http协议GET、POST请求类 using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.IO.Compression;
using System.Net.Cache;
C#实现http协议GET、POST using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Collections;
using System.IO;
using System.Text.RegularExpressions;
using RE = System.Text.RegularExpressions.Regex;
using System.Security.Cryptography.X509Certificates;
HttpWebRequest类中CookieContainer的保存问题 保存(即序列化)
Dim cookies As New CookieContainer()'假定cookies為你要保存的ookieContainer
Firefox的wap插件 伪装手机用户访问wap网站 要想Firefox能正常解析手机的wap网站,首先需要安装wml解析插件wmlbrowser。
基于jQuery打造智能的人员选择输入框 写完这个名字忽然觉得有点标题党的嫌疑,但是又不知道什么样的名字比较合适,那就暂且这样吧。
今天要讲的东西比较简单,其中会用到另外的一个jQuery控件,是一个人员选择输入框。那到底是个什么东西呢?
那好还是先来看最后的效果,有个直接的了解
无人人网暂时关闭整顿,请大家耐心等候 无人人网暂时关闭整顿,请大家耐心等候
Windows server 2003 Mail 全攻略(二) SMTP服务的基本配置与管理 SMTP虚拟服务器用于为接收SMTP客户端发来的电子邮件,并根据目的电子邮件地址转发电子邮件.SMTP类似于FTP站点,由一个IP地址与一个端口,联合起来作为惟一标识.
在windows2003 IIS中安装SMTP服务器 这里我以自己使用的windows2003为例,记录一下配置的过程。