課程
/后端開(kāi)發(fā)
/Java
/Java入門第三季
誰(shuí)有慕課網(wǎng)代碼編輯器配色方案
2016-08-17
源自:Java入門第三季 3-1
正在回答
Annotations(注釋): 107, 147, 186?Deprecated members(不建議使用的成員): 0, 0, 0?Fields(字段):128,255,0 綠色KeyWord 'return'(關(guān)鍵字'return'): 255, 0, 0 ?紅色Keyword excluding 'return'(除了關(guān)鍵字以外的return): 255,80, 0 ?深深橘色Local variable declarations(局部變量聲明): 70,140,179 ?深藍(lán)色Method declarations(方法聲明): 247,197,39 ?淡橘色Method(方法):?241,196,54 ?深淡橘色Operators and brackets(運(yùn)算符與方括號(hào)): 255, 128, 0 ? 深橘色Others(其他): 126, 202, 0 ?淡綠色Static fields(靜態(tài)字段): 128,255,0 綠色Static Method invocations(靜態(tài)方法調(diào)用): 77, 166 255 ?Strings(字符串): ?89,196,196 ?墨藍(lán)色Type variables(類型變量): 222, 0, 25 ?紅色
#include"stdio.h"
main()
{
????printf("Hello World!\n");
}
舉報(bào)
Java中你必須懂得常用技能,不容錯(cuò)過(guò)的精彩,快來(lái)加入吧
2 回答慕課網(wǎng)的這個(gè)編譯器是不是出問(wèn)題了?
1 回答編輯代碼頁(yè)面
2 回答代碼在eclipse中運(yùn)行沒(méi)問(wèn)題,就是在慕課網(wǎng)這里的編譯不通過(guò)!
2 回答編輯器風(fēng)格
2 回答誰(shuí)有try-catch的代碼
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-08-17
Annotations(注釋): 107, 147, 186?
Deprecated members(不建議使用的成員): 0, 0, 0?
Fields(字段):128,255,0 綠色
KeyWord 'return'(關(guān)鍵字'return'): 255, 0, 0 ?紅色
Keyword excluding 'return'(除了關(guān)鍵字以外的return): 255,80, 0 ?深深橘色
Local variable declarations(局部變量聲明): 70,140,179 ?深藍(lán)色
Method declarations(方法聲明): 247,197,39 ?淡橘色
Method(方法):?241,196,54 ?深淡橘色
Operators and brackets(運(yùn)算符與方括號(hào)): 255, 128, 0 ? 深橘色
Others(其他): 126, 202, 0 ?淡綠色
Static fields(靜態(tài)字段): 128,255,0 綠色
Static Method invocations(靜態(tài)方法調(diào)用): 77, 166 255 ?
Strings(字符串): ?89,196,196 ?墨藍(lán)色
Type variables(類型變量): 222, 0, 25 ?紅色
2017-10-23
#include"stdio.h"
main()
{
????printf("Hello World!\n");
}