然后就解决了 docker info 就不显示了 ...
分类:
其他好文 时间:
2016-04-22 18:30:27
阅读次数:
375
本文摘自csdn沧海一粟的专栏 link:http://blog.csdn.net/xuleilx/article/details/7281499 Warning 1 warning C4996: 'fopen': This function or variable may be unsafe. C ...
分类:
其他好文 时间:
2016-04-22 11:58:01
阅读次数:
117
Matlab R2014a保存较大变量(大于2G时)时,出现如下错误: >> save('D.mat','D');Warning: Variable 'D' cannot be saved to a MAT-file whose version is older than 7.3.To save t ...
分类:
其他好文 时间:
2016-04-21 18:22:24
阅读次数:
188
#pragma warning( disable : 4244 ) #pragma comment(lib, "gdiplus.lib") ...
分类:
其他好文 时间:
2016-04-19 13:50:22
阅读次数:
141
今天在使用ps -aux的时候,发现有一句提醒 Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ 使用man ps发现下面一段话 Note that "ps -aux" is distinct ...
分类:
其他好文 时间:
2016-04-18 22:33:14
阅读次数:
367
/* debug masks (32 bits, non-overlapping) */#define D_BUG 0x00000001#define D_INFO 0x00000002#define D_WARNING 0x00000004#define D_ERROR 0x00000008#de ...
分类:
其他好文 时间:
2016-04-18 19:03:03
阅读次数:
153
转载文章 原始出处 在没有nagios监控的情况下,只要服务器能上互联网,就可通过发邮件的方式来提醒管理员系统资源的使用情况。 一、编写linux系统告警邮件脚本 # vim /scripts/sys-warning.sh # chmod a+x /scripts/sys-warning.sh 二、 ...
分类:
系统相关 时间:
2016-04-18 17:12:21
阅读次数:
266
一、LF will be replaced by CRLF 1.发现问题 $ git add welcome.txt warning: LF will be replaced by CRLF in welcome.txt. The file will have its original line e... ...
分类:
其他好文 时间:
2016-04-17 17:52:27
阅读次数:
191
前置文章:http://www.cnblogs.com/newbob/articles/5400495.html 阿里云ecs使用心得的一些个人补充部分 一、在yum安装node/npm的过程中出现的WARNING: C++ compiler too old, need g++ 4.8 or cla ...
分类:
其他好文 时间:
2016-04-17 12:59:24
阅读次数:
180
bmp.c:8: warning: malformed '#pragma pack(push[, id], <n>)' - ignored bmp.c:33: warning: #pragma pack (pop) encountered without matching #pragma pack ...
分类:
其他好文 时间:
2016-04-16 18:28:37
阅读次数:
177