原文:已解決: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