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
Java网络应用程序中,使用java.net包中的InetAddress类表示IP地址,这个类被大多数的网络类所引用,可同时支持IPV4和IPV6。该类用两个字段表示一个IP地址,hostName和address,hostName包含了主机名,address包含了32位的IP地址。 InetAddr ...
分类:
Web程序 时间:
2020-06-02 09:24:38
阅读次数:
59
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
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
设置IP地址为动态获取 netsh interface ip set address name="本地连接" source=dhcp 配置静态IP的命令 netsh interface ip set address name="本地连接" source=static addr=192.168.36. ...
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
问题:安装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
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
官方文档: 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结合网络数据开发应用 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