摘要:
PHPStorm 调式JS /同时调式PHP和jS 一、PHPStorm 调式Javascript 在PHP Storm中创建test.html 在test.html 文件中右键 选择Debug ‘test.html' . 此时Chorme浏览器会提示安装JetBrain IDE Support。选 阅读全文
posted @ 2016-09-26 18:54 work hard work smart 阅读(8225) 评论(0) 推荐(1)
|
|||
|
摘要:
PHPStorm 调式JS /同时调式PHP和jS 一、PHPStorm 调式Javascript 在PHP Storm中创建test.html 在test.html 文件中右键 选择Debug ‘test.html' . 此时Chorme浏览器会提示安装JetBrain IDE Support。选 阅读全文
posted @ 2016-09-26 18:54 work hard work smart 阅读(8225) 评论(0) 推荐(1)
摘要:
PHP list,explode的使用 1.header("Content-type: text/html; charset=utf-8"); 解决中文乱码问题。 输出结果: explode 使用ZhangsanLisilist 使用ZhangsanLisiWangwu 阅读全文
posted @ 2016-09-26 14:29 work hard work smart 阅读(1681) 评论(0) 推荐(1)
摘要:
"100","2"=>"200","3"=>"300"); foreach ($arr as $key=> $value){ echo "Key: ".$key." Value: ".$value."\n"; } 阅读全文
posted @ 2016-09-26 14:06 work hard work smart 阅读(297) 评论(0) 推荐(0)
摘要:
PHP eof的使用 也就是heredoc技术,来部分实现界面与代码的分离 以<<<EOT开头, 以EOT;结尾, $name 为定义的变量。使用EOF比起一行一行 echo 如 ,显然EOF便于阅读。 阅读全文
posted @ 2016-09-26 11:49 work hard work smart 阅读(1645) 评论(0) 推荐(0) |
|||