Linux & Mac curl 命令行使用——POST&GET...
分类:
系统相关 时间:
2014-06-19 09:42:02
阅读次数:
754
Example syntax for Secure Copy (scp)What is Secure Copy?scpallows files to be copied to, from, or between different hosts. It usessshfor data transfer...
分类:
其他好文 时间:
2014-06-15 22:30:51
阅读次数:
290
/** * 发送HTTP请求方法,目前只支持CURL发送请求 * @param string $url 请求URL * @param array $params 请求参数 * @param string $method 请求方法GET/POST ...
分类:
Web程序 时间:
2014-06-15 21:39:00
阅读次数:
376
VS2010静态链接libcurl,附带编译通过的测试工程和bilcurl库...
分类:
其他好文 时间:
2014-06-15 17:04:29
阅读次数:
205
安装完rabbitmq-server,重启时间很长,并且报错ERROR: epmd error for host "yourhostname": timeout
原因是:主机名和ip不匹配,需要更改hostname或者/etc/hosts文件
eg:修改主机名:#hostname yourhostname 要跟/etc/hosts文件中一致。...
分类:
其他好文 时间:
2014-06-15 16:47:03
阅读次数:
270
经过一翻查找后解决了,原因和方法如下:[root@~]# grep host /etc/nsswitch.conf#hosts: db files nisplus nis dnshosts: files主机只找文件不走dns,将其该成hosts: files dns 即可!
分类:
系统相关 时间:
2014-06-14 17:54:21
阅读次数:
283
出现这种错误是因为主机名和/etc/hosts 文件不一致,只需要把主机名和其IP 写入/etc/hosts 文件,就ok了。注意名字不能有下划线修改network 文件之外,再使用hostname 命令指定一下主机名,就不用重启OS了。 1. 修改/etc/sysconfig/network 文件[root@localhost~]# cat /etc/sysconfig/networkN...
分类:
数据库 时间:
2014-06-14 17:29:44
阅读次数:
418
php100:87:php之CURL传输与获取功能什么是CURL? 利用URL语法爱命令行方式下工作的文件传输工具。它支持很多协议。它支持认证功能。php中常用都实现更复杂的传输功能。 实现的功能: 1、实现远程获取和采集内容 2、实现PHP 网页版的FTP上传下载 3、实现模拟登陆:去一...
分类:
其他好文 时间:
2014-06-14 11:09:54
阅读次数:
139
DRBD官方tar包下载地址:http://oss.linbit.com/drbd/环境介绍:系统版本:CentOS6.4(64位)内核版本2.6.32-358.el6.x86_64软件版本:drbd-8.4.3.tar.gz主:10.0.0.1从:10.0.0.2两台机器上的hosts都需要修改:[root@localhost~]#vim/etc/hosts10.0.0.1node110.0.0.2node2两台服..
分类:
数据库 时间:
2014-06-13 21:00:00
阅读次数:
446