Pinned Loading
-
-
SingletonHolder
SingletonHolder 1package com.hjhjw1991
23/**
4* 带参数单例实现, 可复用
5* 定义
-
execute any method at a specific dir...
execute any method at a specific directory 1def execAt(targetdir):
2"""
3execute the decorated method at specified directory
4"""
5def wrapper(method):
-
pip_upgrade_all.sh
pip_upgrade_all.sh 1# upgrade all pip packages. need sudo permission. path of pip should be modified
2pip freeze --local|grep -v '^-e' | cut -d = -f 1 | xargs sudo /usr/local/bin/pip install -U
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.