Use simple ssh and shell scripts to deploy, upgrade, rollback and reconfigure linux servers.https://github.com/Panblack/ezdplImportant!Warning: This p...
分类:
其他好文 时间:
2015-07-21 06:44:09
阅读次数:
122
git 提交代码是会遇到以下问题,git commit 代码时提示: Warning: Your console font probably doesn't support Unicode. If you experience trange characters in the output, con...
分类:
其他好文 时间:
2015-07-20 21:03:45
阅读次数:
224
1,原理分析: 通过调查,是由于linux在执行cron时,会将cron执行脚本中的output和warning信息,都会以邮件的形式发送Cron所有者, 而由于客户环境中的sendmail和postfix没有正常运行,导致邮件发送不成功,全部小...
分类:
系统相关 时间:
2015-07-20 13:09:22
阅读次数:
180
安装Linux的第一步就是创建磁盘系统,而创建系统主要分为成两个步骤:1.创建分区,2.创建文件系统创建分区:常用三个命令fdisk,partedfdisk:是最常用的限制:1.fdisk不支持gpt磁盘,也就是说它不能划分大于2T的分区(例如下图)2.最多划分15个分区#fdisk/dev/sdb
Warning:invalidflag0..
分类:
系统相关 时间:
2015-07-19 21:59:26
阅读次数:
227
1.简介Gen_event实现了通用事件处理,通过其提供的标准接口方法以及回调函数,在OTP里面的事件处理模块是由一块通用的事件管理器和任意数量的事件处理器,并且这些事件处理器可以动态的添加和删除。一个事件可以用来记录error,alarm,info,warning等信息。一个事件管理器可以安装0,...
分类:
其他好文 时间:
2015-07-19 14:59:56
阅读次数:
150
在 XCode 4.2 (with LLVM):里-(void)release{}会弹出警告warning: Semantic Issue: Conflicting distributed object modifiers on return type in implementation of 'r...
分类:
其他好文 时间:
2015-07-19 09:59:43
阅读次数:
172
clc;clear all;close all;% %% 画极坐标系% x = 0:.01 * pi:0.5 * pi;% y = cos(x) + sqrt(-1) * sin(x);% plot(y*2,'r','linewidth',5);% hold on% warning('off')% ...
分类:
其他好文 时间:
2015-07-18 22:31:09
阅读次数:
228
pip升级到7.0以后,在使用http镜像进行包安装及升级的时候往往会有如下提示:Collecting beautifulsoup4The repository located at mirrors.aliyun.com is not a trusted or secure host and is ...
分类:
系统相关 时间:
2015-07-18 21:11:57
阅读次数:
280
如下是运行微信支付测试代码时出错代码:Warning: curl_setopt() expects parameter 2 to be long, string given in D:\wwwroot\weixinpaytest\pay\WxPay.JsApiPay.php on line 99 F...
分类:
微信 时间:
2015-07-17 07:06:39
阅读次数:
61699
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/extensions/no-debug-non-zts-20121212/php_gd2.dll‘ - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20121212/php_gd2.dll, 9): ...
分类:
系统相关 时间:
2015-07-16 14:28:25
阅读次数:
223