摘要:
public ResultM UploadFile(FileInfoM pFileInfoM) { ResultM result = new ResultM() { Flag = 1 }; DbModel db = new DbModel(); DbDocModel dbDoc = new DbDocMode... 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; namespace Common { /// /// ... 阅读全文