240 发简信
IP属地:上海
  • git 挂代理

    权当记录而已:设置:git config --global https.proxy https://127.0.0.1:1080解除设置:git...

  • DataBinding没写错就是找不到布局binding类

    初遇这种情况有点蒙,后来无意中改了布局名称,发现更改之后的类找到了,可能是创建布局文件的时候DataBinding才会刷新,复制过来的布局文件,...

  • Parcelable的错误用法

    这是我在Intent中传Parcelable序列化对象list遇到的错误先看看这个错误的关键词:unmarshalling和ClassNotFo...

  • React Native Warning

    1、Warning:componentWillMount is deprecated and will be removed in the ne...

  • Resize,w 360,h 240
    搞懂这几步React Native才算入门

    1、了解目录结构 2、页面 2.1组件 2.2布局 2.3样式 3、页面跳转 3.1RN页面间跳转 App.js //初始化路由 npm ins...

    0.5 4150 0 17
  • React-Native常用样式

    ➕这一步,再搞懂这几步React Native才算入门 Other 其他 Color 颜色 React Native 支持了 CSS 中大部分的...

  • Resize,w 360,h 240
    React Native组件

    ➕这一步,再搞懂这几步React Native才算入门 概念 在React中,在UI上每一个功能相对独立的模块就会被定义为组件。 相对小的组件可...

  • Resize,w 360,h 240
    React Native 项目结构

    ➕这一步,再搞懂这几步React Native才算入门 配置RN环境就不说了,直接新建项目react-native init demo_new,...

  • macOS PANIC: Missing emulator engine program for 'arm' CPU.

    android studio发现arm的模拟器起不来,提示PANIC: Missing emulator engine program for ...