Imports System Imports System.DirectoryServices Imports System.IO Public Class IISManager Publi
Imports System Imports System.DirectoryServices Imports System.IO Public Class IISManager
这段时间写的项目每次都要用到XML保存一些配置,而每次操作XML都觉得挺麻烦,没有数据库那么顺手。后来发现用DataSet操作XML很方便,而且灵活性比较好,于是写了一个操作XML的类,用来应付一
using System; using System.Web; using System.Web.Mail; using Dottext.Framework; using Dottext.Framew
现在很多主机空间都是IIS上执行PHP程序,大多不能直接用mail()发送邮件,有了这个类只要你有注册过邮箱,就可以随意的发送邮件,速度也不慢哦。 //************************
ACDK指南- 一个简单的类 翻译:薛长宇 我们现在想你介绍ACDK的对象类 本章包含的内容: C++-类 简单的 ACDK-类
我们在写ASP数据库程序的时候,通常都会用到SQL语句,而在增加数据和更新数据的时候,通常会使用一下方式:insert into message (incept,sender,title,conten
我们在写ASP数据库程序的时候,通常都会用到SQL语句,而在增加数据和更新数据的时候,通常会使用一下方式:insert into message (incept,sender,title,conten
using System; using System.Web; using System.Web.Mail; using Dottext.Framework; using Dottext.Framew
在html如果输入 < > ' & 被当做html语句,这些特殊字符在我们等待用户输入的时候必须过滤,可以采用这个类来过滤...... package moonsoft.test.