摘要:
1、accept.php消费者代码需要在命令行执行 2、'username'=>'asdf','password'=>'123456' 改成自己的帐号和密码 RabbitMQCommand.php操作类代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 阅读全文
摘要:
server { listen 7569 default_server; #listen [::]:80 default_server ipv6only=on; server_name www.linktest.com; index index.html index.htm index.php; r 阅读全文
摘要:
<?php/** * Simple JSON-RPC interface. */ namespace org;class JosnRpcClient{ protected $host; protected $port; protected $version; protected $debug; pr 阅读全文
摘要:
<?php/** * Simple JSON-RPC interface. */ namespace org;class JsonRpc{ protected $host, $port, $version; protected $id = 0; function __construct($host, 阅读全文
摘要:
<?phpnamespace page;// + // | ThinkPHP [ WE CAN DO IT JUST THINK ] // + // | Copyright (c) 2006~2017 http://thinkphp.cn All rights reserved. // + // | 阅读全文
摘要:
<?phpnamespace org;/** * redis操作类 * 说明,任何为false的串,存在redis中都是空串。 * 只有在key不存在时,才会返回false。 * 这点可用于防止缓存穿透 * */class LinkRedis{ private $redis; //当前数据库ID号 阅读全文
摘要:
<?php/** * Ethereum JSON-RPC interface * * See Ethereum API documentation for more information: * http://ethereum.gitbooks.io/frontier-guide/content/r 阅读全文
摘要:
<?php/*EasyBitcoin-PHPA simple class for making calls to Bitcoin's API using PHP.https://github.com/aceat64/EasyBitcoin-PHP The MIT License (MIT)Copyr 阅读全文