摘要:
拉取镜像 docker pull hub.rat.dev/xinsodev/drawdb ##加上代理hub.rat.dev 先开启一个容器 docker run -d --name drawdb --restart always -p 8090:80 hub.rat.dev/xinsodev/dr 阅读全文
摘要:
docker run -d --name filebrowser --restart always \ -v /root/docker/filebrowser/srv:/srv \ #文件存放位置 -v /root/docker/filebrowser/config/config.json:/etc 阅读全文
摘要:
docker pull hub.rat.dev/xinsodev/drawdb 阅读全文
摘要:
public void SendEmail() { var path = Path.Combine(Server.MapPath("../"), "Content\\template\\email\\eCalendar.html"); var template = System.IO.File.Re 阅读全文
摘要:
<style> .dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-area-data { font-size: 16px; } .dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-horizontal-headers, 阅读全文
摘要:
docker run -d --name=btpanel -p 8888:8888 -p 888:888 -p 20:20 -p 21:21 btpanel/baota 阅读全文
摘要:
var sharedPath = @"\\10.27.128.125\share"; ///2024/07/29/14/DefectListReport-240727990000000558/images sharedPath += @"\"+ SheetDateTime.Year; sharedP 阅读全文
摘要:
private float rotateSpeed = 0; private int maxSpeed = 1500; private bool speedUp = false; //旋转状态,加速,减速 // Start is called before the first frame updat 阅读全文
摘要:
[Tooltip("严格按照红、黄、绿排序")] public Material[] colors; int index = 0; // Start is called before the first frame update void Start() { ChangeColor(); } // 阅读全文
摘要:
InvokeRepeating 和 Invoke public Material[] colors; float speed = 5; // Start is called before the first frame update void Start() { //Invoke("AutoChan 阅读全文