04 2021 档案
摘要:<?php // TPLINK WR882N/TL-WR842N管理脚本 function getContent($url){ $temp = parse_url($url); $query = isset($temp['query']) ? $temp['query'] : ''; $path =
阅读全文
摘要:一.查看IDX编号,注意看本地连接1或本地连接2,以及无线网络连接 netsh i i sh in 二.获取网关以及其他同网段IP地址的MAC地址,先ping IP,再arp –a查看 三.绑定对应的IP和MAC地址。 netsh interface ipv4 set neighbors 14 "1
阅读全文