默认iDrac没有添加license去Dell网站下载试用版:https://www.dell.com/support/article/en-us/sln309292/idrac-cmc-openmanage-enterprise-openmanage-integration-with-servicenow-and-dpat-trial-licenses?lang=en导入license,Conf
分类:
其他好文 时间:
2020-04-24 01:32:58
阅读次数:
883
1 #include "Windows.h" 2 #include "tlhelp32.h" 3 #include "String.h" 4 #include "Shlwapi.h" 5 #include "iostream" 6 using namespace std; 7 8 HANDLE hP ...
分类:
编程语言 时间:
2020-04-23 21:12:04
阅读次数:
109
package Thread_test; import charactor.hero_sycn_2; //代码含义:逐渐减少英雄hp,如果英雄hp为0,就等待英雄恢复到大于0之后再继续减少到0, //展示了线程同步和wait和notify进行线程交互 public class test_1 { pu ...
分类:
编程语言 时间:
2020-04-22 12:50:14
阅读次数:
79
HP为Linux下的运维自动化提供了比较完成的工具集:hp-scripting-toolkit-linux 下载地址:http://h18004.www1.hp.com/products/servers/management/toolkit/stk/index.html 下面介绍几个比较常用的HP工 ...
分类:
系统相关 时间:
2020-04-21 15:02:13
阅读次数:
121
前期准备:本地已准备好 iso 文档、 idrac enterprise 版本 1. 进入远程管理卡界面,点击启动。 2. 在下面弹出窗口中,点击“连接虚拟介质” 3、 完成以上操作,重新点击“虚拟介质”,可以看到菜单中多了“映射 CD/DVD”按钮,点击“映射 CD/DVD”按钮可以将本地 ISO ...
分类:
其他好文 时间:
2020-04-21 10:06:47
阅读次数:
1084
联想https://newsupport.lenovo.com.cn/driveDownloads_index.html?fromsource=guanwang&_ga=2.134271220.441867053.1582249939-363015174.1582249939戴尔(dell)http ...
分类:
其他好文 时间:
2020-04-12 00:14:28
阅读次数:
355
DELLT110II配置S100与H310RAID卡一.配置环境:服务器:DELLT110II集成RAID:PERCS100(以RAID1为例)独立RAID:PERCH310(以RAID5为例)二.S100RAID配置1.开机长按F2进入COMS。2.选择“SATASettings”,回车进入设置。3.“EmbeddedSATA”选项,使用空格进行选择。4.回车确认。5.使用空格键切换到RAID项
分类:
其他好文 时间:
2020-04-09 15:26:00
阅读次数:
291
[TOC] 一、制作U盘 ================ 1.下载迅雷软件,准备空U盘 链接:https://pan.baidu.com/s/1DrIt8yP1X3nWIH5wFQTHAg 提取码:h26t 2.将win10系统先下载到本地电脑 复制ed2k://|file|cn_windows_ ...
给定一棵有根树,每个结点有权值 $a_i$,记 $c_i$ 为 $i$ 的子树中权值 $ using namespace std; define int long long const int N = 2005; vector g[N]; priority_queue hp; int ans[N], ...
分类:
其他好文 时间:
2020-03-23 09:19:09
阅读次数:
64
1.使用top工具查看占用CPU资源最多的[进程],输入命令“top”,然后敲键盘“P”(大写) 2.拿到使用CUP最高的[进程ID] 11974,找出该[进程ID]下使用CPU最高的[线程ID],输入命令 top -Hp [进程ID] 3.将第二步得到的[线程ID]代入到命令中 printf "% ...
分类:
Web程序 时间:
2020-03-16 16:28:50
阅读次数:
64