首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

H3C PPP认证试验报告(h3c网上学

[r1]dis cur #  version 5.20, Alpha 1011 #  sysname r1 #  password-control login-attempt 3 exceed lock-time 120 #  undo voice vlan mac-address 00e0-bb00-0000 #  ipsec cpu-backup enable #  undo cryptoengine enable #  domain default enable system # vlan 1 # domain system  access-limit disable  state active  idle-cut disable  self-service-url disable # local-user rt2   service-type ppp # interface Serial0/2/0  link-protocol hdlc  ip address 192.168.12.1 255.255.255.0 # interface Serial0/2/1  link-protocol ppp # interface Serial0/2/2  link-protocol ppp # interface NULL0 # interface LoopBack0  ip address 1.1.1.1 255.255.255.255 # interface Ethernet0/4/0  port link-mode bridge # interface Ethernet0/4/1  port link-mode bridge #               interface Ethernet0/4/2  port link-mode bridge # interface Ethernet0/4/3  port link-mode bridge # interface Ethernet0/4/4  port link-mode bridge # interface Ethernet0/4/5  port link-mode bridge # interface Ethernet0/4/6  port link-mode bridge # interface Ethernet0/4/7  port link-mode bridge # interface GigabitEthernet0/1/0  port link-mode route # rip 1  undo summary    version 2  network 192.168.12.0  network 1.0.0.0 #  load xml-configuration # user-interface con 0 user-interface vty 0 4

01

Appium+python自动化(三十三)- 本地调试测试代码,远程控制测试环境-Remote(超详解)

在前边所有涉及启动app的时候有这样一行代码driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps),很多小伙伴们和同学们不知道这个ip和端口哪里来的,我觉得有必要给小伙伴解释一下,于是宏哥决定写一篇关于这个appium的服务器ip文章! 来给大家答答疑,解解惑!这样就不会问一些比较幼稚的问题,让别人看了笑话,笑掉大牙了。eg:宏哥,宏哥,宏哥,那个我在测试服务器搭建测试环境,我是不是就只能在测试服务器上调试代码,然后进行测试了。那这样我还的搭建一套别写脚本的环境。。。。等等的傻白寡的问题,Remote 我们先给他相一相面,就知道它的意思是:远程。那么我们是不是把那个IP地址修改成测试服务器的IP,一切问题是不是就迎刃而解了。

03
领券