文章分类 -  php

摘要:下载最新版的amqp扩展http://pecl.php.net/get/amqp-1.0.4.tgz下载扩展依赖的库 librabbitmqgit clone https://github.com/alanxz/rabbitmq-c.git进入 rabbitmq-cgit submodule initgit submodule updateautoreconf -i./configuremake && make install也可以直接从cmake 阅读全文
posted @ 2012-08-16 11:04 涛光 阅读(282) 评论(0) 推荐(0)
摘要:1<?php23$cipher=mcrypt_module_open(MCRYPT_BLOWFISH,'',MCRYPT_MODE_CBC,'');45//Theblock-sizeoftheBlowfishalgorithmis64-bits,thereforeourIV6//isalways8bytes:7$iv='12345678';89$key256='1234567890123456ABCDEFGHIJKLMNOP';10$key128='1234567890123456';1112printf(& 阅读全文
posted @ 2011-07-31 19:23 涛光 阅读(3610) 评论(0) 推荐(0)