上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 90 下一页
该文被密码保护。 阅读全文
posted @ 2019-03-07 13:52 Peter.Jones 阅读(11) 评论(0) 推荐(0)
摘要: 1. Docker之WARNING: IPv4 forwarding is disabled. Networking will not work. 原因: 是没有开启转发,网桥配置完后,需要开启转发,不然容器启动后,就会没有网络,配置/etc/sysctl.conf,添加net.ipv4.ip_fo 阅读全文
posted @ 2019-03-07 13:28 Peter.Jones 阅读(254) 评论(0) 推荐(0)
摘要: apt-get update //vi apt install vim //weget apt install weget //yum apt install yum //ifconfig apt install net-tools //ping apt install iputils-ping 阅读全文
posted @ 2019-03-07 13:07 Peter.Jones 阅读(6112) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2019-03-07 12:14 Peter.Jones 阅读(1505) 评论(0) 推荐(0)
摘要: 格式: 本机IP 主机名或域名 主机名别名。 使用: 可以更改hosts文件,加入自己的域名解析。 eg: 关于Hosts与network的异同之处: 1、hosts文件,路径:/etc/hosts,此文间是在网络上使用的,用于解析计算机名称和IP地址的映射关系,功能相当于windows下面的c:\ 阅读全文
posted @ 2019-03-07 11:00 Peter.Jones 阅读(755) 评论(0) 推荐(0)
摘要: [root@localhost network-scripts]# cd /etc/sysconfig/network-scripts/[root@localhost network-scripts]# lsifcfg-eno1 ifdown-post ifup-bnep ifup-routesif 阅读全文
posted @ 2019-03-07 10:49 Peter.Jones 阅读(10099) 评论(0) 推荐(0)
摘要: [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [root 阅读全文
posted @ 2019-03-07 09:58 Peter.Jones 阅读(4923) 评论(1) 推荐(1)
摘要: 计算机及应用(080702) 离散数学(02324)计算机组成原理(02318)Java语言程序设计(一)(04747)数据结构(02331) 操作系统(02326)电子技术基础(三)(04730)高级语言程序设计(一)(00342)数据库系统原理(04735) 计算机系统结构(02325)C++程 阅读全文
posted @ 2019-02-26 21:46 Peter.Jones 阅读(248) 评论(0) 推荐(0)
摘要: public class BubbleSort { //冒泡排序,相邻左边和右边比较,大的放到右边。 public static void main(String[] args) { int[] arr = {9, 5, 8, 4, 10, 22}; for(int i=0; i arr[j+1]){ //左边大于右边,需要换位置... 阅读全文
posted @ 2019-02-26 10:57 Peter.Jones 阅读(159) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ysocean/p/7889153.html 阅读全文
posted @ 2019-02-26 10:08 Peter.Jones 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 90 下一页