上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页
摘要: Getting Started with Zend Framework MVC Applications This tutorial is intended to give an introduction to using Zend Framework 2 by creating a simple 阅读全文
posted @ 2016-07-05 10:36 jinchunguang 阅读(156) 评论(0) 推荐(0)
摘要: 1,在某个路径下查文件。 在/etc下查找“*.log”的文件 find /etc -name “*.log” 2,扩展,列出某个路径下所有文件,包括子目录。 find /etc -name “*” 3,在某个路径下查找所有包含“hello abcserver”字符串的文件。 find /etc - 阅读全文
posted @ 2016-07-04 16:50 jinchunguang 阅读(1427) 评论(0) 推荐(0)
摘要: Eclipse中,折腾java代码。 把之前在android中的代码拿过来使用。 结果出现The import org.apache cannot be resolved的错误: 【解决过程】 1.这里: 求救,eclispe开发不能import org.apache 包 和 The import 阅读全文
posted @ 2016-07-04 12:41 jinchunguang 阅读(20026) 评论(0) 推荐(0)
摘要: 更新 2016-02-22: Response对象不用主动创建。 前言 前段时间用了一下Facebook的开源RPC框架Thrift,做PHP客户端调用C++后端程序,真心觉得Thrift不错! 本文项目地址:https://github.com/zekunyan/ThriftDemo_PHP_CP 阅读全文
posted @ 2016-07-02 16:22 jinchunguang 阅读(829) 评论(0) 推荐(0)
摘要: 安装最新版本的rabbitmq(3.3.1),并启用management plugin后,使用默认的账号guest登陆管理控制台,却提示登陆失败。 翻看官方的release文档后,得知由于账号guest具有所有的操作权限,并且又是默认账号,出于安全因素的考虑,guest用户只能通过localhost 阅读全文
posted @ 2016-07-02 15:33 jinchunguang 阅读(400) 评论(0) 推荐(0)
摘要: 步骤参考官方地址:http://www.rabbitmq.com/install-rpm.html我们这个版本按照官方的不能正确安装。1、安装erlang(官网地址http://www.erlang.org ) rabbitmq是erlang语言编写的,我们要安装erlang语言环境 [html]  阅读全文
posted @ 2016-07-02 15:22 jinchunguang 阅读(237) 评论(0) 推荐(0)
摘要: 说明:php安装目录:/usr/local/php5php.ini配置文件路径:/usr/local/php5/etc/php.iniNginx安装目录:/usr/local/nginxNginx网站根目录:/usr/local/nginx/html1、安装编译工具yum install wget 阅读全文
posted @ 2016-07-02 01:41 jinchunguang 阅读(207) 评论(0) 推荐(0)
摘要: 安装redis服务:下载地址:http://redis.io/download,下载最新文档版本。本教程使用的最新文档版本为 2.8.17,下载并安装: make完后 redis-2.8.17目录下会出现编译后的redis服务程序redis-server,还有用于测试的客户端程序redis-cli, 阅读全文
posted @ 2016-07-01 21:51 jinchunguang 阅读(500) 评论(0) 推荐(0)
摘要: 参考文档:http://www.cnblogs.com/phpinfo/p/4104551...http://blog.csdn.net/historyasamirror/ar... 依赖包安装 yum install ncurses-devel unixODBC unixODBC-devel er 阅读全文
posted @ 2016-07-01 21:46 jinchunguang 阅读(22887) 评论(0) 推荐(0)
摘要: 安装环境说明: 操作系统:Centos 6.5 -64bit 安装路径:/usr/local/redis 开始编译redis Redis配置 调整下内存分配使用方式并使其生效 修改redis配置 redis环境变量配置 Redis 启动脚本 Redis开机自启动配置 Redis 启动、停止测试 Re 阅读全文
posted @ 2016-07-01 21:43 jinchunguang 阅读(247) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页