摘要:
常用过滤规则: 协议过滤、IP过滤、端口过滤、路径过滤 一、协议过滤 二、IP过滤 ip.src == xx ip.dst == xx ip.addr == xx 三、端口过滤 tcp.port == xx udp.port == xx tcp.srcport == xx tcp.dstport = 阅读全文
摘要:
mysqldump命令 @echo off set "dateYmds=%date:~,4%%date:~5,2%%date:~8,2%" echo "%dateYmd%" "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump.exe" -uu 阅读全文