標籤:
PHP&MYSQL
開發環境準備
SAE http://sae.sina.com.cn/
GitHub https://github.com/
Git http://git-scm.com/
代碼部署手冊 http://sae.sina.com.cn/doc/tutorial/code-deploy.html
bootstrap.css http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.css
Bootstrap前端開發架構 http://v3.bootcss.com/
xampp https://www.apachefriends.org/zh_cn/index.html (推薦)
開發工具
sublime test3 http://www.sublimetext.com/3 (推薦)
notepad++ https://notepad-plus-plus.org/
dreamweaver cs6 https://www.adobe.com/content/dotcom/cn/products/dreamweaver.html
開發人員社區
部落格園 http://www.cnblogs.com/ (本人使用)
CSDN http://www.csdn.net/
51cto http://blog.51cto.com/
開源中國 http://www.oschina.net/
拉活·創業
威客-豬八戒網 http://www.zbj.com/
36氪 http://36kr.com/
虎嗅網 http://www.huxiu.com/
待深入的PHP演算法題(實現後添加代碼…)
只列印0
具體個數由輸入的參數n決定
如n=5就列印00000
列印一行 0101010101010101010101
具體個數由輸入的參數n決定
如test.php?n=3列印010
實現1 00 111 0000 11111
for if 實現
for switch 實現
while if 實現
while switch 實現
做個計算機
如test.php?a=1&b=2&operator=jia輸出3
如test.php?a=5&b=2&operator=jian輸出3
如test.php?a=2&b=5&operator=cheng輸出10
如test.php?a=6&b=3&operator=chu輸出2
本猿新接觸(內附PHP開發環境與PHP簡單演算法題)——2015.07上半月