编写内容保存为bat @echo off &setlocal enabledelayedexpansion Rem '/*========获取本机的IP地址(局域网)=========*/ echo "please wait" for /f "tokens=2 delims=:" %%b in ('ipconfig^|find /i "ip"') do set fsip=%%b echo %fsip% set CT=%computerna
背景 谁都知道 IP 地址是干嘛的,但是它出现的前因后果你真的知道吗? 我觉得很有必要重新复习下计算机网络基础知识,实在太太太重要了 本篇文章素材均来自:https://www.bilibili.com/video/BV1DD4y127r4:这个 UP 感觉还是很不错 by the way:有时候学习一个知识点,官网的确是最准确的, 但一定不是通俗易懂的,借助大神做的一些动态图和类比场景,能更快吸收一个知识点 最佳学习方式:看一遍官方,看一遍别人做的学习视频,再看一遍手动记录干货,形成自己的知识
<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all #以前是Deny from all </Directory> <Directory "F:/Program Files/wamp/www/"> # # Possible values for the Options directive are "None",
在 httpd.conf 中查找 Allow from 127.0.0.1 Order Deny,Allow Deny from all Allow from 127.0.0.1 在此下面加上 Allow from all 如: Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from all 重启Wamp后 生效
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Management; using System.Net.NetworkInformation; using System.Text.RegularExpressions; namespace ZL.Shell业务.NetSetting {