win add static arp

> arp -s "192.168.0.2" "00-0a-35-01-fe-c0"
> arp -a | findstr "192.168.0.2"
> arp -d "192.168.0.2"
> arp -a | findstr "192.168.0.2" > netsh -c "interface ipv4" show interface
> netsh -c "interface ipv4" add neighbors 23 "192.168.0.2" "00-0a-35-01-fe-c0" store=active
> arp -a | findstr "192.168.0.2"
> netsh -c "interface ipv4" delete neighbors 23 "192.168.0.2"
> arp -d "192.168.0.2"
> arp -a | findstr "192.168.0.2"

============== End

最新文章

  1. 数量经济学推荐的Julia教程
  2. ASP.NET-Web项目运行缓慢-AjaxMin在搞鬼
  3. Xmanager如何连接图形化界面
  4. discuz X2.0教程]教你快速了解Discuz!程序文件功能,修改文件从此不用再求人
  5. 第二百二十三天 how can I 坚持
  6. Object-C基础
  7. SQL Server Mobile 和 .NET 数据访问接口之间的数据类型映射
  8. Java 时间转换问题总结
  9. 虚拟机安装中文Fedora14和C/C++IDE开发环境
  10. SE 2014年4月18日
  11. MPSOC之5——开发流程BOOT.BIN
  12. js复制粘贴模板
  13. python 视频爬虫
  14. python模块之random
  15. c++ 生成dll文件并调用
  16. 从public void onPreviewFrame(byte[] data, Camera arg1)拿到Bitmap(收集)
  17. Blender界面及模式统计
  18. ubuntu下绝对路径和相对路径的问题
  19. Python练手之爬虫
  20. windows performance

热门文章

  1. 探索ENCODE数据库 | Encyclopedia of DNA Elements
  2. TX-LCN5.0.2分布式事务框架源码分析-关键线索罗列-txc部分
  3. UICachedDeviceRGBColor CGImage]: unrecognized selector sent to instance 0xxxxxxxxxxx'
  4. RocketMQ安装部署
  5. nanopi的ds18b20温度传感器测试
  6. iOS - 使用SDWebImage缓存图片,MJPhotoBrowser展示图片的问题
  7. python非官方扩展库
  8. Selenium-PO设计模式
  9. ArcGIS Server 10.2忘记用户名密码的解决方案
  10. docker搭建samba共享目录