12 Matching Annotations
  1. Jul 2020
  2. Feb 2019
    1. Time zones are interpreted as text if they have names.

      中国是 CST(China Standard Time)<br> z: CST<br> zzzz: China Standard Time

    2. The number of pattern letters designates the format for both formatting and parsing as follows

      X: +08<br> XX: +0800<br> XXX: +08:00 只有这3种长度,4或以上抛异常。

  3. Jan 2019
  4. Dec 2018
  5. Nov 2018
    1. 我目前还处于很低级的水平.

      我很清楚, 从零开始开发一个软件完全是浪费和低效的.

      一个软件可以由大到小采用树形去理解. 首先, 第一层由数个模块组成, 下钻, 每个模块又由数个子模块组成, 这样不断下钻, 直至每一行代码. 这之间的每一层都有自己的原理和实现细节, 我们没办法理解所有层的所有细节, 做不到.

      • 但每一层都有一些通用的知识, 越到底层越趋同. 学习这些, 在需要的时候可以迅速理解具体的模块.

      • 上层的原理需要理解, 因为这是集成和评估的基础.

      • 锻炼自己的码力的同时少造轮子, 注意完善自己的工具箱.

      • 看代码, 按模块, 类, 代码块的层次去看, 不要沉迷在具体代码行中.
    1. For compatibility head also supports an obsolete option syntax -[num][bkm][cqv], which is recognized only if it is specified first.
    2. ‘-n [-]num’ ‘--lines=[-]num’ Output the first num lines.
    3. ‘-c [-]num’ ‘--bytes=[-]num’ Print the first num bytes, instead of initial lines.
  6. Aug 2018
    1. you need to declare that the app uses these hardware features in your app manifest
      • 如果不声明会怎么样?
      • 如果声明不全(只声明一个)会怎么样?
  7. Dec 2017