摘要:
enum,store fixed values,use array replace,not use this data-structurestruct,store several variables,use class replace,not use this data-structure 阅读全文
posted @ 2018-06-30 21:07
MikeLi
阅读(103)
评论(0)
推荐(0)
摘要:
F11 OneStepDebugF10 ProcessDebugbreakPointDebug(quick location,then use one step debug) 阅读全文
posted @ 2018-06-30 19:14
MikeLi
阅读(102)
评论(0)
推荐(0)
摘要:
选择结构:if elseif else ifswitch循环结构:whiledo whilefor()foreach()种类太多,不便记忆,人脑要记多种结构,要用的时候一种也把握不住所以,为方便记忆,就记一种选择结构就记:if-else循环结构就记:while 阅读全文
posted @ 2018-06-30 19:12
MikeLi
阅读(153)
评论(0)
推荐(0)