2015年4月17日

摘要: 1. 总结总结23. Codeusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using S... 阅读全文
posted @ 2015-04-17 17:38 slu182 阅读(159) 评论(0) 推荐(0)
 
摘要: 背景:如果无法直接访问保存图片的服务器,我们可以先制作一个aspx页面用来接受服务器发送过来的图片,然后html页面请求aspx页面。对图片服务器起一定的缓冲保护作用,预防对黑客攻击造成危害。注意:不可以是直接设置aspx页面中的图片控件的imageurl,此方法已实验不成功。1. showpic.... 阅读全文
posted @ 2015-04-17 16:57 slu182 阅读(1022) 评论(0) 推荐(1)