摘要:
克隆代码 orthanc server hg clone https://orthanc.uclouvain.be/hg/orthanc/ sudo apt-get install curl zip unzip tar cd vcpkg && ./bootstrap-vcpkg.sh mysql i 阅读全文
摘要:
cmakelist.txt # Orthanc - A Lightweight, RESTful DICOM Store # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics # Department, University Hos 阅读全文
摘要:
安装 apt install mysql-server; 初始化 mysql_secure_installation 设置密码 set global validate_password_policy=LOW; SET GLOBAL validate_password.length = 6; ALTE 阅读全文