码迷,mamicode.com
首页 >  
搜索关键字:netscreen、the address has been    ( 18420个结果
ubuntu网卡配置
vim /etc/netplan/01-netcfg.yaml network: ethernets: ens33: addresses: - 192.168.0.66/24 # IP及掩码 gateway4: 192.168.0.1 # 网关 nameservers: addresses: - 2 ...
分类:系统相关   时间:2020-06-02 11:00:28    阅读次数:55
InetAddress类和SocketAddress类简介
Java网络应用程序中,使用java.net包中的InetAddress类表示IP地址,这个类被大多数的网络类所引用,可同时支持IPV4和IPV6。该类用两个字段表示一个IP地址,hostName和address,hostName包含了主机名,address包含了32位的IP地址。 InetAddr ...
分类:Web程序   时间:2020-06-02 09:24:38    阅读次数:59
Codeforces Round #646 (Div. 2) E. Tree Shuffling(贪心/树形DP)
Ashish has a tree consisting of nn nodes numbered 11 to nn rooted at node 11 . The ii -th node in the tree has a cost aiai , and binary digit bibi is ...
分类:其他好文   时间:2020-06-01 23:55:59    阅读次数:100
缺省静态路由发布进OSPF
AR2配置 interface GigabitEthernet0/0/0 ip address 12.1.1.2 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 192.168.10.254 255.255.255.0 interf ...
分类:其他好文   时间:2020-06-01 23:35:35    阅读次数:93
Windows命令行设置IP地址和DNS服务器
设置IP地址为动态获取 netsh interface ip set address name="本地连接" source=dhcp 配置静态IP的命令 netsh interface ip set address name="本地连接" source=static addr=192.168.36. ...
分类:Windows程序   时间:2020-06-01 22:15:27    阅读次数:137
[LeetCode] 1431. Kids With the Greatest Number of Candies
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
分类:其他好文   时间:2020-06-01 13:35:45    阅读次数:64
【error fix】E: Package 'oracle-java8-installer' has no installation candidate
问题:安装oracle-java8-installer按照如下指南失败: How To Install Java with Apt-Get on Ubuntu 16.04[https://www.digitalocean.com/community/tutorials/how-to-install- ...
分类:数据库   时间:2020-06-01 12:04:50    阅读次数:103
OSPF与静态路由
AR3配置 interface GigabitEthernet0/0/0 ip address 23.1.1.3 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 192.168.1.254 255.255.255.0 ospf 1 ...
分类:其他好文   时间:2020-05-31 17:48:22    阅读次数:114
ros ppp隧道up或者down的时候,可以写脚本,脚本可以调用的参数$user $local-address $remote-address $caller-id $called-id $interface
官方文档: https://wiki.mikrotik.com/wiki/Manual:PPP_AAA on-up (script; Default: ) Execute script on user login-event. These are available variables that a ...
分类:其他好文   时间:2020-05-31 17:41:48    阅读次数:87
VUE.js快速入门(vue网络应用①)
Vue结合网络数据开发应用 axios:功能强大的网路请求库 <script src="https://unpkg.com/axios/dist/axios.min.js"></script>语法:axios.get(address?key=value&key2=value).then(functi ...
分类:Web程序   时间:2020-05-31 12:59:09    阅读次数:111
18420条   上一页 1 ... 58 59 60 61 62 ... 1842 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!