上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 91 下一页
摘要: 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 阅读(759) 评论(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 阅读(10102) 评论(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 阅读(4929) 评论(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 阅读(162) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ysocean/p/7889153.html 阅读全文
posted @ 2019-02-26 10:08 Peter.Jones 阅读(105) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-02-25 21:13 Peter.Jones 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-02-25 18:38 Peter.Jones 阅读(3) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/qishui/p/5428938.html 阅读全文
posted @ 2019-02-25 16:03 Peter.Jones 阅读(68) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 91 下一页