摘要:
定时构建的规则语法与Linux系统的中计划任务相似。从左向右分别表示分,时,天,月,周 MINUTE HOUR DOM MONTH DOW MINUTEMinutes within the hour (0–59) HOURThe hour of the day (0–23) DOMThe day o 阅读全文
摘要:
使用Nuget添加iTextSharp引用 主要代码 using iTextSharp.text.pdf; using iTextSharp.text; using System.IO; using AutoMapper; using System.Linq; using System.Drawin 阅读全文
摘要:
echo on :显示回显,将如下命令复制到记事本中,更改名称为文件名为a.bat,测试效果 @echo on echo hello a.bat pause echo off :关闭回显 echo off echo hello b.bat pause @echo 不让同行命令显示,@ECHO OFF 阅读全文