摘要: href属性值“javascript:void()”,括号中没有加“0” 阅读全文
posted @ 2017-11-28 11:19 _York 阅读(324) 评论(0) 推荐(0)
摘要: /// /// 转换成MP4格式 /// /// /// public static string ToMp4(string fromFilePath) { string ffmpeg = HttpContext.Current.Server.MapPath("/") ... 阅读全文
posted @ 2017-11-28 08:52 _York 阅读(432) 评论(0) 推荐(1)
摘要: private static bool IsVideo(HttpPostedFile file) { bool isVideo = false; string fileName = file.FileName; IList formateList = new List { "... 阅读全文
posted @ 2017-11-28 08:51 _York 阅读(3090) 评论(0) 推荐(0)