logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

rock64安装docker

1,首先安装系统https://www.armbian.com/rock64/#kernels-archive我安装的是Armbian Stretch 2,登陆系统,root用户默认密码12343,执行一下命令,安装docker-cesudo apt-get install -y \apt-transport-https \ca-certifi...

网关TPS优化(zuul)

gateway要做异步接入(同步转异步),将请求在pre filter发消息到kafka,然后直接响应处理中状态。然后测试TPS才100出头。里面有两个mysql update和一个kafka消息发送。处理时间也就50ms,不至于这么慢发现原因在配置:zuul.debug.request: truezuul.include-debug-header: falsezuul.okhtt...

#gateway
git push提示“无法推送一些引用到...”

今天在服务器搭建了一个git远程仓库,push后发现提示下列错误:remote: error: refusing to update checked out branch: refs/heads/masterremote: error: By default, updating the current branch in a non-bare repositoryremote: err

python调试module教程

我用的intellij idea,如果是pycharm也是一样的。比如我要调试superset,首先:Debug configurations->左上角+号->pythonsuperset是gunicorn启动的,那就在script path输入gunicorn的地址。比如我的就是:/home/justeene/IdeaProjects/sqlalchemy-cli..

到底了