摘要:
目的:加快开发速度,总结使用方法: menu list: custom controller custom 模块使用 custom model custom middleware custom service 关于启动 : config/connection db connection 入口: ap 阅读全文
摘要:
Hello World !/bin/bash echo 'Hello Bash World' for loop in one line 一行实现循环调用 for i in {1..5}; do COMMAND1 HERE && COMMAND2 HERE; done 定义function 你可以用f 阅读全文
摘要:
what problems 多个服务要写自己的log,auth,对于比较耗时的,有时还要高流量限制。 solution intro 单点部署的情况: why not just haproxy log (kinbana) haproxy rate limit http://blog.serverfau 阅读全文
摘要:
rabbitmq management advance management install rabbitmq plugins enable rabbitmq_management visit : http://ali3:15672/ 管理页面的进程与rabbitmq server 是分开的 sol 阅读全文