11 2023 档案
摘要:docker exec -u 0 -it <container_id> /bin/bash
阅读全文
摘要:1. 上传证书,/usr/local/share/ca-certificates/ crt后缀的格式 2. 更新,update-ca-certificates 3. 验证,tail /etc/ssl/certs/ca-certificates.crt -n 50
阅读全文
摘要:| 模型 | 参数数量 || | || AlexNet | 约 60 million || VGG16 | 约 138 million || ResNet50 | 约 25 million || InceptionV3 | 约 23 million || MobileNetV2 | 约 3.5 mi
阅读全文
摘要:红色(VCC) 白色(D-[ DM ]) 绿色(D+[ DP ]) 黑色(GND)
阅读全文
摘要:docker-compose.yml services: db: image: mariadb:10.11 container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=12345678 # Requested, set the r
阅读全文