码迷,mamicode.com
首页 >  
搜索关键字:apache prefork worker event mpm    ( 48099个结果
Vue3.0 declare it using the "emits" option警告
vue3.0子组件 emit 出现警告 Extraneous non-emits event listeners (okUploadImg) were passed to component but could not be automatically inherited because compo ...
分类:其他好文   时间:2021-07-01 17:06:29    阅读次数:0
Kafka入门(一)-基础概念
https://kafka.apachecn.org/intro.html 一、kafka能做什么? 构造实时流数据管道,它可以在系统或应用之间可靠地获取数据。 (相当于message queue) 构建实时流式应用程序,对这些流数据进行转换或者影响。 (就是流处理,通过kafka stream t ...
分类:其他好文   时间:2021-07-01 17:05:23    阅读次数:0
DBA学RUST设计模式--观察者模式
#[derive(Debug, Clone)] struct Work { //消息实体,存储消息 id: i32 } struct WorkMaster { //消息管理者属性 workers: Vec<Box<Worker>> //存储注册的接收者。每个接收者须实现Worker接口才能注册进。 ...
分类:数据库   时间:2021-07-01 16:45:32    阅读次数:0
看CarbonData如何用四招助力Apache Spark
摘要:CarbonData 在 Apache Spark 和存储系统之间起到中介服务的作用,为 Spark 提供的4个重要功能。 本文分享自华为云社区《Make Apache Spark better with CarbonData》,原文作者:大数据修行者 。 Spark 无疑是一个强大的处理引擎 ...
分类:Web程序   时间:2021-06-30 18:44:44    阅读次数:0
使用Maven打包bouncycastle出现JCE cannot authenticate the provider BC的原因及解决办法
先说解决方法 1、推荐使用官方建议的使用jar in jar插件 官方文档 https://pulsar.apache.org/docs/zh-CN/security-bouncy-castle/ 打包插件 https://github.com/nthuemmel/executable-packer ...
分类:其他好文   时间:2021-06-30 18:38:54    阅读次数:0
interactive-slam-Example3
Example3 koide3 edited this page on 18 Mar 2020 · 17 revisions In this example, we correct a largely bent map with loop closing, edge refinement, and ...
分类:其他好文   时间:2021-06-30 18:35:10    阅读次数:0
一个排序引发的BUG
你好呀,我是why。 前两天在 Git 上闲逛的时候又不知不觉逛到 Dubbo 那里去了。 看了一下最近一个月的数据,社区活跃度还是很高的: 然后看了一下最新的 issue,大家提问都很积极。 其中看到了这样的一个 issue,发现有点意思: https://github.com/apache/du ...
分类:编程语言   时间:2021-06-29 16:08:48    阅读次数:0
workerman知识清单
Worker类:静态Worker统一管理实例worker 代码细节 $this->workerId = \spl_object_hash($this); static::$_workers[$this->workerId] = $this; static::$_pidMap[$this->worke ...
分类:其他好文   时间:2021-06-29 16:00:44    阅读次数:0
flink-demo2
package cn.irisz.steam import org.apache.flink.api.common.RuntimeExecutionMode import org.apache.flink.streaming.api.scala._ import org.apache.flink.t ...
分类:其他好文   时间:2021-06-29 15:38:43    阅读次数:0
【测试工具】在linux测试环境访问禅道数据库
一、添加数据库用户禅道数据库管理用的是adminer,但是为了安全,访问adminer的时候需要身份验证,需要在服务器运行/opt/zbox/auth/adduser.sh来添加用户首先确保服务是启动的(mysql和apache启动状态),先 cd /opt/zbox/auth/,然后执行 ./ad ...
分类:数据库   时间:2021-06-28 21:12:17    阅读次数:0
48099条   上一页 1 2 3 4 5 6 ... 4810 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!