摘要:参照了:https://www.cnblogs.com/dangzhensheng/p/10496278.html 1.新建任务类ReportJob.cs,这个类里就是具体任务了。 using Quartz; using System; using System.IO; using System.T
阅读全文
08 2020 档案
摘要:error pulling image configuration: Get https://eastasia.data.mcr.microsoft.com/b29889755b1f4e46b6b44eb3182530c5-0joxcrfl25//docker/registry/v2/blobs/s
阅读全文
摘要:在控制面板中关闭hyper-v功能后,仍然提示此主机不支持64位客户机操作系统。 解决方法: 需要在开始按钮 - 右键 -打开Windows PowerShell(管理员)。 输入: bcdedit /set hypervisorlaunchtype off 回车后重启电脑 。 彻底关闭hyper-
阅读全文
摘要:1.VM中安装vm-tools 2.在VM 虚拟机设置中添加共享文件夹。 3.重启虚拟机 4.在/mnt/ 里新建一个名为“win”的文件夹 5.在cent os 中执行: vmware-hgfsclient /usr/bin/vmhgfs-fuse .host:/ /mnt/win -o subt
阅读全文
摘要:遇到: error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/json: open //./pipe/docker_engine: The system cannot find the fil
阅读全文
摘要:function downloadImg(){ var url = '实际情况的图片URL'; // 获取图片地址 var a = document.createElement('a'); // 创建一个a节点插入的document var event = new MouseEvent('click
阅读全文
摘要:MessageBox.Show(Application.StartupPath); DirectoryInfo di = new DirectoryInfo(string.Format(@"{0}..\..\", Application.StartupPath)); MessageBox.Show(
阅读全文