240 发简信
IP属地:重庆
  • day(13) The Use of Map

    Map is a function to save data through key-values.Correspondingly,the 'k...

  • day(13)The Basic Use of ArrayList<>

    Collection Collection is an interface of collection class,which defines ...

  • day(12)Fetch Time

    Data Calender (Abstract class)

  • Resize,w 360,h 240
    day(12)The Character String Operation(字符串操作)

    The Basic Class Library There is no need to recite those functions.But w...

  • (day9)Anonymous Inner Class(匿名内部类)

    The Anonymous Object We create an anonymous object for this object can o...

  • day(9)The Inner Class

    One class only in a project,but we still need redefine a class in a defi...

  • Supplement to The Interface --- The Inheritance of Polymorphism

    The Inheritance of Polymorphism The characteristics of the inheritance o...

  • (day8) The Interface --- Data Callback2

    Rent a house through an agent A further comprehence about Interface ...

  • (day8) The Interface --- Data Callback

    Asychronous invocation(异步调用) 软件模块之间存在调用的接口,从调用方式来看,有同步调用、回调、异步调用这三种方式:同步...