240 发简信
IP属地:北京
  • GenyMotion Error: Unable to start the virtual device. VirtualBox cannot start the virtual device

    VBOX版本更改成4.3.12,参考 如果再出现unable to load virtualbox engine问题请右键更改genymotio...

  • Resize,w 360,h 240
    Protobuf 例子

    1.创建Person.proto的文件 按照如下格式输入 option java_package = "com.baihe.date.test"...

  • Layout分配大小位置的理解

    一.须知 1.onMeasure:对自身以及所有子View的测量 2.onLayout:通过测量值来布局所有子View的大小位置 二.实现原理 ...