码迷,mamicode.com
首页 >  
搜索关键字:Insufficient system    ( 49344个结果
安装配置kvm虚拟机
kvm安装和配置
分类:其他好文   时间:2020-07-12 15:01:08    阅读次数:58
Cannot find required service quagga in /etc/init.d/
[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
java file
@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
CenOS7 重新获取ip
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
Linux速通01 CentOS安装
操作系统 # a 操作系统的定义:操作系统是一个用来协调、管理和控制计算机硬件和软件资源的系统程序,它位于硬件和应用程序之间。 # 操作系统分为 系统调用接口 和 系统内核 # b 操作系统内核的定义:操作系统的内核是一个管理和控制程序、负责管理计算机的所有物理资源。其中包括:文件系统、内存管理、设 ...
分类:系统相关   时间:2020-07-12 12:14:58    阅读次数:89
win10如何设置锁屏后不熄屏
【1】无人值守睡眠时间 这是系统无人值bai守时睡眠时间的设定,默认是两分钟du。解决方法如下:1.运行注册表管理器,win+r ,输入regedit.exe2.定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSet ...
分类:Windows程序   时间:2020-07-12 12:07:45    阅读次数:401
Revit 二次开发 交互及UIAPI之TaskDialog
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=13 TaskDialog任务对话框 任务对话框的控件 任务对话框 任务对话框执行结果 实例练习一 using System; using System.Collections.Generic; u ...
分类:Windows程序   时间:2020-07-12 01:00:27    阅读次数:90
Revit 二次开发 交互及UIAPI之Ribbon菜单
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=14 Ribbon菜单 创建控件(按钮等) Ribbon菜单实例练习 using System; using System.Collections.Generic; using System.Lin ...
分类:Windows程序   时间:2020-07-12 00:47:04    阅读次数:171
MIT_xv6_Lab4_PartA
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
Centos706添加服务开启自启
一、添加开机自启服务 在centos7中添加开机自启服务非常方便,只需要两条命令(以Jenkins为例): systemctl enable jenkins.service #设置jenkins服务为自启动服务 sysstemctl start jenkins.service #启动jenkins服 ...
分类:其他好文   时间:2020-07-11 23:11:48    阅读次数:89
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!