上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 拉取镜像 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 阅读全文
posted @ 2024-08-17 09:50 暖暖De幸福 阅读(265) 评论(0) 推荐(0) 编辑
摘要: docker run -d --name filebrowser --restart always \ -v /root/docker/filebrowser/srv:/srv \ #文件存放位置 -v /root/docker/filebrowser/config/config.json:/etc 阅读全文
posted @ 2024-08-16 15:27 暖暖De幸福 阅读(42) 评论(0) 推荐(0) 编辑
摘要: docker pull hub.rat.dev/xinsodev/drawdb 阅读全文
posted @ 2024-08-16 14:58 暖暖De幸福 阅读(41) 评论(0) 推荐(0) 编辑
摘要: public void SendEmail() { var path = Path.Combine(Server.MapPath("../"), "Content\\template\\email\\eCalendar.html"); var template = System.IO.File.Re 阅读全文
posted @ 2024-08-08 13:42 暖暖De幸福 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <style> .dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-area-data { font-size: 16px; } .dx-pivotgrid .dx-pivotgrid-area.dx-pivotgrid-horizontal-headers, 阅读全文
posted @ 2024-08-06 15:06 暖暖De幸福 阅读(11) 评论(0) 推荐(0) 编辑
摘要: docker run -d --name=btpanel -p 8888:8888 -p 888:888 -p 20:20 -p 21:21 btpanel/baota 阅读全文
posted @ 2024-08-05 08:50 暖暖De幸福 阅读(2) 评论(0) 推荐(0) 编辑
摘要: var sharedPath = @"\\10.27.128.125\share"; ///2024/07/29/14/DefectListReport-240727990000000558/images sharedPath += @"\"+ SheetDateTime.Year; sharedP 阅读全文
posted @ 2024-07-31 14:18 暖暖De幸福 阅读(4) 评论(0) 推荐(0) 编辑
摘要: private float rotateSpeed = 0; private int maxSpeed = 1500; private bool speedUp = false; //旋转状态,加速,减速 // Start is called before the first frame updat 阅读全文
posted @ 2024-07-20 16:56 暖暖De幸福 阅读(9) 评论(0) 推荐(0) 编辑
摘要: [Tooltip("严格按照红、黄、绿排序")] public Material[] colors; int index = 0; // Start is called before the first frame update void Start() { ChangeColor(); } // 阅读全文
posted @ 2024-07-20 16:56 暖暖De幸福 阅读(5) 评论(0) 推荐(0) 编辑
摘要: InvokeRepeating 和 Invoke public Material[] colors; float speed = 5; // Start is called before the first frame update void Start() { //Invoke("AutoChan 阅读全文
posted @ 2024-07-20 16:29 暖暖De幸福 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页