10 2019 档案

摘要:C#实现服务器间文件同步 using System.IO; /// <summary> /// 远程登陆服务器 /// </summary> /// <param name="remoteHost">远程服务器IP路径</param> /// <param name="userName"></par 阅读全文
posted @ 2019-10-17 11:14 码农9300 阅读(1645) 评论(0) 推荐(0)
摘要:用的是Html拼接成Table表格的方式,返回 FileResult 输出一个二进制的文件.第一种:使用FileContentResult // // 摘要: // 通过使用文件内容,内容类型,文件名称创建一个FileContentResult对象// // 参数: // fileContents: 阅读全文
posted @ 2019-10-15 15:28 码农9300 阅读(583) 评论(0) 推荐(0)