6 RPC
Remote procedure call implementation
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Remote procedure call (RPC)
(using the .NET client)
在第二个教程second tutorial 中...
分类:
Web程序 时间:
2014-09-04 00:16:57
阅读次数:
370
apache 修改端口号 修改根目录 添加域名修改apache端口号选择Apache下的httpd.conf找到Listen 80 和 ServerName localhost:80修改80关闭,再打开修改WAMP打开默认页 Localhost和phpMyadmin的端口打开wamp安装目录下wam...
分类:
其他好文 时间:
2014-09-03 22:26:37
阅读次数:
234
RabbitMQ重新实现了erlang的gen_server -> gen_server2。 本文从源码角度对比二者的实现。...
分类:
其他好文 时间:
2014-09-03 16:52:06
阅读次数:
234
1 官方入门教程。 2 官方命令使用文档 3 中文教程 第一部分: Hello World 第二部分: 工作队列(Work queues) 第三部分: 发布/订阅(Publish/Subscribe) 第四部分: 路由(Routing)
分类:
其他好文 时间:
2014-09-03 14:42:26
阅读次数:
152
# --*-- coding:utf-8 --*--import pikaimport datetimeconnection = pika.BlockingConnection(pika.ConnectionParameters( 'localhost'))channel...
分类:
其他好文 时间:
2014-09-03 12:39:16
阅读次数:
167
LAMP搭建笔记传送门 http://www.cnblogs.com/jianming348/p/3952650.html软件版本:Win7 64位 (由于现在内存配置提升,需要64位系统支持更高的内存)Apache 2.4.10 win64 版 (在官网下载64位apache,注意是64位的,与系...
分类:
数据库 时间:
2014-09-03 01:26:05
阅读次数:
256
5 Topics
Receiving messages based on a pattern
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Topics
(using the .NET client)
前面的教程我们已经加强了我们的日志系统,我们将只具备无脑广播的 fa...
分类:
Web程序 时间:
2014-09-03 00:19:35
阅读次数:
438
好久没有写了,最近项目用到RabbitMQ,找了一些资料试验,最后终于成功了,把安装配置的步骤分享给大家。一、Erlang安装具体过程:1.双击otp_win32_R16801.exe(不同版本可能命名字不一样),选择next2.默认安装在C盘,建议程序安装在非系统盘比如D盘(如果安装在C盘可能会出...
分类:
其他好文 时间:
2014-09-02 19:31:45
阅读次数:
466
下载memcache,将其中的memcached.exe解压至PHP安装目录,然后打开DOS命令行,切换至PHP安装目录,运行memcached.exe -d -install,之后开启,memcached.exe -d -start,最后将压缩包内的php_memcache.dll拷贝至PHP安...
分类:
其他好文 时间:
2014-09-02 18:16:25
阅读次数:
150
Routing
(using the .NET client)
Where to get help
If you're having trouble going through this tutorial you can contact usthrough the discussion list or
directly.
In the previou...
分类:
Web程序 时间:
2014-09-02 00:24:44
阅读次数:
320