在系统日志中,看到atapi和disk错误时,如何根据错误信息判断是哪块硬盘出问题?相信很多朋友都遇到过这个问题,那么我来说说这点事儿吧:在错误信息中看到“DeviceIdeIdePort3”或“DeviceHarddisk1”时,IdePort3对应“磁盘管理”中的“磁盘 3”,而“Harddis...
分类:
其他好文 时间:
2015-06-30 20:07:49
阅读次数:
86
1. redis查看当前所有的key KEYS?* 2. 查看当前redis的配置信息 CONFIG?GET?* 3. MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may mod...
分类:
其他好文 时间:
2015-06-30 13:19:43
阅读次数:
251
OnErrorResumeNextDimfso,DiskDriver,DD,Showfreespace,Totalsizespace,SizePercentDimSendmailPermissionSendmailPermission=0Setfso=wscript.createobject("scripting.filesystemobject")If(fso.folderexists("C:\Disk2"))=FalsethenSetfoldr=fso.createfolder("C:\Disk2")En..
分类:
其他好文 时间:
2015-06-29 18:04:28
阅读次数:
175
磁盘清理工作分2步进行每日巡检:我们自己的监控地址http://221.181.100.38/yq/accessreport/disk.txt最好超过80%提前进行清理,可有效避免大部分的HM报警。移动方HM监控报警处理阀值为90%一般磁盘报警主要有5种情况/(根目录)/usr(/usr/local/为应用安装点)/var(此目录已经..
分类:
其他好文 时间:
2015-06-29 17:58:46
阅读次数:
138
mdate=`date +%R-%d-%m-%Y`LogFile=/root/HDstatusLog.logecho disk is good! $mdate >> $LogFile输出:disk is good! 10:51-29-06-2015disk is good! 10...
分类:
系统相关 时间:
2015-06-29 11:32:30
阅读次数:
272
-- 完整还原RESTORE DATABASE XXXX FROM DISK = 'd:\XXXX.bak' WITH MOVE 'XXXX' TO 'D:\MSSQL\Data\XXXX.mdf', MOVE 'XXXX_Log' TO 'D:\MSSQL\Data\XXXX...
分类:
数据库 时间:
2015-06-29 00:26:12
阅读次数:
156
git log(--pretty=oneline) 查看日志, (--pretty=oneline) 简化信息.git reset --hard head 版本回退 head 表示当前版本git reflog 显示所有日志 和 git log 不同 (git log 只能看到当前版本之前的log.....
分类:
其他好文 时间:
2015-06-28 17:05:56
阅读次数:
163
The Contiki build system========================The Contiki build system is designed to make it easy to compile Contikiapplications for different hard...
分类:
其他好文 时间:
2015-06-26 17:41:49
阅读次数:
251
A clustered index determines the order in which the rows of a table are stored on disk. If a table has a clustered index, then the rows of that table ...
分类:
其他好文 时间:
2015-06-26 17:32:12
阅读次数:
113
确定你的主板支持UEFI引导。1,前期准备,WIN8.1原版系统一份(坛子里很多,自己下载个),U盘2个其中大于4G一个(最好 准备两个U盘)2,大家都知道WIN8系统只支持GPT分区,传统的MBR分区格式是无法安装的,要想安装WIN8.1则必须将硬盘分区格式转换为GPT分区,至于两种格式的详细情况请问度娘,这里就不多说了。我们现在大部分硬盘分区格式为MBR分区,转换成GPT分区则要要用到Disk...