分类 技术应用 下的文章
分享各种技术应用方法python 根据方法名调用方法
def do_foo(): print "foo!" def do_bar(): print "bar!" func_name1 = "do_foo" func_name2 = &q...
JetBrains 授权服务器(License Server URLS)
下载地址:https://github.com/ilanyu/ReverseProxy-Android/releases/使用步骤:安装 com.lanyus.reverseproxy.apk 到手机上手机连接到与需要激活的电脑的同一局域网中运行 ReverseProxy点击 START将 h...
在SSH后台执行命令
我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结果却由于网络的不稳定导致任务中途失败。如何让命令提交后不受本地关闭终端窗口/网络断开连接的干扰呢?下面举了一些例子, 您可以针对不同的场景选择不同的方式来处理这个问题。nohup...
redis
apt-get install redis-server 运行redisredis-server 后台运行redis简单后台运行redis-server & 查看redis是否启动ps -ef | grep redis
更新 Python pip 镜像源为阿里云
Linux创建或打开文件在文件 ~/.pip/pip.conf,写入如下内容:[global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host = mirrors.aliyun.comWin...
最新回复