摘要: using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. 阅读全文
posted @ 2017-06-27 15:16 哈哈哈嗝 阅读(852) 评论(0) 推荐(0)
摘要: using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; //using System.Runtime.Serialization.Json; using S 阅读全文
posted @ 2017-06-27 15:03 哈哈哈嗝 阅读(524) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. 阅读全文
posted @ 2017-06-27 14:35 哈哈哈嗝 阅读(620) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.IO; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; namespace 阅读全文
posted @ 2017-06-27 14:14 哈哈哈嗝 阅读(1147) 评论(1) 推荐(1)
摘要: using System.Web; using System.Configuration; namespace DotNet.Utilities { public class VideoConvert : System.Web.UI.Page { public VideoConvert() { } 阅读全文
posted @ 2017-06-27 13:55 哈哈哈嗝 阅读(1863) 评论(0) 推荐(0)
摘要: 可进行FTP的上传,下载等其他功能,支持断点续传: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; usi 阅读全文
posted @ 2017-06-27 13:38 哈哈哈嗝 阅读(11360) 评论(11) 推荐(3)