• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • 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 笨笨在成长 阅读(338) 评论(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 笨笨在成长 阅读(125) 评论(0) 推荐(0)