会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
QQQnull
博客园
首页
新随笔
联系
订阅
管理
2022年12月2日
install gevent in old centos release
摘要: error: command '/usr/bin/gcc' failed with exit code 1 error: #error This file requires compiler and library support for the ISO C++ 2011 standard. Thi
阅读全文
posted @ 2022-12-02 11:10 QQQnull
阅读(38)
评论(0)
推荐(0)
2022年1月28日
应用使用代理
摘要: foreach ($n in (get-appxpackage).packagefamilyname) {checknetisolation loopbackexempt -a -n="$n"}
阅读全文
posted @ 2022-01-28 12:41 QQQnull
阅读(52)
评论(0)
推荐(0)
2021年2月3日
Python Type Hint
摘要: https://docs.python.org/zh-cn/3.7/library/typing.html https://www.python.org/dev/peps/pep-0483/ https://www.python.org/dev/peps/pep-0484/
阅读全文
posted @ 2021-02-03 09:20 QQQnull
阅读(97)
评论(0)
推荐(0)
2021年1月28日
python build from source
摘要: _bz2 build Failed 在使用从源码构建的bzip2时,若出现如下错误 building '_bz2' extension gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall
阅读全文
posted @ 2021-01-28 15:44 QQQnull
阅读(342)
评论(0)
推荐(0)
2020年12月22日
Nginx File Server
摘要: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba
阅读全文
posted @ 2020-12-22 10:19 QQQnull
阅读(187)
评论(0)
推荐(0)
2020年12月8日
openstackclient启动顺序
摘要: openstackclient启动顺序 在openstackclient.shell:main openstackclient.shell.OpenStackShell.init() osc_lib.shell.OpenStackShell.__init__() cliff.app.App.__in
阅读全文
posted @ 2020-12-08 09:51 QQQnull
阅读(86)
评论(0)
推荐(0)
2020年3月12日
Pexpect pxssh 连接时指定cipher
摘要: 在/etc/ssh/ssh_config中添加远程服务器支持的cipher 如Ciphers aes128-cbc,3des-cbc,aes128-ctr 连接时指定ssh配置文件 from pexpect import pxssh client = pxssh.pxssh() clinet.log
阅读全文
posted @ 2020-03-12 17:45 QQQnull
阅读(249)
评论(0)
推荐(0)
2020年3月5日
python dependency
摘要: yum install readline readline-devel readline-static -y yum install openssl openssl-devel openssl-static -y yum install sqlite-devel -y yum install bzi
阅读全文
posted @ 2020-03-05 15:05 QQQnull
阅读(441)
评论(0)
推荐(0)
2020年2月22日
centos安装rabbitmq
摘要: 0x01安装依赖 yum install -y socat logrotate 0x02安装erlang https://github.com/rabbitmq/erlang-rpm 0x03安装rabbitmq https://www.rabbitmq.com/install-rpm.html#d
阅读全文
posted @ 2020-02-22 21:52 QQQnull
阅读(107)
评论(0)
推荐(0)
2019年4月25日
pyvmomi
摘要: vSphere Web Service API:https://code.vmware.com/apis/358/vsphere/doc/index-all_types.html
阅读全文
posted @ 2019-04-25 15:48 QQQnull
阅读(305)
评论(0)
推荐(0)
下一页
公告