啥也没写
发布时间:2022-12-06 10:31:17
运行:docker run -d -p 8088:8088 -v /opt/docker/superset:/root/superset --name superset amancevice/superset实例化docker exec -it superset superset init实例化数据库docker exec -it superset superset db upgrade#以root进入docker exec --user root -it superset /bin/bash添加用户(docker exe.........【阅读全文】
发布时间:2022-11-16 15:42:15
cargo build编译时,已知道原因报错,可以使用cargo build --no-default-featureshttp s://gith ub.com/meilisearch/meilisearch/discussions/2072......【阅读全文】
发布时间:2022-11-09 15:20:58
安装SRC_REPO=http s:// ghproxy.com/github.com/moovweb/gvm.git bash < <(curl -s -S -L http s:// ghproxy.com/raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)安装golang1.18.8GO_SOURCE_URL=http s:// ghproxy.com/github.com/golang/go gvm install go1.18.8 -B使用gvm use go1.18.8.........【阅读全文】
发布时间:2022-11-08 18:59:54
ERROR 1442 (HY000): Can't update table '120_xx_220416' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.如果出现这个问题,则是循环的调用造成的drop TRIGGER if EXISTS 120_xx;delimiter //CREATE TRIGGER 120_xx before INSERT.........【阅读全文】