上一页 1 2 3 4 5 6 7 ··· 18 下一页

2014年10月31日

https nginx 设置

摘要: https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-nginx-for-ubuntu-14-04https://www.digitalocean.com/community/tuto... 阅读全文

posted @ 2014-10-31 14:30 argb 阅读(260) 评论(0) 推荐(0)

2014年10月26日

第三方支付系统

摘要: 1、http://www.jiasale.com/ 一行代码 简单方便2、https://stripe.com/ 貌似很强大,待研究3 、https://cartalyst.com/ 很多基本组件 包括用户管理 购物车等 待研究4、http://www.tuicool.com/ 不错的站点 很多好文... 阅读全文

posted @ 2014-10-26 21:36 argb 阅读(329) 评论(0) 推荐(0)

2014年10月21日

facebook页面种简单测试js调用flash开放的js接口的方法

摘要: 无意间折腾出来的,此方法很triky,但是很简单有效。背景说明:facebook种内嵌的iframe无法直接访问。解决方法:chrome浏览器为例1、右键查看iframe源代码,此时进入iframe的源代码页面,例如得到如下页面:view-source:https://farm-us.funplus... 阅读全文

posted @ 2014-10-21 17:32 argb 阅读(295) 评论(0) 推荐(0)

2014年5月18日

switch crontab default editor

摘要: sudo select-editor 阅读全文

posted @ 2014-05-18 16:23 argb 阅读(174) 评论(0) 推荐(0)

2014年5月17日

vim 常用命令

摘要: 1、窗口切换 l h j k: 上下左右窗口的切换2、折叠与打开折叠z-o 打开z-c折叠z-R 全部打开z-M 全部折叠终极vim 配置方案2个1、http://vim.spf13.com/2、https://github.com/amix/vimrc (作者博客:http://amix.dk/) 阅读全文

posted @ 2014-05-17 18:41 argb 阅读(301) 评论(0) 推荐(0)

2014年5月15日

working-with-php-and-beanstalkd

摘要: 原文出处:http://www.lornajane.net/posts/2014/working-with-php-and-beanstalkdWorking with PHP and BeanstalkdI have just introduced Beanstalkd into my curre... 阅读全文

posted @ 2014-05-15 02:56 argb 阅读(697) 评论(0) 推荐(0)

Production-Ready Beanstalkd with Laravel 4 Queues

摘要: 原文地址:http://fideloper.com/ubuntu-beanstalkd-and-laravel4Note:TL;DR versionat the bottom!Queues are a great way to take some task out of the user-flow ... 阅读全文

posted @ 2014-05-15 02:27 argb 阅读(609) 评论(0) 推荐(0)

2014年5月11日

elasticsearch 相关

摘要: 1、对elsasticsearch index的解释,What exactly is an index in Elasticsearch ?basic definitionAn index isdefinedas:An index is like a ‘database’ in a relation... 阅读全文

posted @ 2014-05-11 17:35 argb 阅读(176) 评论(0) 推荐(0)

2014年5月6日

php & laravel 相关收集

摘要: http://www.oschina.net/news/49207/best-php-debugging-tools 调试相关工具https://github.com/barryvdh/laravel-debugbarhttp://identicon-php.org/https://github.c... 阅读全文

posted @ 2014-05-06 22:04 argb 阅读(193) 评论(0) 推荐(0)

2014年3月17日

nginx php-fpm安装配置

摘要: 原文出处:http://www.nginx.cn/231.htmlnginx本身不能处理PHP,它只是个web服务器,当接收到请求后,如果是php请求,则发给php解释器处理,并把结果返回给客户端。nginx一般是把请求发fastcgi管理进程处理,fascgi管理进程选择cgi子进程处理结果并返回被nginx本文以php-fpm为例介绍如何使nginx支持PHP一、编译安装php-fpm什么是PHP-FPMPHP-FPM是一个PHP FastCGI管理器,是只用于PHP的,可以在 http://php-fpm.org/download下载得到.PHP-FPM其实是PHP源代码的一个补丁,旨在 阅读全文

posted @ 2014-03-17 01:18 argb 阅读(10630) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 18 下一页

导航