Skip to content
View LittleKey's full-sized avatar
💫
Lk@✨
💫
Lk@✨

Block or report LittleKey

Report abuse

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

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    dotfiles

    Shell 3 3

  2. 通过微信发送命令到远程服务器. 基于werkzeug + gunicor... 通过微信发送命令到远程服务器. 基于werkzeug + gunicorn(gevent) 实现, 造了很多轮子
    1
    # coding: utf8
    2
    from gevent.monkey import patch_all; patch_all()  # noqa
    3
    
                  
    4
    import re
    5
    import os