ifcfg-bond0 TYPE=EthernetBOOTPROTO=staticONBOOT=yesDEFROUTE=yesDEVICE=bond0IPADDR=192.168.174.20PREFIX=24GATEWAY=192.169.174.2NM_CONTROLLED=noBONDING_ ...
分类:
其他好文 时间:
2020-07-29 17:50:47
阅读次数:
83
登录用户名:root 终端设备:pts/0(伪终端或虚拟终端) tty1-tty6表示文字界面 tty7表示图形界面 登录时间:2020-07-20 19:11 uptime 当前系统时间:19:17:05 系统已运行时间:7天 启用终端数量:3 平均负载值:最近一分钟2.29 最近五分钟2.02 ...
分类:
其他好文 时间:
2020-07-20 22:30:06
阅读次数:
79
目前我们使用比较多的是 vim 编辑器。vim 具有程序编辑的能力,可以主动的以字体颜色辨别语法的正确性,方便程序设计。Vim是从vi发展出来的一个文本编辑器。代码补完、编译即错误跳转等方便编程的功能相当丰富,在开发过程中被广泛使用,所以,vim则是程序开发者的一项非常好用的工具。 注:图片来源于网 ...
分类:
系统相关 时间:
2020-07-20 13:28:20
阅读次数:
103
Given a singly linked list, you are supposed to rearrange its elements so that all the negative values appear before all of the non-negatives, and all ...
分类:
其他好文 时间:
2020-07-19 00:50:18
阅读次数:
85
root@ubuntu:/home/ubuntu# ps -elf | grep r3 0 S root 22962 22933 0 80 0 - 1367 select 19:41 pts/10 00:00:00 bash --norc -mis mininet:mgntr3 4 S root 2 ...
分类:
Web程序 时间:
2020-07-18 22:57:12
阅读次数:
144
开发工具:IntelliJ IDEA、Tomcat9.0、 jdk1.8 JS插件:juqery,bootstrap 解决办法: 第一步:修改 D:\Tomcat9.0.14\conf\server.xml,添加 URIEncoding="UTF-8" 第二步:修改D:\Tomcat9.0.14\b ...
分类:
Web程序 时间:
2020-07-17 16:10:19
阅读次数:
202
Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 af ...
分类:
其他好文 时间:
2020-07-15 15:28:37
阅读次数:
66
Linux基础入门(二)了解系统目录 一、Linux 系统目录结构 登录系统后,在当前命令窗口下输入命令: ls / 你会看到如下图所示: 也就是如下树状文件目录: 二、几个较为重要的目录 系统启动必须: **/boot:**存放的启动Linux 时使用的内核文件,包括连接文件以及镜像文件。 /et ...
分类:
系统相关 时间:
2020-07-15 01:10:17
阅读次数:
80
一、Windows安装virtualenv 安装python2.7 使用pip下载,如果使用python3.4以上,自带的pyvenv可以完全代替virtualenv pip install --index-url=http://mirrors.aliyun.com/pypi/simple/ --t ...
[root@kunpeng82 Ryu-SDN-IP]# zebra -d [root@kunpeng82 Ryu-SDN-IP]# ps -elf | grep zebra 0 S root 1143 50677 0 80 0 - 1729 pipe_w 11:44 pts/22 00:00:00 ...
分类:
其他好文 时间:
2020-07-12 20:22:37
阅读次数:
106