摘要:
第一步 sc delete ServiceTimer --删除对应服务ServiceTimer 第二步 如果本地则生成,服务器则更新exe(将Debug下的文件复制到D盘或E盘下)第三步 cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 --换成对应框 阅读全文
摘要:
///<summary> /// 上传图片 api接口 ///</summary> ///<returns></returns> [Route("api/User/UploadImg/")] [HttpPost] publicUploadImgResult UploadImg() { string 阅读全文
摘要:
public void WriteFile(string strText, string textName) { string time = DateTime.Now.ToString("yyyy-MM"); textName = time + "\\" + textName; DirectoryI 阅读全文