微软专家

援引事类,扬搉古今,举要删芜,言辩而理切--QQ276605216

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  39 Posts :: 1 Stories :: 35 Comments :: 1 Trackbacks

公告

昵称:Anders' Yan
园龄:5年
粉丝:0
关注:0

搜索

 
 

常用链接

我的标签

最新评论

阅读排行榜

评论排行榜

推荐排行榜

03 2009 档案

摘要: private Byte[] Image2Bytes(string imagefilename) { System.IO.FileStream stream = new System.IO.FileStream(imagefilename, System.IO.FileMode.OpenOrCreate); byte[] bytes = new byte[stream.Length]; if (s...阅读全文
posted @ 2009-03-04 11:30 Anders' Yan 阅读(437) | 评论 (2) 编辑