zhanheng

Results 12 comments of zhanheng

同问,解决了吗

在Windows上并在Node中使用群集引起的,核心模块是dgram,如果是用随机绑定,但没有exclusive:true就会发生这个问题,this._server.bind() this._server.bind({port: 0, exclusive: true}, null);

你的百度组件也是异步导入的,mapv在初始化时内部会判断window是否存在BMap,不在,就导致CanvasLayer的prototype没有很多的方法,包括show。所以在地图加载完毕后,require('mapV')就好

milvus 的配置文件 ``` version: '3.5' services: etcd: container_name: milvus-etcd image: quay.io/coreos/etcd:v3.5.5 environment: - ETCD_AUTO_COMPACTION_MODE=revision - ETCD_AUTO_COMPACTION_RETENTION=1000 - ETCD_QUOTA_BACKEND_BYTES=4294967296 - ETCD_SNAPSHOT_COUNT=50000 volumes: - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd...

我是用过官网的 docker 配置启动的,没看到认证开启,难道是默认开启的吗

milvus 是 docker 起来的

Run `devbox shell` error: ``` Error: Command: /nix/var/nix/profiles/default/bin/nix print-dev-env /Users/zhanheng/workspace/my/wzjxbz-master/.devbox/gen/flake --extra-experimental-features ca-derivations --option experimental-features nix-command flakes fetch-closure --json: exit status 1 ```