11 2017 档案

摘要:1)编辑配置文件,添加修改以下内容 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO=static #启用静态IP地址 ONBOOT=yes #开启自动启用网络连接 IPADDR=192.168.21.129 #设置IP地址 NETMA 阅读全文
posted @ 2017-11-17 15:10 游子善心 阅读(8) 评论(0) 推荐(0)
摘要:<configuration> <system.web> <identity impersonate="true" /> <authentication mode="Windows" /> </system.web> <system.webServer> <defaultDocument> <fil 阅读全文
posted @ 2017-11-06 17:24 游子善心 阅读(22) 评论(0) 推荐(0)