欢迎来到【一个大西瓜】的博客

不曾为梦想奋斗,拿什么去燃烧青春。有梦之人亦终将老去,但少年心气如昨。
太阳每一个时刻都同时是夕阳和朝阳,每天她沉入西边,意味着她同时从另一面土地升起。
扩大
缩小

随笔分类 -  【C#基础】

一般处理程序上传图片压缩图片大小
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using System.Drawing; namespace CZBK.ItcastProject.WebApp._2015_5_29 { /// /// Thumb 的摘... 阅读全文

posted @ 2016-11-24 23:35 一个大西瓜咚咚咚 阅读(500) 评论(0) 推荐(0)

一般处理程序上传图片打水印
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using System.Drawing; namespace CZBK.ItcastProject.WebApp._2015_5_27 { /// /// ProcessF... 阅读全文

posted @ 2016-11-24 20:36 一个大西瓜咚咚咚 阅读(771) 评论(0) 推荐(0)

一般处理程序画图打水印
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; namespace CZBK.ItcastProject.WebApp._2015_5_27 { /// /// MakeImage 的摘要说明 /// ... 阅读全文

posted @ 2016-11-24 19:27 一个大西瓜咚咚咚 阅读(265) 评论(0) 推荐(0)

一般处理程序进行上传(修改后,中级版)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; namespace CZBK.ItcastProject.WebApp._2015_5_27... 阅读全文

posted @ 2016-11-24 18:58 一个大西瓜咚咚咚 阅读(329) 评论(0) 推荐(0)

一般处理程序进行上传(修改前,简版)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; namespace CZBK.ItcastProject.WebApp._2015_5_27 { ... 阅读全文

posted @ 2016-11-24 18:11 一个大西瓜咚咚咚 阅读(374) 评论(0) 推荐(0)

一般处理程序读取模板文件
摘要:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title 阅读全文

posted @ 2016-11-23 13:11 一个大西瓜咚咚咚 阅读(425) 评论(0) 推荐(0)

加解密封装
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Thre 阅读全文

posted @ 2016-11-22 10:40 一个大西瓜咚咚咚 阅读(360) 评论(0) 推荐(0)

MD5加密
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Threading.Tasks;name 阅读全文

posted @ 2016-11-18 16:52 一个大西瓜咚咚咚 阅读(238) 评论(0) 推荐(0)

导航