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

Block or report LittleKey

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

  1. dotfiles dotfiles Public

    dotfiles

    Shell 3 2

  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