当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: using System;using System.Drawi
 

 

    摘要: excerpted from “microsoft visual basic programmer’s introduction to whidbey” by sean campbell, scott swigart, kris horrocks, derek hatchard, and peter bernhardt. publisher, microsoft press, isbn #......
    摘要: 存储过程: /********************************** 功能:根据一定条件读取功能记录 作者:rexsp 创建日期:2004-01-13 修改者: 修改日期: **********************************/ alter procedure getscoresetting ( @scoresettingid int=-1,......


用C#读取图片的EXIF信息的方法(二)

using system;

using system.drawing.imaging; 【程序编程相关:C# 2.0 Sepcification

using system.drawing; 【推荐阅读:C# 2.0 Specification

using system.componentmodel; 【扩展信息:C# 2.0 Specification

using system.collections;

namespace test.com

{

 /// <summary>

 /// 功能:获得图片exif信息

 /// 作者:rexsp

 /// 创建日期:2004-03-20

 /// </summary>

 public class exifmetadata

 {

  #region 构造函数

  /// <summary>

  /// 构造函数

  /// </summary>

  public exifmetadata()

  {

  }

  #endregion

  #region 数据转换结构

  /// <summary>

  /// 转换数据结构

  /// </summary>

  public struct metadatadetail

  {

   public string hex;//十六进制字符串

   public string rawvalueasstring;//原始值串

   public string displayvalue;//显示值串

  }

  #endregion


...   下一页
    摘要: 简介 msmq(微软消息队列)是windows操作系统中消息应用程序的基础,是用于创建分布式、松散连接的消息通讯应用程序的开发工具。消息队列和电子邮件有着很多相似处,他们都包含多个属性,用于保存消息,消息类型中都指出发送者和接收者的地址;然而他们的用处却有着很大的区别:消息队列的发送者和接收者是应用程序,而电子邮件的发送者和接收者通常是人。 如同电子邮件一样,消息队......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE