KevenHe
KevenHe
打卡one day
同问,是ui文件修改后需要编译吗
将ui文件使用 pyuic5 win.ui > win.py 执行
```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 minio: container_name: milvus-minio...
> 先分配权限 > > `chmod 777 ./reset_navicat.sh` > > ```applescript > property btnTitle : "试用" > try > set rr to do shell script "./reset_navicat.sh" > end try > >...
> 先分配权限 > > `chmod 777 ./reset_navicat.sh` > > ```applescript > property btnTitle : "试用" > try > set rr to do shell script "./reset_navicat.sh" > end try > >...
> [@nutriver](https://github.com/nutriver) [@593652385](https://github.com/593652385) change vector_store to milvus done Is it the influence of vector database?