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

  • 相关阅读:
    svn: E120106: ra_serf: The server sent a truncated HTTP response body.
    HTTP method POST is not supported by this URL解决
    TinyOS文件结构清单解析
    Crush Course 神话学笔记
    Django 入门
    Crush Course 心理学笔记
    网络相关知识汇总链接
    9.21 小程序开发培训讲座
    论文简读之LAIA
    Android studio 的那些坑
  • 原文地址:https://www.cnblogs.com/sxjblogs/p/6515571.html
Copyright © 2011-2022 走看看