Amir Eliaz

Avatar
  • 活动总数 11
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 4
  • 创建于

    Android 2.3

    Hello,   I upgraded the Android SDK to OS 2.3 (android-9) and now something is broken in the Facet.IDEA 9.0.4 no longer recognizes the Android environment, so I can't run the apk anymore.The only w...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Double.NaN == Double.NaN is false

    This code segment:if (Double.NaN == Double.NaN) { System.out.print("True");}else { System.out.println("False");}will print "False".But IntelliJ warns about the expression being always true:"Condi...
    • 2 个关注者
    • 5 条评论
    • 0 票