zoukankan      html  css  js  c++  java
  • Android Studio

    Android Studio

    1、Ctrl+N:打开class

      Shift+Ctrl+N:打开file

    2、通过Alt+F7,寻找class、method、variable引用

    3、Ctrl+Q:快速查看class、method的文档

    4、Ctrl+B:跳转到定义。或者 Ctrl+鼠标。

    5、Ctrl+F12:文件内搜索。

    6、Shift+F6:rename。

    7、

    疑难杂症

    1、局域网里,asynchttpclient在level24以上可以通过ip访问,在level23以下无法通过ip访问。因为level24及以后,当ip->host解析失败时,会直接使用ip连接,而level23及以下直接招聘异常。

    2、调试中经常出现以下错误。

      I/Choreographer: Skipped 99 frames!

      log帧有可能被忽略,导致log时有时无。

      原因是模拟器太慢,用真机调试即可。

    3、getActionBar()为Null,是因为v7不支持此方法。用geSupportActionBar即可。

  • 相关阅读:
    linux ipsec
    inotify+rsync
    多实例tomcat
    Http和Nginx反代至Tomcat(LNMT、LAMT)
    cisco ipsec
    ansible基础
    Qt 汉字乱码
    Model/View
    面对焦虑
    QT中QWidget、QDialog及QMainWindow的区别
  • 原文地址:https://www.cnblogs.com/tekkaman/p/6261926.html
Copyright © 2011-2022 走看看