【已解决】PHP的error_log中如何打印输出数组(array)变量
crifan 12年前 (2012-10-26) 9288浏览 0评论
【问题】 想要在php的erro_log中输入一个array类型变量。 但是使用: error_log(print_r($array_data)); 输入的内容却是1 【解决过程】 1.经过一番折腾,最后参考: Human readable erro...
all programming language, C/C++/C#/VB/VBA/VB.NET/Python/Ruby/PHP/Go/Perl/……
crifan 12年前 (2012-10-26) 9288浏览 0评论
【问题】 想要在php的erro_log中输入一个array类型变量。 但是使用: error_log(print_r($array_data)); 输入的内容却是1 【解决过程】 1.经过一番折腾,最后参考: Human readable erro...
crifan 12年前 (2012-10-26) 4655浏览 2评论
1.打开wordpress中的相关的调试选项/配置 之前已经在 实现WLW上传图片到Wordpress过程中,自动翻译文件名 中,参考: http://codex.wordpress.org/Debugging_in_WordPress 可以到wp-...
crifan 12年前 (2012-10-26) 2731浏览 0评论
【问题】 在折腾 实现WLW上传图片到Wordpress过程中,自动翻译文件名 过程中,需要调试php代码,但是后来遇到错误: [26-Oct-2012 07:08:45] PHP Fatal error: Call to undefin...
crifan 12年前 (2012-10-25) 7118浏览 3评论
【问题】 Python 3中,使用logging.debug结果出错: type(foundAllItems)= <class 'bs4.element.ResultSet'> Traceback (most recent call la...
crifan 12年前 (2012-10-25) 21988浏览 6评论
【问题】 python脚本,其中用到Beautifulsoup: from BeautifulSoup import BeautifulSoup,Tag,CData; 为了支持Python 3,所以去主页: http://www.crummy.com...
crifan 12年前 (2012-10-25) 4007浏览 0评论
【问题】 Python3中,使用xlwt3时,出现错误: Traceback (most recent call last): File "G:\34563264_data_from_site\34563264_data_from_si...
crifan 12年前 (2012-10-23) 21804浏览 1评论
想要试试,在Python中,如何将数据,导出为Excel,即把数据写入到新生成的excel文件。 1.网上看到: Working with Excel Files in Python 其中包括,Python中,如何读取excel文件,如何写入数据到...
crifan 12年前 (2012-10-18) 2583浏览 0评论
【问题】 C#中,需要获得图片大小 【解决过程】 参考: how to get the image dimensions from the file name 写出对应代码: using System.Drawing; //C:/Users/CLi/...
crifan 12年前 (2012-10-17) 3383浏览 0评论
1.参考: PyGreSQL Installation 去先下载并安装PostgreSQL。 2.去PostgreSQL主页的下载页面: http://www.postgresql.org/download/windows/ 本来打算装“One cl...
crifan 12年前 (2012-10-17) 4069浏览 1评论
【问题】 通过源码去安装PyGreSQL,已经解决了Exception: pg_config tool is not available的错误,但是又出现 error: Unable to find vcvarsall.bat 的错误: D:\tmp...