摘要: /// /// 记录错误日志 /// /// 错误内容 private void Error(string inErrorMsg) { string logDirectory = Server.MapPath("~\\log"); if (!Directory.Exists(logDirectory)) Directory.CreateDirectory(logDirectory); System.IO.File.Appen... 阅读全文
posted @ 2013-12-09 10:39 JIN__JIN 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 版本号: 说明: 文件: #region 上传APK [HttpGet] public ActionResult Upload() { return View(); } [HttpPost] public ActionResult Upload(string id) { if (Request.ContentLength > 0 && R... 阅读全文
posted @ 2013-12-09 09:14 JIN__JIN 阅读(1436) 评论(0) 推荐(0) 编辑