码迷,mamicode.com
首页 >  
搜索关键字:wamp 2.4 composer rabbitmq    ( 6855个结果
Wamp2.5 64bit,无法修改MySQL datadir位置
今天偶然想到去更新一下机子里面PHP的版本,然后重新去wamp官网下载了WAMP(wamp 64  Apache : 2.4.9 MySQL : 5.6.17 PHP : 5.5.12 PHPMyAdmin : 4.1.14 SqlBuddy : 1.3.3 XDebug : 2.2.5)。 安装之后修改 D:\wamp\bin\mysql\mysql5.6.17\my.ini,发现修改了dat...
分类:数据库   时间:2014-06-24 20:52:46    阅读次数:244
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVD
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVDMentor.Graphics.O-in 3.0 Linux 1DVD Avid Media Composer 6.0.0 MacOSX 1DVD IBM.Rational.Requisitep...
分类:其他好文   时间:2014-06-24 20:46:53    阅读次数:258
Zend framework
Zend framework框架 开发web程序和服务,ZF采用MVC架构模式来分离应用程序下。 PHP5面向对象描写:丰富完善的组件支持,Ajax支持 OOP MVC环境需求和配置 php版本需要在5.2.0以上(Wamp) php需要开启PDO和PDO相关数据库...
分类:其他好文   时间:2014-06-23 06:12:21    阅读次数:231
InnoDB: Error: log file .\ib_logfile0 is of different size 0 10485760 bytes
启动WAMP Server的时候报如下的错误: 140618 23:12:32 [Note] Plugin 'FEDERATED' is disabled. 140618 23:12:32 InnoDB: The InnoDB memory heap is disabled 140618 23:12:32 InnoDB: Mutexes and rw_locks use Windows inte...
分类:数据库   时间:2014-06-22 20:31:08    阅读次数:471
php定时执行任务(windows7)
1:先写自己的php文件,这里是我的一些php文件 2:新建.bat文件 写入内容:E:\WampSever\wamp\bin\php\php5.4.12\php.exe -q E:\WampSever\task\Grab1.php E:\WampSever\wamp\bin\php\php5.4.12\php.exe 这是我的php.exe路径 E:\WampSever\task\...
分类:Windows程序   时间:2014-06-22 16:49:54    阅读次数:340
[转]NOVA中的RabbitMQ解析
原博客地址:http://blog.csdn.net/gaoxingnengjisuan NOVA是OpenStack系统的核心模块,主要负责虚拟机实例的生命周期管理、网络管理(前几个版本)、存储卷管理(前几个版本)、用户管理以及其他相关云平台管理功能,在能力上类似于Amazon EC2和Racks...
分类:其他好文   时间:2014-06-21 18:17:32    阅读次数:365
Openstack中RabbitMQ RPC代码分析
在Openstack中,RPC调用是通过RabbitMQ进行的。 任何一个RPC调用,都有Client/Server两部分,分别在rpcapi.py和manager.py中实现。 这里以nova-scheduler调用nova-compute为例子。 nova/compute/rpcapi.py中有...
分类:其他好文   时间:2014-06-21 17:09:12    阅读次数:279
RabbitMQ in Action (2): Running and administering Rabbit
Server management the Erlang node and the Erlang application Starting nodes multiple Erlang applications can run inside the same node an application o...
分类:其他好文   时间:2014-06-21 16:36:43    阅读次数:387
RabbitMQ in Action(5): Clustering and dealing with failure
Batteries included: RabbitMQ clustering The clustering built in to RabbitMQ was designed with two goals in mind: allowing consumers and producers to k...
分类:其他好文   时间:2014-06-21 16:31:16    阅读次数:276
RabbitMQ in Action (1): Understanding messaging
1. Consumers and producers Producers create messages and publish (send) them to a broker server (RabbitMQ). A message has two parts: a payload and a l...
分类:其他好文   时间:2014-06-21 14:33:14    阅读次数:431
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!