zoukankan      html  css  js  c++  java
  • OA系统部署短信过程

    安装dotNetFx40_Client_setup.exe插件

    安装mysql_installer_community_V5.6.21.1_setup.1415604646.msi数据库

    根据数据库版本安装相应驱动(64位或者32位系统)

    安装mysql-connector-odbc-5.3.7-winx64.msi驱动(ODBC)工具

    安装mysql-connector-odbc-5.3.7-win32.msi驱动(ODBC)工具

    安装Navicat_for_MySQL_10.0.11.0.exe数据库管理工具

    安装vcredist_x64.exe插件

    Notes初始化设置需修改C:WindowsSystem32driversetc文件

    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host

    # localhost name resolution is handled within DNS itself.
    # 127.0.0.1 localhost
    # ::1 localhost

    127.0.0.1 jmrf-dl580/jmrf
    127.0.0.1 jmrf-dl580

    192.168.3.29 jmrf-dl580/jmrf
    192.168.3.29 jmrf-dl580

    jmrf-dl580.jmrf.gov.cn
    jmrf-dl580.jmrf.gov.cn

  • 相关阅读:
    HTML5文件上传前本地预览
    sql(2) DISTINCT
    sql (1)
    delphi 第4课
    delphi 第3课
    Delphi 第2课
    delphi 用户可以点击格式修改进行模板修改
    delphi 流程单打印
    Delphi 第一课
    【BZOJ4530】[Bjoi2014]大融合 LCT维护子树信息
  • 原文地址:https://www.cnblogs.com/sxjblogs/p/6515571.html
Copyright © 2011-2022 走看看