akkuman
akkuman
@jiexiaobai 能提供具体的截图和复现步骤吗?
自动消失?具体复现步骤是怎样的,docker-compose.yml默认暴露的可监听端口为7000-7500
ubuntu 18.04 install failed Depends: libc6 (>= 2.29) but 2.27-3ubuntu1.5 is to be installed
cgo can be statically linked, but it need toolchain of special platform. for example, linux need musl. I also used xgo cross-compile initially, but found that adding "-extldflags =-static" would...
同求这个功能
```md title: Windows环境下32位汇编语言程序设计笔记-基础篇 date: 2017-09-14 22:09:28 update: "" author: me tags: - 读书笔记 - 二进制 categories: - 读书笔记 topic: "" cover: "" draft: false preview: "" top: false type: ""...
建议bundle改为从主题配置文件中读取
solution: ## first solution ```diff broadcast_tasks_queue = Broadcast('broadcast_tasks') app.conf.task_queues = (broadcast_tasks_queue,) app.conf.task_routes = { 'tasks.broadcast_fn': { 'queue': 'broadcast_tasks', 'exchange': 'broadcast_tasks', + 'routing_key': 'celery' } } app.conf.worker_pool = 'solo' app.conf.worker_concurrency =...
判断是因为rfc规范是这么写的,当出现服务器不接受的字段,就得返回rej,然后一直得需要客户端发送的字段服务器都能接受才通过。具体可以看我博客上的文章。 sendp会默认从你监听的网卡上发包,所以并不需要特殊指定。
当然,我博客也只是我写最初版的时候的产物,那个时候到后来其实还是发现了不少问题,可以看看我的git commit log,再对着那文章里面截的几张ppt图,大致上就明白了