Skip to content
View bigminions's full-sized avatar
🎯
Focusing
🎯
Focusing
  • China

Block or report bigminions

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. secret-cube secret-cube Public

    A password manager app base on electron. Still in dev.

    JavaScript

  2. The markdown doc for mysql study. The markdown doc for mysql study.
    1
    # MySql
    2
    
                  
    3
    ## Point
    4
    - 索引采用B+ tree实现
    5
    - 如何构造B+ tree
  3. question.md question.md
    1
    ### 线程异常消失问题:
    2
    
                  
    3
    - 本例中出问题的是BinaryHandler线程池,处理请求时出现异常丢失,通过以下命令监控,找到请求所逻辑后修复
    4
    - 时刻监控打印日志和线程堆栈的对应线程,监控是哪个请求开始出问题
    5