文章分类 -  PHP

摘要:http://blog.csdn.net/pleasecallmewhy/article/details/9981453 阅读全文
posted @ 2016-01-08 02:07 倾其一生 阅读(84) 评论(0) 推荐(0)
摘要:多次查询报错Commands out of sync; you can't run this command now解决方案:使用mulity_query()最小化写法do { result = mysql_store_result( mysql ); mysql_free_result(r... 阅读全文
posted @ 2015-12-22 15:24 倾其一生 阅读(501) 评论(0) 推荐(0)
摘要:1. IE下保存文件,文件名乱码 。 使用urlencode对中文编码 header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;'); header('Content-Dis... 阅读全文
posted @ 2015-12-19 17:34 倾其一生 阅读(108) 评论(0) 推荐(0)
摘要:原文链接http://jingyan.baidu.com/article/29697b9132b52eab20de3ca8.htmlhelp->Install new software输入:http://subclipse.tigris.org/update_1.8.x取消 subclise Int... 阅读全文
posted @ 2015-12-10 14:08 倾其一生 阅读(147) 评论(0) 推荐(0)
摘要:原文链接http://tedtian.iteye.com/blog/2019367?utm_source=tuicool&utm_medium=referralphpeclipse + wamp搭建php开发环境,在使用xdebug出现waiting for XDebug session问题。首先确... 阅读全文
posted @ 2015-12-10 13:11 倾其一生 阅读(719) 评论(0) 推荐(0)
摘要:原文连接 http://blog.csdn.net/imxiangzi/article/details/46533811运行环境:win7 64 旗舰版使用的软件:wampserver:wampserver2.4zend studio:zend studio12.0.1Xdebug:wampserv... 阅读全文
posted @ 2015-12-10 13:09 倾其一生 阅读(754) 评论(0) 推荐(0)
摘要:interpreter地址选择 php安装目录下的 php.exe即可。 阅读全文
posted @ 2015-12-05 15:57 倾其一生 阅读(2745) 评论(0) 推荐(0)
摘要:需要运行环境PHPSTORM版本 : 8.0.1PHP版本 : 5.6.2xdebug版本:php_xdebug-2.2.5-5.6-vc11-x86_64.dllps : php版本和xdebug版本一定要相对应1. PHP安装xdebug扩展php.ini的配置,下面的配置仅供参考,路径要换成自... 阅读全文
posted @ 2015-12-05 15:55 倾其一生 阅读(101) 评论(0) 推荐(0)
摘要:php 有的时候echo javascript文本时候, 如果文本本身有换行的话,html解析会出现问题解决在php将文本内容去除回车换行 阅读全文
posted @ 2015-12-05 15:46 倾其一生 阅读(1099) 评论(0) 推荐(0)
摘要:phpstorm 快捷键phpstorm快捷键:// ctrl+shift+n 查找文件// ctrl+j 插入活动代码提示// ctrl+alt+t 当前位置插入环绕代码// alt+insert 生成代码菜单// ctrl+q 查看代码注释// ctrl+d 复制当前行// ctrl+y 删除当... 阅读全文
posted @ 2015-11-29 22:12 倾其一生 阅读(94) 评论(0) 推荐(0)