1.静态路由配置 ip route 目的地址 子网掩码 下一跳 2.RIP路由配置 RIP1: router rip network 自己所知道的ip RIP2: router rip verion 2 auto-summary //关闭自动汇总 network 自己所知道的ip 3.OSPF路由配 ...
分类:
其他好文 时间:
2020-06-23 15:18:17
阅读次数:
77
VNC (Virtual Network Computer)是虚拟网络计算机的缩写,它是一款远程控制工具软件 ...
分类:
系统相关 时间:
2020-06-22 21:08:30
阅读次数:
69
错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 ...
分类:
其他好文 时间:
2020-06-22 18:54:09
阅读次数:
112
vim /etc/systemd/system/node_exporter.service [Unit] Description=node_exporter Documentation=https://prometheus.io/ After=network.target [Service] Typ ...
分类:
系统相关 时间:
2020-06-22 17:16:37
阅读次数:
107
题目如下: There are n cities numbered from 0 to n-1 and n-1 roads such that there is only one way to travel between two different cities (this network for ...
分类:
其他好文 时间:
2020-06-22 15:47:54
阅读次数:
60
In a deck of cards, every card has a unique integer. You can order the deck in any order you want. Initially, all the cards start face down (unreveale ...
分类:
其他好文 时间:
2020-06-22 13:13:01
阅读次数:
57
1.创建一个新的bridge网络 docker network create --subnet=172.19.0.0/16 mynetwork 2.通过docker network inspect xxx查看网络状况 3.在创建容器时使用--net mynetwork --ip 172.19.0.3 ...
分类:
其他好文 时间:
2020-06-22 12:55:39
阅读次数:
123
原文链接 扫码关注下方公众号:"Python编程与深度学习",领取配套学习资源,并有不定时深度学习相关文章及代码分享。 今天分享一篇发表在MICCAI 2019上的关于医学影像处理中小器官分割的论文:FocusNet: Imbalanced Large and Small Organ Segment ...
分类:
Web程序 时间:
2020-06-22 12:34:30
阅读次数:
65
MAC地址(/sys/class/net/enp0s3/address) 修改网卡配置(/etc/sysconfig/network-script/ifcfg-eth0) DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:0 ...
分类:
系统相关 时间:
2020-06-22 00:58:44
阅读次数:
128
背景介绍 加密的一个简单但又实用的任务就是发送加密电子邮件。多年来,为电子邮件进行加密的标准一直是PGP(Pretty Good Privacy)。程序员Phil Zimmermann特别为电子邮件的保密编写的PGP。 这个软件非常好用,迅速流传开来,成了许多程序员的必备工具。但是,它是商业软件,不 ...
分类:
其他好文 时间:
2020-06-21 19:38:32
阅读次数:
76