标签:
PHP&MYSQL
开发环境准备
GitHub https://github.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.zbj.com/
36氪 http://36kr.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上半月
标签:
原文地址:http://www.cnblogs.com/corvoh/p/4637079.html