課程
/后端開發(fā)
/PHP
/大話PHP設(shè)計(jì)模式
localhost/Home/index
2016-11-24
源自:大話PHP設(shè)計(jì)模式 14-7
正在回答
我的 nginx 配置?
server?{ ????listen?80?default_server; ????root?/var/www/; ????index?index.html?index.php?index.htm; ????location?/?{ ????????try?files?$uri/?/index.php$query_string; ????} }
nginx apache 的rewrite 加 php pathinfo
舉報(bào)
幫助PHPer具備使用設(shè)計(jì)模式解決工程中復(fù)雜邏輯的能力
1 回答url里面是怎么實(shí)現(xiàn)的
2 回答找類的定義以及方法的實(shí)現(xiàn)功能確實(shí)挺有用的 ctrl+onclick
2 回答感覺適配器模式就是一個(gè)Interface功能的具體實(shí)現(xiàn),這種理解對(duì)么?
1 回答那鏈?zhǔn)讲僮鞯拿總€(gè)方法大概是怎么實(shí)現(xiàn)的呢
2 回答這里的 use 怎么解釋啊
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-02-06
我的 nginx 配置?
2016-12-22
nginx apache 的rewrite 加 php pathinfo