会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蔡老菜
2016年1月26日
05asp.net==========限制下载
摘要: 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)
04asp.net==========改变水印的透明度
摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; //1:接收发送过来的文件的数据. ...
阅读全文
posted @ 2016-01-26 21:30 努力的活着_在人间
阅读(224)
评论(0)
推荐(0)
03asp.net=======修改图片的显示大小
摘要: 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)
02asp.net==========添加水印,调整画质
摘要: 1 string waterImageName = Guid.NewGuid().ToString();//加水印后图片的名称 2 //using (Image img1 = Image.FromStream(file.InputStream))//根据文...
阅读全文
posted @ 2016-01-26 20:34 努力的活着_在人间
阅读(401)
评论(0)
推荐(0)
01asp.net========上传文件保存的.ashx
摘要: //------------Form表单的属性:enctype="multipart/form-data";//上床文件的asp.netcontext.Response.ContentType="text/html";//接收上传的文件HttpPostedFile upFile=context.Re...
阅读全文
posted @ 2016-01-26 14:45 努力的活着_在人间
阅读(345)
评论(0)
推荐(0)
20-------------------setTimeout模拟setinterval的使用
摘要: 1 2 3 4 5 6 26 27 28 29 30 服务器很忙,5秒后跳转到主页面。。31 32
阅读全文
posted @ 2016-01-26 13:02 努力的活着_在人间
阅读(378)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告