1. Ledger nano S在linux上不能识别的解决方法

    ```bash

    2018/04/09 note

  2. 使用LinkedBlockingQueue将异步的callback转换为同步调用

    示例代码:

    2018/03/19 note

  3. Android Studio 中文注释编译报错 "编码 GBK 的不可映射字符"

    项目中使用了中文注释,编译时报错”编码 GBK 的不可映射字符”

    2018/03/16 note

  4. Android设置TextView可以上下和左右同时滑动

    布局文件:

    2018/03/12 note

  5. github的三个API测试:获取issue列表、获取单个issue、渲染markdown文本

    1、获取issue列表(HTTP GET)

    2018/03/06 note

  6. Android Studio新版本gradle4.1的bug

    升级完Android Studio以后,默认使用classpath 'com.android.tools.build:gradle:3.0.0'。

    2018/03/06 note

  7. PKCS5padding和PKCS7padding

    PKCS5padding

    2018/02/12 note