摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.IO;using System.Linq;using System.Text;using Sys 阅读全文
posted @ 2017-09-28 15:55 恋之呓 阅读(242) 评论(0) 推荐(0)
摘要: #region 导入订单 protected override string DoExcelData(System.Data.DataTable dt) { string data = ""; try { if (dt.Rows.Count == 0) { return "excel中无数据"; } 阅读全文
posted @ 2017-09-28 14:18 恋之呓 阅读(770) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Data.OleDb;using System.Collections.S 阅读全文
posted @ 2017-09-28 14:04 恋之呓 阅读(339) 评论(0) 推荐(0)
摘要: string path = row["FileAddress"].ToString().Trim(); Stream fs; try { fs = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read); } catc 阅读全文
posted @ 2017-09-28 14:03 恋之呓 阅读(162) 评论(0) 推荐(0)
摘要: public JsonResult UploadFile(DriverFileManager filem) { var hfc = System.Web.HttpContext.Current.Request.Files; var filePathRoot = GetAppSetting.GetPh 阅读全文
posted @ 2017-09-28 13:39 恋之呓 阅读(344) 评论(0) 推荐(0)
摘要: <form method="post" id="formfile" enctype="multipart/form-data"> <table> <tr> <th>文件路径:</th> <!--新增accept属性选择特定格式图片--> <td><input class="easyui-filebo 阅读全文
posted @ 2017-09-28 13:33 恋之呓 阅读(166) 评论(0) 推荐(0)