zoukankan      html  css  js  c++  java
  • Godaddy Windows主机组件支持情况

    下面是Godaddy Windows主机支持的组件

    ADODB.Command
        The Command object is used to execute general commands on the data within the database.
    ADODB.Connection
        This is the connection to the database.
    ADODB.Recordset
        The RecordSet object resembles a window into a set of data contained in a database.
    ADODB.Stream
        The Stream is used to stream data from a file into the server.
    ADOX.Catalog
        "ActiveX Data Objects Extensions for DDL and Security," or ADOX.
    ASPCrypt.Crypt
        Duplicates the one-way algorithm used by Crypt on Unix.
    CDO.Configuration
        Allows the configuration of settings for CDO components.
    CDO.MESSAGE
        Lets you send an email from ASP.
    CDONTS.NewMail
        Lets you send an email from ASP.
    GuidMakr.GUID
        Simple GUID maker component.
    JRO.JetEngine
        Encrypts a database to protect it from unauthorized access.
    Microsoft.DiskQuota.1
        Returns diskquota information for a specific instance of your Website.
    Microsoft.XMLDOM
        Parser for reading XML data using ASP.
    Microsoft.XMLHTTP
        Object that lets you retrieve XML content from other Web pages.
    MSSOAP.SOAPClient30
        Allows you to make Web service calls from your website.
    MSWC.AdRotator
        Object that automatically rotates advertisements on a page according to a specific schedule.
    MSWC.BrowserType
        Object that identifies the type, version, and capabilities of each browser that accesses your website.
    MSWC.Content Rotator
        Automatically rotates HTML content strings on a Web page.
    MSWC.NextLink
        Object that creates linked tables of contents, like pages in a book, for Web pages.
    MSXML2.DOMDocument - versions: 2.6, 3.0, 4.0
        Parser objects for reading XML content on Web pages.
    MSXML2.FreeThreadedDOMDocument.3.0
        Permits multiple threads to load up at the same time.
    MSXML2.ServerXMLHTTP. - versions: 3.0, 4.0
        Allows you to retrieve other website content and XML streams.
    MSXML2.XMLSchemaCache.4.0
        An object used to add an XML schema.
    MSXML2.XSL Template and Template.4.0
        An Object used for creating and managing XSL templates.
    Persits.Jpeg
        A JPEG image resizing component for creating high-quality thumbnails.
    Persits.Upload and Upload.1
        Enables an ASP application to capture, save, and process files uploaded to the Web server with a browser.
    Persits.UploadProgress
        A pop-up progress indicator that denotes an upload and its status.
    Scripting.Dictionary
        An information organization object that acts like a database and and array combined.
    Scripting.FileSystemObject
        An object that allows you to scan directories and list files or create, move, and delete files.
    Scriptlet.TypeLib
        The ActiveX control scriptlet which allows local files to be created or modified.
    VBScript.RegExp
        Regular expressions provide tools for developing complex pattern matching and textual search-and-replace algorithms.
    WINHttp.WinHttpRequest.5
        HTTP Services provides a server-supported, high-level interface to the HTTP Internet Protocol.
    WINHttp.WinHttpRequest.5.1
        HTTP Services provides a server-supported, high-level interface to the HTTP/1.1 Internet Protocol.

    作者:水木    
     
  • 相关阅读:
    使用递归输出某个目录下所有子目录和文件
    如何进行复杂度分析?
    什么是时间复杂度?什么是空间复杂度?
    什么是复杂度?为什么要进行复杂度分析?
    什么是递归?递归的优缺点是什么?
    Executor 如何使用?
    什么是spring boot?为什么要用?
    spring boot核心配置文件是什么?
    @Autowired的作用是什么?
    @RequestMapping的作用是什么?
  • 原文地址:https://www.cnblogs.com/hsapphire/p/1638532.html
Copyright © 2011-2022 走看看