[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:
其他好文 时间:
2020-07-12 14:15:10
阅读次数:
68
@Test public void test1(){ File file1 = new File("/Users/truman/Desktop/Life"); System.out.println(file1); System.out.println(file1.isDirectory()); Fi ...
分类:
编程语言 时间:
2020-07-12 12:26:01
阅读次数:
67
1 方式一dhclient命令 yum install dhclient // 释放所有ip dhclient -r // 获取ip dhclient // 查看ip ip a 2 方式二setup图像命令 // install yum install setuptool yum install n ...
分类:
其他好文 时间:
2020-07-12 12:18:23
阅读次数:
62
操作系统 # a 操作系统的定义:操作系统是一个用来协调、管理和控制计算机硬件和软件资源的系统程序,它位于硬件和应用程序之间。 # 操作系统分为 系统调用接口 和 系统内核 # b 操作系统内核的定义:操作系统的内核是一个管理和控制程序、负责管理计算机的所有物理资源。其中包括:文件系统、内存管理、设 ...
分类:
系统相关 时间:
2020-07-12 12:14:58
阅读次数:
89
【1】无人值守睡眠时间 这是系统无人值bai守时睡眠时间的设定,默认是两分钟du。解决方法如下:1.运行注册表管理器,win+r ,输入regedit.exe2.定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSet ...
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=13 TaskDialog任务对话框 任务对话框的控件 任务对话框 任务对话框执行结果 实例练习一 using System; using System.Collections.Generic; u ...
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=14 Ribbon菜单 创建控件(按钮等) Ribbon菜单实例练习 using System; using System.Collections.Generic; using System.Lin ...
Introduction In part A we should add multiprocessor support to JOS, implement round-robin scheduling, and add basic environment management system call ...
分类:
其他好文 时间:
2020-07-11 23:16:57
阅读次数:
101
一、添加开机自启服务 在centos7中添加开机自启服务非常方便,只需要两条命令(以Jenkins为例): systemctl enable jenkins.service #设置jenkins服务为自启动服务 sysstemctl start jenkins.service #启动jenkins服 ...
分类:
其他好文 时间:
2020-07-11 23:11:48
阅读次数:
89