会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
笨笨在成长
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2010年11月30日
将图片 输入到流 并保存图片 我的代码
摘要: static void Main(string[] args) { HttpWebRequest request; HttpWebResponse response; try { string picurl = "http://www.imageaimer.com/img2.php?path=images/201011/1290406834875135790.gif&w=450&h...
阅读全文
posted @ 2010-11-30 17:30 笨笨在成长
阅读(331)
评论(0)
推荐(0)
编辑
HttpWebRequest 的一点代码
摘要: using System;using System.Net;using System.Text;using System.IO; public class Test { // Specify the URL to receive the request. public static void Main (string[] args) { HttpWebRequest request = (Http...
阅读全文
posted @ 2010-11-30 14:30 笨笨在成长
阅读(120)
评论(0)
推荐(0)
编辑