There are N (1 ≤ N ≤ 105) cities on land, and there are N - 1 wires connecting the cities. Therefore, each city can transmit electricity to all other ...
分类:
其他好文 时间:
2019-02-07 22:05:50
阅读次数:
153
新建boot项目后,提示: SocketTimeoutException: Read timed out 解决: 在eclipse.ini末尾,追加: 然后, 重启Eclipse,搞定。 ...
分类:
系统相关 时间:
2019-02-02 14:33:27
阅读次数:
2260
MacOS通过virtualbox安装的centos7虚拟机不能上网解决办法今天安装好virtualbox虚拟机,并在虚拟机里面配置好了网卡信息,但是确发现不能正常上网,我设置的是两块网卡,eth0用来做仅主机(Host-only),模式,eth1用NAT模式上网,配置如下按照正常套路来说这样就已经能上网了,但是我发现我死活上不了,这时候聪明的你肯定想到用traceroute命令去看一下那个地方不
分类:
系统相关 时间:
2019-01-29 10:44:11
阅读次数:
236
@GetMapping("/menu/tree") @Timed public ResponseEntity> getMenuTree() { List list = new ArrayList(); HashMap result = new HashMap(); List menulist = m... ...
分类:
移动开发 时间:
2019-01-26 13:21:35
阅读次数:
290
文件/etc/sysconfig/network-scripts/ifcfg-eth0在/etc/sysconfig/network-script在这个目录下面,存放的是网络接口(网卡)的脚本文件(控制文件),ifcfg-eth0是默认的第一个网络接口,如果机器中有多网络接口,那么名字就将依此类推ifcfg-eth1,ifcfg-eth2,ifcfg-eth3......ifcfg-eth0实例:
分类:
其他好文 时间:
2019-01-21 01:09:25
阅读次数:
401
线程的五种状态 * 新建:new * 运行:runnable * 等待:waitting(无限期等待),timed waitting(限期等待) * 阻塞:blocked * 结束:terminated 线程的两种监控方法一,jvisualvm,图形界面的方式 监控之前先对jvm加监控参数,在tom ...
分类:
编程语言 时间:
2019-01-19 11:20:45
阅读次数:
239
主机1: 外网eth0:192.168.5.110 内网eth1:192.168.10.10 主机2: 内网eth0:192.168.10.20 yum install squid 安装服务 service squid start 启动服务 chkcon?g squid on 开机启动 iptabl ...
分类:
其他好文 时间:
2019-01-18 19:59:35
阅读次数:
245
Transmit Rated Emission (FCC) AC power conducted emission.-FCC 15.207 Minimum 6 dB bandwidth. -500kHz Minimum -(FCC 15.247(a).2) Power spectral densit ...
分类:
其他好文 时间:
2019-01-14 20:18:37
阅读次数:
168
一 基础环境 1.1 IP规划 OS:CentOS 6.8 64位 节点类型 IP规划 主机名 类型 主 Director Server eth0:172.24.8.10 DR1 公共IP eth1:192.168.56.100 心跳 私有IP eth0:0:172.24.8.100 无 虚拟IP ...
分类:
其他好文 时间:
2019-01-13 14:20:52
阅读次数:
201
1 # 从int-br-eth1进入的包镜像一份给dummy0 2 # 现象:dummy0 可以抓到 int-br-eth1 进入的包 3 4 modprobe dummy 5 ip link set up dummy0 6 ovs-vsctl add-port br-int dummy0 7 8 ... ...
分类:
其他好文 时间:
2018-12-29 21:03:54
阅读次数:
561