>>> YieldNull
  • /blog
  • /archives
  • /github
  • /about

Entries from 2017 « 2016 / all / by tag / 2018»

  • Python3 Truth Value Testing and Boolean Operations

    2017-05-29 23:49:13 / Python /4067 hits

    之前一直以为Python中and、or 这两个表达式的返回值是True 或者 False,今早帮同学解答问题时才发现之前的理解是错误的。

    Read more...


  • Java字符串编码方式

    2017-05-12 11:03:22 / Encoding Java /5500 hits

    想要运行一个Java程序需要经过三个阶段:编写源代码—编译—在JVM上运行。那么一个字符串在以上三个阶段的编码方式是怎样的呢?另外,如果Java程序中要输出字符串,那么输出的字符串的编码又是什么呢?

    Read more...


  • Java内部类的私有构造函数编译策略

    2017-05-10 11:58:05 / InnerClass Java /4869 hits

    一个源文件怎么会生成这么多的.class文件呢?下面通过问答的形式阐述Java在编译内部类的私有构造函数时采用的策略。JDK版本为1.8.0_111

    Read more...


  • « Previous 2 / 3
  • Next »

About this site © YieldNull,