JavaShuo
欄目
標籤
「Main.this」 cannot be reference from a static context
時間 2021-07-14
標籤
java
成員內部類
欄目
Java
简体版
原文
原文鏈接
報錯的代碼如下: 記錄下錯誤原因,基礎知識理解不正確導致的。 原因: 1、上面的問題主要是因爲InnerClass是成員內部類,構造一個成員內部類對象時應使用: InnerClass cc = new Main().new InnerClass(); 2、或者可以使用靜態內部類,InnerClass加上static關鍵字,靜態內部類的創建不需要依賴外部類。
>>阅读原文<<
相關文章
1.
【踩坑】報錯 non-static method xxx() cannot be referenced from a static context
2.
報錯cannot be referenced from a static context的解決方法
3.
Cannot make a static reference to the non-static
4.
IDEA在主函數給其他傳遞參數出現「cannot be referenced from a static context」的解決方法
5.
Django context must be a dict ranther than Context
6.
fatal: 'origin/dev' is not a commit and a branch 'dev' cannot be created from it
7.
leaseEndDate: java.sql.Date cannot be assigned from null
8.
Cannot declare a variable of static type
9.
inject() must be called from an injection context
10.
【Eclipse】eclipse錯誤之Context root cannot be empty
更多相關文章...
•
XSL-FO static-content 對象
-
XSL-FO 教程
•
XSL-FO conditional-page-master-reference 對象
-
XSL-FO 教程
•
爲了進字節跳動,我精選了29道Java經典算法題,帶詳細講解
•
Tomcat學習筆記(史上最全tomcat學習筆記)
相關標籤/搜索
context
reference
static
a'+'a
core'&&cannot
cannot&nbs
reference.4
pointer&reference
a+aa+aaa+a...a
Java
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
[最佳實踐]瞭解 Eolinker 如何助力遠程辦公
2.
katalon studio 安裝教程
3.
精通hibernate(harness hibernate oreilly)中的一個」錯誤「
4.
ECharts立體圓柱型
5.
零拷貝總結
6.
6 傳輸層
7.
Github協作圖想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其歷史版本
10.
Unity3D(二)遊戲對象及組件
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
【踩坑】報錯 non-static method xxx() cannot be referenced from a static context
2.
報錯cannot be referenced from a static context的解決方法
3.
Cannot make a static reference to the non-static
4.
IDEA在主函數給其他傳遞參數出現「cannot be referenced from a static context」的解決方法
5.
Django context must be a dict ranther than Context
6.
fatal: 'origin/dev' is not a commit and a branch 'dev' cannot be created from it
7.
leaseEndDate: java.sql.Date cannot be assigned from null
8.
Cannot declare a variable of static type
9.
inject() must be called from an injection context
10.
【Eclipse】eclipse錯誤之Context root cannot be empty
>>更多相關文章<<