上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

2016年1月27日

摘要: public string StrHtml { get; set; } public int PageCount { get; set; } public int PageIndex { get; set; } public string StrPageBar { get; set; } prote 阅读全文
posted @ 2016-01-27 18:11 努力的活着_在人间 阅读(105) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// 获取数字页面条 3 /// </summary> 4 /// <param name="pageIndex"></param> 5 /// <param name="pageSize"></param> 6 /// <returns></returns> 阅读全文
posted @ 2016-01-27 18:06 努力的活着_在人间 阅读(291) 评论(0) 推荐(0)

2016年1月26日

摘要: 1 public void ProcessRequest(HttpContext context)2 {3 context.Response.ContentType = "text/plain";4 string encodeFile... 阅读全文
posted @ 2016-01-26 22:37 努力的活着_在人间 阅读(137) 评论(0) 推荐(0)
摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; //1:接收发送过来的文件的数据. ... 阅读全文
posted @ 2016-01-26 21:30 努力的活着_在人间 阅读(224) 评论(0) 推荐(0)
摘要: 1 public void ProcessRequest(HttpContext context) 2 { 3 context.Response.ContentType = "text/plain"; 4 string filePat... 阅读全文
posted @ 2016-01-26 20:36 努力的活着_在人间 阅读(795) 评论(0) 推荐(0)
摘要: 1 string waterImageName = Guid.NewGuid().ToString();//加水印后图片的名称 2 //using (Image img1 = Image.FromStream(file.InputStream))//根据文... 阅读全文
posted @ 2016-01-26 20:34 努力的活着_在人间 阅读(401) 评论(0) 推荐(0)
摘要: //------------Form表单的属性:enctype="multipart/form-data";//上床文件的asp.netcontext.Response.ContentType="text/html";//接收上传的文件HttpPostedFile upFile=context.Re... 阅读全文
posted @ 2016-01-26 14:45 努力的活着_在人间 阅读(344) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 26 27 28 29 30 服务器很忙,5秒后跳转到主页面。。31 32 阅读全文
posted @ 2016-01-26 13:02 努力的活着_在人间 阅读(378) 评论(0) 推荐(0)

2016年1月22日

摘要: static void Main(string[] args) { Console.WriteLine("请输入要加密的密码"); string pwd = Console.ReadLine(); pwd = GetMD... 阅读全文
posted @ 2016-01-22 16:21 努力的活着_在人间 阅读(159) 评论(0) 推荐(0)
摘要: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 while (true) 6 { 7 Console.Wr... 阅读全文
posted @ 2016-01-22 16:20 努力的活着_在人间 阅读(4249) 评论(0) 推荐(1)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页

导航