write-through 数据在写入存储的同时,要写入缓存,这种方式安全但是会牺牲写性能,因为只有等数据完全落入硬盘后,才算是一次io完成,这个过程会造成cpu的iowait。 write-back 数据直接写入缓存,写缓存的速度是远远大于写磁盘的,所以这种方式可以提高服务器的写性能。也许你会想当 ...
分类:
其他好文 时间:
2019-02-01 13:11:47
阅读次数:
989
我pycharm安装目录为/home/dell/pycharm-community-2018.1.2/bin。那么安装完成之后系统不会给pycharm添加系统路径,只有把终端切换到安装目录/home/dell/pycharm-community-2018.1.2/bin下才能输入命令’matlab‘ ...
分类:
系统相关 时间:
2019-01-26 19:37:32
阅读次数:
277
如果用pacman -S boost-libs安装,只能得到一堆.so .a文件,并没有头文件 用pacman -Ss boost 查找一下 [root@dell_xps_13 dean]# pacman -Ss boost extra/boost 1.60.0-4 Free peer-review ...
分类:
系统相关 时间:
2019-01-25 21:43:06
阅读次数:
303
新机安装redis centos 7 2核 4G dell服务器 产品型号:PowerEdge T30 安装 $ yum -y install gcc gcc-c++ ##安装编译命令 $ wget http://download.redis.io/releases/redis-5.0.3.tar. ...
分类:
其他好文 时间:
2019-01-25 17:36:09
阅读次数:
197
在ubuntu 上通过火狐访问dell idrac卡对dell服务器进行远程维护操作,前提是要安装配置相关插件;
分类:
系统相关 时间:
2019-01-22 14:25:07
阅读次数:
383
此次使用IBM X3650 M4服务器配置raid阵列,硬件配置为5块sas和1块ssd。其中2块sas配置成raid1用作系统盘,其余3块sas和1块ssd统一配成raid0。dell服务器配置raid步骤会持续补充上 一、进入WebBIOS界面 启动服务器等待出现如上界面后按照提示按Ctrl+H ...
分类:
其他好文 时间:
2019-01-19 16:15:12
阅读次数:
204
icinga2使用check_snmp_idrac.py监控DELL硬件状态:gitclonehttps://github.com/pynag/pynag.gitcdpynagpythonsetup.pybuildpythonsetup.pyinstallyuminstallnet-snmp-develnet-snmp-pythonhttps://github.com/rsmuc/health_m
分类:
其他好文 时间:
2019-01-17 23:43:27
阅读次数:
307
Many times ago, i saw a blog about MB sd connect C4 for benz, the author said he like this tool very much, and make a comparison with mb star c3 for a ...
分类:
其他好文 时间:
2019-01-13 12:23:41
阅读次数:
144
服务器出货量: 1200万台, 总体营收大约为800亿刀 同比上升 5% (前三名分别为Dell EMC、HPE (含H3C)与Inspur,出货市占率分别为16.7%、15.1%、 7.8%。) PC出货量: 2.6亿台 同比下降 0.3%(近七年最低下降) 智能手机出货量: 14亿台左右 其中国 ...
分类:
其他好文 时间:
2019-01-12 13:11:52
阅读次数:
228
1.新建welecomeactivity.java package com.example.dell.apps; import android.annotation.SuppressLint; import android.app.Activity; import android.content.I ...
分类:
移动开发 时间:
2019-01-11 11:31:45
阅读次数:
205