原文:已解决:Strict Standards: Non-static method cls_image::gd_version() should not be called statically in...

在安装Ecshop的时候,遇到两个 问题: Strict Standards: Non static method cls image::gd version should not be called statically in install includes lib installer.php on line Strict Standards: Non static method cls im ...

2016-12-22 08:16 0 2208 推荐指数:

查看详情

Cannot make a static reference to the non-static method解决方法

报错原因:在一个类中写了一个public String getContent()方法和一个main()方法,getContent()方法中包含了getClass()方法,在main()方法中直接调用了getContent()就出现如题的错误。这样一样 解决方法:先实例化类,然后再 ...

Tue Jan 12 18:42:00 CST 2016 0 1899
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM