Yii的AR使用多数据库

Yii的Active Record模型中,数据库联接是通过getDbConnection()来获取的。 默认情况下,该函数返回的是配置文件中的c...

October 24, 2013

开关面板及灯的需求

开关面板清单 类型 数量 说明 五孔插座 54 三孔16A空调插座 4 单联双控开关 3 三联双控开关 1 单开开关 4 双开开关 2 三开开关 1 单个网络面板 3 网络+有线电视...

September 15, 2013

如何快速正确的安装Rails运行环境

对于新入门的开发者,如何安装 Ruby, Ruby Gems 和 Rails 的运行环境可能会是个问题,本页主要介绍如何用一条靠谱的路子快速安装 Ruby 开发环境。 此安装方法同样适用于产品...

August 20, 2013

Getting PAM to authenticate against MySQL

Because OpenSSH makes use of PAM for authentication, it may be desirable to back users with a pre-existing MySQL database. The following steps will show how to do this. This is yet another authentication option for integrations. The role of PAM and NSS There is some confusion as to the role of PAM and NSS. In a nutshell, PAM and NSS perform two related functions: PAM: Authentication of users NSS: Name Services The important item to note is that authentication is a question of, “Is this who they purport to be?...

July 13, 2013

解决BAE中PHPMyAdmin无法登录的问题

不知道大家有没有遇到我这种情况,打开BAE的PHPMyAdmin,结果提示: Sorry! Login Failed, Please Try Again! 本以为这百度家的玩意儿,在百度家应该很容易解决,结果...

July 10, 2013 · athurg

header无法跳转的问题——坑爹的PHP

我们都知道,PHP里可以通过header("Location: http://www.foobar.com/"),告知客户...

July 9, 2013 · athurg